|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SVGGraphics2D | |
---|---|
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. |
Uses of SVGGraphics2D in org.apache.batik.svggen |
---|
Methods in org.apache.batik.svggen with parameters of type SVGGraphics2D | |
---|---|
static void |
SwingSVGPrettyPrint.print(JComponent cmp,
SVGGraphics2D svgGen)
|
Constructors in org.apache.batik.svggen with parameters of type SVGGraphics2D | |
---|---|
SVGGraphics2D(SVGGraphics2D g)
This constructor is used in create() |
Uses of SVGGraphics2D in org.apache.batik.transcoder |
---|
Fields in org.apache.batik.transcoder declared as SVGGraphics2D | |
---|---|
protected SVGGraphics2D |
ToSVGAbstractTranscoder.svgGenerator
|
Methods in org.apache.batik.transcoder that return SVGGraphics2D | |
---|---|
SVGGraphics2D |
ToSVGAbstractTranscoder.getGraphics2D()
Get the SVGGraphics2D associated
with this transcoder. |
Methods in org.apache.batik.transcoder with parameters of type SVGGraphics2D | |
---|---|
protected void |
ToSVGAbstractTranscoder.writeSVGToOutput(SVGGraphics2D svgGenerator,
Element svgRoot,
TranscoderOutput output)
Writes the SVG content held by the svgGenerator to the TranscoderOutput. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |