Uses of Interface
org.apache.batik.dom.StyleSheetFactory
-
Packages that use StyleSheetFactory Package Description org.apache.batik.anim.dom org.apache.batik.dom Provides an implementation of the DOM level 2 core module. -
-
Uses of StyleSheetFactory in org.apache.batik.anim.dom
Classes in org.apache.batik.anim.dom that implement StyleSheetFactory Modifier and Type Class Description classSVG12DOMImplementationThis class implements theDOMImplementationinterface.classSVGDOMImplementationThis class implements theDOMImplementationinterface.Constructors in org.apache.batik.anim.dom with parameters of type StyleSheetFactory Constructor Description SVGStyleSheetProcessingInstruction(java.lang.String data, AbstractDocument owner, StyleSheetFactory f)Creates a new ProcessingInstruction object. -
Uses of StyleSheetFactory in org.apache.batik.dom
Classes in org.apache.batik.dom that implement StyleSheetFactory Modifier and Type Class Description classExtensibleDOMImplementationThis class implements theDOMImplementationinterface.Fields in org.apache.batik.dom declared as StyleSheetFactory Modifier and Type Field Description protected StyleSheetFactoryStyleSheetProcessingInstruction. factoryThe stylesheet factory.Constructors in org.apache.batik.dom with parameters of type StyleSheetFactory Constructor Description StyleSheetProcessingInstruction(java.lang.String data, AbstractDocument owner, StyleSheetFactory f)Creates a new ProcessingInstruction object.
-