Uses of Class
org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
-
Packages that use SVGGeneratorContext.GraphicContextDefaults Package Description org.apache.batik.svggen Provides an API on top of theAbstractGraphics2D
to translate Java 2D primitives into the SVG format. -
-
Uses of SVGGeneratorContext.GraphicContextDefaults in org.apache.batik.svggen
Fields in org.apache.batik.svggen declared as SVGGeneratorContext.GraphicContextDefaults Modifier and Type Field Description (package private) SVGGeneratorContext.GraphicContextDefaults
SVGGeneratorContext. gcDefaults
GraphicContextDefaultsMethods in org.apache.batik.svggen that return SVGGeneratorContext.GraphicContextDefaults Modifier and Type Method Description SVGGeneratorContext.GraphicContextDefaults
SVGGeneratorContext. getGraphicContextDefaults()
Returns the set of defaults which should be used for the GraphicContext.Methods in org.apache.batik.svggen with parameters of type SVGGeneratorContext.GraphicContextDefaults Modifier and Type Method Description void
SVGGeneratorContext. setGraphicContextDefaults(SVGGeneratorContext.GraphicContextDefaults gcDefaults)
Sets the default to be used for the graphic context.
-