Package | Description |
---|---|
org.apache.batik.svggen |
Provides an API on top of the
AbstractGraphics2D to translate
Java 2D primitives into the SVG format. |
Modifier and Type | Field and Description |
---|---|
(package private) SVGGraphicContext |
DOMTreeManager.defaultGC
Default SVG GraphicContext state
|
protected SVGGraphicContext |
DOMGroupManager.groupGC
Current group's SVG GraphicContext state
|
Modifier and Type | Method and Description |
---|---|
(package private) static SVGGraphicContext |
DOMGroupManager.processDeltaGC(SVGGraphicContext gc,
SVGGraphicContext referenceGc)
Processes the difference between two graphic contexts.
|
SVGGraphicContext |
SVGGraphicContextConverter.toSVG(GraphicContext gc) |
Modifier and Type | Method and 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
|