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 class
SVG12DOMImplementation
This class implements theDOMImplementation
interface.class
SVGDOMImplementation
This class implements theDOMImplementation
interface.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 class
ExtensibleDOMImplementation
This class implements theDOMImplementation
interface.Fields in org.apache.batik.dom declared as StyleSheetFactory Modifier and Type Field Description protected StyleSheetFactory
StyleSheetProcessingInstruction. factory
The 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.
-