Uses of Class
org.apache.batik.svggen.SVGGraphics2D
Packages that use SVGGraphics2D
Package
Description
Provides an API on top of the
AbstractGraphics2D
to translate
Java 2D primitives into the SVG format.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 SVGGraphics2DModifier and TypeMethodDescriptionstatic void
SwingSVGPrettyPrint.print
(JComponent cmp, SVGGraphics2D svgGen) Constructors in org.apache.batik.svggen with parameters of type SVGGraphics2DModifierConstructorDescriptionThis constructor is used in create() -
Uses of SVGGraphics2D in org.apache.batik.transcoder
Fields in org.apache.batik.transcoder declared as SVGGraphics2DMethods in org.apache.batik.transcoder that return SVGGraphics2DModifier and TypeMethodDescriptionToSVGAbstractTranscoder.getGraphics2D()
Get theSVGGraphics2D
associated with this transcoder.Methods in org.apache.batik.transcoder with parameters of type SVGGraphics2DModifier and TypeMethodDescriptionprotected void
ToSVGAbstractTranscoder.writeSVGToOutput
(SVGGraphics2D svgGenerator, Element svgRoot, TranscoderOutput output) Writes the SVG content held by the svgGenerator to theTranscoderOutput
.