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.
 
Original author: Stephane Hillion. For later modifications, see Git history.
- 
Method SummaryModifier and TypeMethodDescriptionCreates a stylesheet declaration.
- 
Method Details- 
createCSSStyleDeclarationCSSStyleDeclaration createCSSStyleDeclaration()Creates a stylesheet declaration.
 
-