Uses of Interface
org.apache.batik.dom.svg.SVGDocumentFactory
-
Packages that use SVGDocumentFactory 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. -
-
Uses of SVGDocumentFactory in org.apache.batik.anim.dom
Classes in org.apache.batik.anim.dom that implement SVGDocumentFactory Modifier and Type Class Description class
SAXSVGDocumentFactory
This class contains methods for creating SVGDocument instances from an URI using SAX2. -
Uses of SVGDocumentFactory in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as SVGDocumentFactory Modifier and Type Field Description protected SVGDocumentFactory
DocumentLoader. documentFactory
The document factory used to create the document according a DOM implementation.
-