| 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 and Description |
|---|---|
static void |
SwingSVGPrettyPrint.print(JComponent cmp,
SVGGraphics2D svgGen) |
| Constructor and Description |
|---|
SVGGraphics2D(SVGGraphics2D g)
This constructor is used in create()
|
| Modifier and Type | Field and Description |
|---|---|
protected SVGGraphics2D |
ToSVGAbstractTranscoder.svgGenerator |
| Modifier and Type | Method and Description |
|---|---|
SVGGraphics2D |
ToSVGAbstractTranscoder.getGraphics2D()
Get the
SVGGraphics2D associated
with this transcoder. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ToSVGAbstractTranscoder.writeSVGToOutput(SVGGraphics2D svgGenerator,
Element svgRoot,
TranscoderOutput output)
Writes the SVG content held by the svgGenerator to the
TranscoderOutput. |
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.