org.apache.batik.dom.util
Interface OverrideStyleElement
- All Known Implementing Classes:
- SVGOMTextContentElement, SVGStylableElement, StylableExtensionElement
- public interface OverrideStyleElement
This interface represents elements with an overrideStyle attribute.
Method Summary |
CSSStyleDeclaration |
getOverrideStyle(java.lang.String pseudoElt)
This method is used to retrieve the override style declaration for this
element and a specified pseudo-element. |
boolean |
hasOverrideStyle(java.lang.String pseudoElt)
Whether the element has an override style. |
hasOverrideStyle
public boolean hasOverrideStyle(java.lang.String pseudoElt)
- Whether the element has an override style.
getOverrideStyle
public CSSStyleDeclaration getOverrideStyle(java.lang.String pseudoElt)
- This method is used to retrieve the override style declaration for this
element and a specified pseudo-element.
- Parameters:
pseudoElt
- The pseudo element or null
if none.- Returns:
- The override style declaration.
Copyright © 2001 Apache Software Foundation. All Rights Reserved.