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 classSAXSVGDocumentFactoryThis 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 SVGDocumentFactoryDocumentLoader. documentFactoryThe document factory used to create the document according a DOM implementation.
-