Uses of Class
org.apache.batik.svggen.SVGGraphicContext
-
Packages that use SVGGraphicContext Package Description org.apache.batik.svggen Provides an API on top of theAbstractGraphics2D
to translate Java 2D primitives into the SVG format. -
-
Uses of SVGGraphicContext in org.apache.batik.svggen
Fields in org.apache.batik.svggen declared as SVGGraphicContext Modifier and Type Field Description (package private) SVGGraphicContext
DOMTreeManager. defaultGC
Default SVG GraphicContext stateprotected SVGGraphicContext
DOMGroupManager. groupGC
Current group's SVG GraphicContext stateMethods in org.apache.batik.svggen that return SVGGraphicContext Modifier and Type Method Description (package private) static SVGGraphicContext
DOMGroupManager. processDeltaGC(SVGGraphicContext gc, SVGGraphicContext referenceGc)
Processes the difference between two graphic contexts.SVGGraphicContext
SVGGraphicContextConverter. toSVG(GraphicContext gc)
Methods in org.apache.batik.svggen with parameters of type SVGGraphicContext Modifier and Type Method Description protected int
DOMGroupManager. countOverrides(SVGGraphicContext deltaGC)
Analyses the Map to define how many attributes constitute overrides.(package private) static SVGGraphicContext
DOMGroupManager. processDeltaGC(SVGGraphicContext gc, SVGGraphicContext referenceGc)
Processes the difference between two graphic contexts.private void
SVGGraphics2D. setTextElementAttributes(SVGGraphicContext tspanGC, java.text.AttributedCharacterIterator ati)
protected void
DOMGroupManager. trimContextForElement(SVGGraphicContext svgGC, org.w3c.dom.Element element)
Removes properties that do not apply for a specific element
-