Uses of Class
org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
Packages that use SVGGeneratorContext.GraphicContextDefaults
Package
Description
Provides an API on top of the
AbstractGraphics2D 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.GraphicContextDefaultsModifier and TypeFieldDescription(package private) SVGGeneratorContext.GraphicContextDefaultsSVGGeneratorContext.gcDefaultsGraphicContextDefaultsMethods in org.apache.batik.svggen that return SVGGeneratorContext.GraphicContextDefaultsModifier and TypeMethodDescriptionSVGGeneratorContext.getGraphicContextDefaults()Returns the set of defaults which should be used for the GraphicContext.Methods in org.apache.batik.svggen with parameters of type SVGGeneratorContext.GraphicContextDefaultsModifier and TypeMethodDescriptionfinal voidSVGGeneratorContext.setGraphicContextDefaults(SVGGeneratorContext.GraphicContextDefaults gcDefaults) Sets the default to be used for the graphic context.