|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.css.dom.CSSOMComputedStyle | +--org.apache.batik.css.dom.CSSOMSVGComputedStyle
This class represents the computed style of an SVG element.
Inner Class Summary | |
protected class |
CSSOMSVGComputedStyle.ComputedCSSColorValue
To manage a computed color CSSValue. |
class |
CSSOMSVGComputedStyle.ComputedCSSPaintValue
To manage a computed paint CSSValue. |
Inner classes inherited from class org.apache.batik.css.dom.CSSOMComputedStyle |
CSSOMComputedStyle.ComputedCSSValue |
Fields inherited from class org.apache.batik.css.dom.CSSOMComputedStyle |
cssEngine, element, pseudoElement, values |
Constructor Summary | |
CSSOMSVGComputedStyle(CSSEngine e,
CSSStylableElement elt,
java.lang.String pseudoElt)
Creates a new computed style. |
Method Summary | |
protected CSSValue |
createCSSValue(int idx)
Creates a CSSValue to manage the value at the given index. |
Methods inherited from class org.apache.batik.css.dom.CSSOMComputedStyle |
getCssText, getLength, getParentRule, getPropertyCSSValue, getPropertyPriority, getPropertyValue, item, removeProperty, setCssText, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CSSOMSVGComputedStyle(CSSEngine e, CSSStylableElement elt, java.lang.String pseudoElt)
Method Detail |
protected CSSValue createCSSValue(int idx)
createCSSValue
in class CSSOMComputedStyle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |