|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.css.dom.CSSOMStyleDeclaration
org.apache.batik.css.dom.CSSOMSVGStyleDeclaration
public class CSSOMSVGStyleDeclaration
This class represents a SVG style declaration.
Nested Class Summary | |
---|---|
class |
CSSOMSVGStyleDeclaration.StyleDeclarationColorValue
This class represents a CSS value returned by this declaration. |
class |
CSSOMSVGStyleDeclaration.StyleDeclarationPaintValue
This class represents a CSS value returned by this declaration. |
Nested classes/interfaces inherited from class org.apache.batik.css.dom.CSSOMStyleDeclaration |
---|
CSSOMStyleDeclaration.ModificationHandler, CSSOMStyleDeclaration.StyleDeclarationValue, CSSOMStyleDeclaration.ValueProvider |
Field Summary | |
---|---|
protected CSSEngine |
cssEngine
The CSS engine. |
Fields inherited from class org.apache.batik.css.dom.CSSOMStyleDeclaration |
---|
handler, parentRule, valueProvider, values |
Constructor Summary | |
---|---|
CSSOMSVGStyleDeclaration(CSSOMStyleDeclaration.ValueProvider vp,
org.w3c.dom.css.CSSRule parent,
CSSEngine eng)
Creates a new CSSOMSVGStyleDeclaration. |
Method Summary | |
---|---|
protected org.w3c.dom.css.CSSValue |
createCSSValue(java.lang.String name)
Creates the CSS value associated with the given property. |
Methods inherited from class org.apache.batik.css.dom.CSSOMStyleDeclaration |
---|
getCssText, getCSSValue, getLength, getParentRule, getPropertyCSSValue, getPropertyPriority, getPropertyValue, item, removeProperty, setCssText, setModificationHandler, setProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CSSEngine cssEngine
Constructor Detail |
---|
public CSSOMSVGStyleDeclaration(CSSOMStyleDeclaration.ValueProvider vp, org.w3c.dom.css.CSSRule parent, CSSEngine eng)
Method Detail |
---|
protected org.w3c.dom.css.CSSValue createCSSValue(java.lang.String name)
createCSSValue
in class CSSOMStyleDeclaration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |