Package org.apache.batik.dom.util
Interface CSSStyleDeclarationFactory
-
- All Known Implementing Classes:
SVG12DOMImplementation
,SVGDOMImplementation
public interface CSSStyleDeclarationFactory
This interface represents CSSStyleDeclaration factories.- Version:
- $Id: CSSStyleDeclarationFactory.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.w3c.dom.css.CSSStyleDeclaration
createCSSStyleDeclaration()
Creates a stylesheet declaration.
-