Uses of Class
org.apache.batik.svggen.SVGGraphics2D
-
Packages that use SVGGraphics2D Package Description org.apache.batik.svggen Provides an API on top of theAbstractGraphics2D
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 Modifier and Type Method Description static void
SwingSVGPrettyPrint. print(javax.swing.JComponent cmp, SVGGraphics2D svgGen)
Constructors in org.apache.batik.svggen with parameters of type SVGGraphics2D Constructor Description 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 Modifier and Type Field Description protected SVGGraphics2D
ToSVGAbstractTranscoder. svgGenerator
Methods in org.apache.batik.transcoder that return SVGGraphics2D Modifier and Type Method Description SVGGraphics2D
ToSVGAbstractTranscoder. getGraphics2D()
Get theSVGGraphics2D
associated with this transcoder.Methods in org.apache.batik.transcoder with parameters of type SVGGraphics2D 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 theTranscoderOutput
.
-