Class StylableExtensionElement

All Implemented Interfaces:
AnimationTarget, XMLConstants, CSSNavigableNode, CSSStylableElement, NodeEventTarget, ExtendedNode, ExtendedTraitAccess, TraitAccess, NodeXBL, XBLManagerData, CSSConstants, SVGConstants, ElementTraversal, Serializable, Element, EventTarget, Node, SVGElement, SVGStylable
Direct Known Subclasses:
GraphicsExtensionElement, PrefixableStylableExtensionElement

public abstract class StylableExtensionElement extends ExtensionElement implements CSSStylableElement, SVGStylable
This class implements the basic features an element must have in order to be usable as a foreign element within an SVGOMDocument, and the support for both the 'style' attribute and the style attributes (ie: fill="red", ...).
See Also: