|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentLoader | |
org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
org.apache.batik.swing.svg |
Uses of DocumentLoader in org.apache.batik.bridge |
Fields in org.apache.batik.bridge declared as DocumentLoader | |
protected DocumentLoader |
URIResolver.documentLoader
The document loader. |
protected DocumentLoader |
BridgeContext.documentLoader
The document loader used to load/create Document. |
Methods in org.apache.batik.bridge that return DocumentLoader | |
DocumentLoader |
BridgeContext.getDocumentLoader()
Returns the document loader used to load external documents. |
Methods in org.apache.batik.bridge with parameters of type DocumentLoader | |
protected void |
BridgeContext.setDocumentLoader(DocumentLoader newDocumentLoader)
Sets the document loader used to load external documents. |
Constructors in org.apache.batik.bridge with parameters of type DocumentLoader | |
URIResolver(SVGDocument doc,
DocumentLoader dl)
Creates a new URI resolver object. |
|
BridgeContext(UserAgent userAgent,
DocumentLoader loader)
Constructs a new bridge context. |
|
BridgeContext(UserAgent userAgent,
InterpreterPool interpreterPool,
DocumentLoader documentLoader)
Constructs a new bridge context. |
Uses of DocumentLoader in org.apache.batik.swing.svg |
Fields in org.apache.batik.swing.svg declared as DocumentLoader | |
protected DocumentLoader |
JSVGComponent.loader
The concrete bridge document loader. |
protected DocumentLoader |
SVGDocumentLoader.loader
The document loader. |
Constructors in org.apache.batik.swing.svg with parameters of type DocumentLoader | |
SVGDocumentLoader(java.lang.String u,
DocumentLoader l)
Creates a new SVGDocumentLoader. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |