Module io.sf.carte.echosvg.dom
Package io.sf.carte.echosvg.dom.util
Interface CSSStyleDeclarationFactory
- All Known Implementing Classes:
SVG12DOMImplementation
,SVGDOMImplementation
public interface CSSStyleDeclarationFactory
This interface represents CSSStyleDeclaration factories.
-
Method Summary
Modifier and TypeMethodDescriptionCreates a stylesheet declaration.
-
Method Details
-
createCSSStyleDeclaration
CSSStyleDeclaration createCSSStyleDeclaration()Creates a stylesheet declaration.
-