|
|||||||||
| Home >> All >> org >> apache >> batik >> css >> [ dom overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.css.dom
Class CSSOMSVGStyleDeclaration

java.lang.Objectorg.apache.batik.css.dom.CSSOMStyleDeclaration
org.apache.batik.css.dom.CSSOMSVGStyleDeclaration
- All Implemented Interfaces:
- org.w3c.dom.css.CSSStyleDeclaration
- public class CSSOMSVGStyleDeclaration
- extends CSSOMStyleDeclaration
This class represents a SVG style declaration.
- Version:
- $Id: CSSOMSVGStyleDeclaration.java,v 1.6 2004/08/18 07:12:47 vhardy Exp $
| 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 inherited from class org.apache.batik.css.dom.CSSOMStyleDeclaration |
CSSOMStyleDeclaration.ModificationHandler, CSSOMStyleDeclaration.StyleDeclarationValue, CSSOMStyleDeclaration.ValueProvider |
| Field Summary | |
protected org.apache.batik.css.engine.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,
org.apache.batik.css.engine.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 |
cssEngine
protected org.apache.batik.css.engine.CSSEngine cssEngine
- The CSS engine.
| Constructor Detail |
CSSOMSVGStyleDeclaration
public CSSOMSVGStyleDeclaration(CSSOMStyleDeclaration.ValueProvider vp, org.w3c.dom.css.CSSRule parent, org.apache.batik.css.engine.CSSEngine eng)
- Creates a new CSSOMSVGStyleDeclaration.
| Method Detail |
createCSSValue
protected org.w3c.dom.css.CSSValue createCSSValue(java.lang.String name)
- Creates the CSS value associated with the given property.
- Overrides:
createCSSValuein classCSSOMStyleDeclaration
|
|||||||||
| Home >> All >> org >> apache >> batik >> css >> [ dom overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC