|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.css.dom.CSSOMComputedStyle
org.apache.batik.css.dom.CSSOMSVGComputedStyle
public class CSSOMSVGComputedStyle
This class represents the computed style of an SVG element.
Nested Class Summary | |
---|---|
protected class |
CSSOMSVGComputedStyle.ComputedCSSColorValue
To manage a computed color CSSValue. |
class |
CSSOMSVGComputedStyle.ComputedCSSPaintValue
To manage a computed paint CSSValue. |
Nested classes/interfaces inherited from class org.apache.batik.css.dom.CSSOMComputedStyle |
---|
CSSOMComputedStyle.ComputedCSSValue |
Field Summary |
---|
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 org.w3c.dom.css.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 org.w3c.dom.css.CSSValue createCSSValue(int idx)
createCSSValue
in class CSSOMComputedStyle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |