| Package | Description |
|---|---|
| org.apache.batik.ext.awt.g2d |
Provides an API for subclassing the
java.awt.Graphics2D
class in order to translate Java 2D primitives into another graphic
format. |
| org.apache.batik.svggen |
Provides an API on top of the
AbstractGraphics2D to translate
Java 2D primitives into the SVG format. |
| Modifier and Type | Field | Description |
|---|---|---|
protected GraphicContext |
AbstractGraphics2D.gc |
Current state of the Graphic Context.
|
| Modifier and Type | Method | Description |
|---|---|---|
GraphicContext |
AbstractGraphics2D.getGraphicContext() |
| Modifier and Type | Field | Description |
|---|---|---|
protected GraphicContext |
DOMGroupManager.gc |
Reference to the GraphicContext this manager will use to
reflect style attributes in the tree nodes.
|
| 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
|
SVGGraphicContext |
SVGGraphicContextConverter.toSVG(GraphicContext gc) |
|
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
|
java.lang.String |
SVGTransform.toSVGTransform(GraphicContext gc) |
| Constructor | Description |
|---|---|
DOMGroupManager(GraphicContext gc,
DOMTreeManager domTreeManager) |
Constructor
|
DOMTreeManager(GraphicContext gc,
SVGGeneratorContext generatorContext,
int maxGCOverrides) |
Constructor
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.