org.apache.batik.css.engine
public interface CSSStylableElement extends Element
| Method Summary | |
|---|---|
| StyleMap | getComputedStyleMap(String pseudoElement)
Returns the computed style of this element/pseudo-element. |
| ParsedURL | getCSSBase()
Returns the CSS base URL of this element. |
| String | getCSSClass()
Returns the class of this element. |
| StyleDeclarationProvider | getOverrideStyleDeclarationProvider()
Returns the object that gives access to the underlying
StyleDeclaration for the override style of this element. |
| String | getXMLId()
Returns the ID of this element. |
| boolean | isPseudoInstanceOf(String pseudoClass)
Tells whether this element is an instance of the given pseudo
class. |
| void | setComputedStyleMap(String pseudoElement, StyleMap sm)
Sets the computed style of this element/pseudo-element. |