|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SVGOMDocument | |
---|---|
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.dom.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.bridge |
---|
Fields in org.apache.batik.bridge declared as SVGOMDocument | |
---|---|
protected SVGOMDocument |
URIResolver.document
The reference document. |
Methods in org.apache.batik.bridge with parameters of type SVGOMDocument | |
---|---|
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 | |
---|---|
BridgeContext |
SVG12BridgeContext.createSubBridgeContext(SVGOMDocument newDoc)
|
Uses of SVGOMDocument in org.apache.batik.dom.svg12 |
---|
Subclasses of SVGOMDocument in org.apache.batik.dom.svg12 | |
---|---|
class |
SVG12OMDocument
This class implements SVGDocument and provides support for
SVG 1.2 specifics. |
Uses of SVGOMDocument in org.apache.batik.swing.svg |
---|
Methods in org.apache.batik.swing.svg with parameters of type SVGOMDocument | |
---|---|
protected BridgeContext |
AbstractJSVGComponent.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 | |
---|---|
protected BridgeContext |
SVGAbstractTranscoder.createBridgeContext(SVGOMDocument doc)
Factory method for constructing an configuring a BridgeContext so subclasses can insert new/modified bridges in the context. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |