| Package | Description |
|---|---|
| org.apache.batik.svggen |
Provides an API on top of the
AbstractGraphics2D to translate
Java 2D primitives into the SVG format. |
| org.apache.batik.transcoder |
Contains all of the interfaces for transcoding an input stream or
a document to a particular ouput format.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
SwingSVGPrettyPrint.print(javax.swing.JComponent cmp,
SVGGraphics2D svgGen) |
| Constructor | Description |
|---|---|
SVGGraphics2D(SVGGraphics2D g) |
This constructor is used in create()
|
| Modifier and Type | Field | Description |
|---|---|---|
protected SVGGraphics2D |
ToSVGAbstractTranscoder.svgGenerator |
| Modifier and Type | Method | Description |
|---|---|---|
SVGGraphics2D |
ToSVGAbstractTranscoder.getGraphics2D() |
Get the
SVGGraphics2D associated
with this transcoder. |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
ToSVGAbstractTranscoder.writeSVGToOutput(SVGGraphics2D svgGenerator,
org.w3c.dom.Element svgRoot,
TranscoderOutput output) |
Writes the SVG content held by the svgGenerator to the
TranscoderOutput. |
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.