| Package | Description |
|---|---|
| org.apache.batik.svggen |
Provides an API on top of the
AbstractGraphics2D to translate
Java 2D primitives into the SVG format. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SVGClipDescriptor |
Describes an SVG clip
|
class |
SVGCompositeDescriptor |
Used to represent an SVG Composite.
|
class |
SVGFontDescriptor |
Describes an SVG font
|
class |
SVGHintsDescriptor |
Describes a set of SVG hints
|
class |
SVGPaintDescriptor |
Used to represent an SVG Paint.
|
class |
SVGStrokeDescriptor |
Used to represent an SVG Paint.
|
class |
SVGTransformDescriptor |
Describes an SVG transform
|
| Modifier and Type | Method | Description |
|---|---|---|
SVGDescriptor |
SVGAlphaComposite.toSVG(GraphicContext gc) |
Converts part or all of the input GraphicContext into
a set of attribute/value pairs and related definitions
|
SVGDescriptor |
SVGBasicStroke.toSVG(GraphicContext gc) |
Converts part or all of the input GraphicContext into
a set of attribute/value pairs and related definitions
|
SVGDescriptor |
SVGClip.toSVG(GraphicContext gc) |
Converts part or all of the input GraphicContext into
a set of attribute/value pairs and related definitions.
|
SVGDescriptor |
SVGColor.toSVG(GraphicContext gc) |
Converts part or all of the input GraphicContext into
a set of attribute/value pairs and related definitions
|
SVGDescriptor |
SVGComposite.toSVG(GraphicContext gc) |
Converts part or all of the input GraphicContext into
a set of attribute/value pairs and related definitions
|
SVGDescriptor |
SVGConverter.toSVG(GraphicContext gc) |
Converts part or all of the input GraphicContext into
a set of attribute/value pairs and related definitions
|
SVGDescriptor |
SVGCustomComposite.toSVG(GraphicContext gc) |
Converts part or all of the input GraphicContext into
a set of attribute/value pairs and related definitions
|
SVGDescriptor |
SVGCustomPaint.toSVG(GraphicContext gc) |
Converts part or all of the input GraphicContext into
a set of attribute/value pairs and related definitions
|
SVGDescriptor |
SVGFont.toSVG(GraphicContext gc) |
Converts part or all of the input GraphicContext into
a set of attribute/value pairs and related definitions
|
SVGDescriptor |
SVGLinearGradient.toSVG(GraphicContext gc) |
Converts part or all of the input GraphicContext into
a set of attribute/value pairs and related definitions
|
SVGDescriptor |
SVGPaint.toSVG(GraphicContext gc) |
Converts part or all of the input GraphicContext into
a set of attribute/value pairs and related definitions
|
SVGDescriptor |
SVGRenderingHints.toSVG(GraphicContext gc) |
Converts part or all of the input GraphicContext into
a set of attribute/value pairs and related definitions
|
SVGDescriptor |
SVGTexturePaint.toSVG(GraphicContext gc) |
Converts part or all of the input GraphicContext into
a set of attribute/value pairs and related definitions
|
SVGDescriptor |
SVGTransform.toSVG(GraphicContext gc) |
Converts part or all of the input GraphicContext into
a set of attribute/value pairs and related definitions
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.