|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SVGDocumentFactory | |
org.apache.batik.apps.applet | |
org.apache.batik.dom.svg | |
org.apache.batik.util | Provides some useful classes. |
Uses of SVGDocumentFactory in org.apache.batik.apps.applet |
Fields in org.apache.batik.apps.applet declared as SVGDocumentFactory | |
protected SVGDocumentFactory |
JSVGApplet.df
The factory that creates new SVG Document instances. |
Uses of SVGDocumentFactory in org.apache.batik.dom.svg |
Fields in org.apache.batik.dom.svg declared as SVGDocumentFactory | |
protected SVGDocumentFactory |
SVGDocumentLoader.documentFactory
The document factory used to create the document according a DOM implementation. |
Uses of SVGDocumentFactory in org.apache.batik.util |
Fields in org.apache.batik.util declared as SVGDocumentFactory | |
protected SVGDocumentFactory |
DocumentLoadRunnable.df
The SVG document factory to use when creating SVG Documents. |
Methods in org.apache.batik.util that return SVGDocumentFactory | |
SVGDocumentFactory |
DocumentLoadRunnable.getDocumentFactory()
Return the associated SVGDocumentFactory for this loader. |
Methods in org.apache.batik.util with parameters of type SVGDocumentFactory | |
static java.lang.Thread |
DocumentLoadRunnable.createLoaderThread(java.lang.String uri,
DocumentListener l,
SVGDocumentFactory df)
Creates a new thread which runs a new DocumentLoader runnable. |
void |
DocumentLoadRunnable.setDocumentFactory(SVGDocumentFactory df)
Associate an SVGDocumentFactory with this loader. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |