Uses of Class
org.apache.batik.anim.dom.SVGOMDocument
-
Packages that use SVGOMDocument Package Description org.apache.batik.anim.dom org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.bridge.svg12 org.apache.batik.swing.svg org.apache.batik.transcoder Contains all of the interfaces for transcoding an input stream or a document to a particular ouput format. -
-
Uses of SVGOMDocument in org.apache.batik.anim.dom
Subclasses of SVGOMDocument in org.apache.batik.anim.dom Modifier and Type Class Description class
SVG12OMDocument
This class implementsSVGDocument
and provides support for SVG 1.2 specifics. -
Uses of SVGOMDocument in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as SVGOMDocument Modifier and Type Field Description protected SVGOMDocument
URIResolver. document
The reference document.Methods in org.apache.batik.bridge with parameters of type SVGOMDocument Modifier and Type Method Description BridgeContext
BridgeContext. createBridgeContext(SVGOMDocument doc)
This function creates a new BridgeContext, it mostly exists so subclasses can provide an instance of themselves when a sub BridgeContext is needed.BridgeContext
BridgeContext. createSubBridgeContext(SVGOMDocument newDoc)
This function creates a new 'sub' BridgeContext to associated with 'newDoc' if one currently doesn't exist, otherwise it returns the BridgeContext currently associated with the document. -
Uses of SVGOMDocument in org.apache.batik.bridge.svg12
Methods in org.apache.batik.bridge.svg12 with parameters of type SVGOMDocument Modifier and Type Method Description BridgeContext
SVG12BridgeContext. createSubBridgeContext(SVGOMDocument newDoc)
-
Uses of SVGOMDocument in org.apache.batik.swing.svg
Methods in org.apache.batik.swing.svg with parameters of type SVGOMDocument Modifier and Type Method Description protected BridgeContext
JSVGComponent. createBridgeContext(SVGOMDocument doc)
Creates a new bridge context. -
Uses of SVGOMDocument in org.apache.batik.transcoder
Methods in org.apache.batik.transcoder with parameters of type SVGOMDocument Modifier and Type Method Description protected BridgeContext
SVGAbstractTranscoder. createBridgeContext(SVGOMDocument doc)
Factory method for constructing an configuring a BridgeContext so subclasses can insert new/modified bridges in the context.
-