| 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 |
|---|---|
private static void |
SwingSVGPrettyPrint.paintBorder(javax.swing.JComponent cmp,
SVGGraphics2D svgGen)
WARNING: The following code does some special case processing
depending on the class of the input JComponent.
|
private static void |
SwingSVGPrettyPrint.paintChildren(javax.swing.JComponent cmp,
SVGGraphics2D svgGen) |
private static void |
SwingSVGPrettyPrint.paintComponent(javax.swing.JComponent cmp,
SVGGraphics2D svgGen) |
static void |
SwingSVGPrettyPrint.print(javax.swing.JComponent cmp,
SVGGraphics2D svgGen) |
private static void |
SwingSVGPrettyPrint.printHack(javax.swing.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,
org.w3c.dom.Element svgRoot,
TranscoderOutput output)
Writes the SVG content held by the svgGenerator to the
TranscoderOutput. |