|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.dom.svg.SVGStylableSupport
This class provides support for implementing a stylable element.
Field Summary | |
static java.lang.String |
CLASS
The name of the class attribute. |
protected java.lang.ref.WeakReference |
inlineStyle
The reference to the inline style. |
protected OverrideStyleElementSupport |
overrideStyleSupport
The override style support. |
static java.lang.String |
STYLE
The name of the style attribute. |
Constructor Summary | |
SVGStylableSupport()
Creates a new SVGStylableSupport object. |
Method Summary | |
SVGAnimatedString |
getClassName(Element elt)
To implement SVGStylable.getClassName() . |
CSSStyleDeclaration |
getOverrideStyle(java.lang.String pseudoElt,
Element elt)
To implements OverrideStyleElement.getOverrideStyle(String) . |
CSSValue |
getPresentationAttribute(java.lang.String name,
Element elt)
To implement SVGStylable.getPresentationAttribute(String) . |
CSSStyleDeclaration |
getStyle(Element elt)
To implement SVGStylable.getStyle() . |
boolean |
hasOverrideStyle(java.lang.String pseudoElt)
To implements OverrideStyleElement.hasOverrideStyle(String) . |
static boolean |
hasStyle(Element elt)
To implement ExtendedElementCSSInlineStyle.hasStyle() . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String STYLE
public static final java.lang.String CLASS
protected java.lang.ref.WeakReference inlineStyle
protected OverrideStyleElementSupport overrideStyleSupport
Constructor Detail |
public SVGStylableSupport()
Method Detail |
public static boolean hasStyle(Element elt)
ExtendedElementCSSInlineStyle.hasStyle()
.public CSSStyleDeclaration getStyle(Element elt)
SVGStylable.getStyle()
.public CSSValue getPresentationAttribute(java.lang.String name, Element elt)
SVGStylable.getPresentationAttribute(String)
.public SVGAnimatedString getClassName(Element elt)
SVGStylable.getClassName()
.public boolean hasOverrideStyle(java.lang.String pseudoElt)
OverrideStyleElement.hasOverrideStyle(String)
.public CSSStyleDeclaration getOverrideStyle(java.lang.String pseudoElt, Element elt)
OverrideStyleElement.getOverrideStyle(String)
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |