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