Uses of Class
org.apache.batik.anim.dom.SVGOMDocument
Packages that use SVGOMDocument
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
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.domModifier and TypeClassDescriptionclass
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 SVGOMDocumentModifier and TypeFieldDescriptionprotected SVGOMDocument
URIResolver.document
The reference document.Methods in org.apache.batik.bridge with parameters of type SVGOMDocumentModifier and TypeMethodDescriptionBridgeContext.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.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 SVGOMDocumentModifier and TypeMethodDescriptionSVG12BridgeContext.createSubBridgeContext
(SVGOMDocument newDoc) -
Uses of SVGOMDocument in org.apache.batik.swing.svg
Methods in org.apache.batik.swing.svg with parameters of type SVGOMDocumentModifier and TypeMethodDescriptionprotected 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 SVGOMDocumentModifier and TypeMethodDescriptionprotected BridgeContext
SVGAbstractTranscoder.createBridgeContext
(SVGOMDocument doc) Factory method for constructing an configuring a BridgeContext so subclasses can insert new/modified bridges in the context.