Package org.apache.batik.dom.util
Interface CSSStyleDeclarationFactory
-
- All Known Implementing Classes:
SVG12DOMImplementation
,SVGDOMImplementation
public interface CSSStyleDeclarationFactory
This interface represents CSSStyleDeclaration factories.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.w3c.dom.css.CSSStyleDeclaration
createCSSStyleDeclaration()
Creates a stylesheet declaration.
-