org.apache.batik.css.dom

Class CSSOMSVGStyleDeclaration

public class CSSOMSVGStyleDeclaration extends CSSOMStyleDeclaration

This class represents a SVG style declaration.
Nested Class Summary
classCSSOMSVGStyleDeclaration.StyleDeclarationColorValue
This class represents a CSS value returned by this declaration.
classCSSOMSVGStyleDeclaration.StyleDeclarationPaintValue
This class represents a CSS value returned by this declaration.
Field Summary
protected CSSEnginecssEngine
The CSS engine.
Constructor Summary
CSSOMSVGStyleDeclaration(ValueProvider vp, CSSRule parent, CSSEngine eng)
Creates a new CSSOMSVGStyleDeclaration.
Method Summary
protected CSSValuecreateCSSValue(String name)
Creates the CSS value associated with the given property.

Field Detail

cssEngine

protected CSSEngine cssEngine
The CSS engine.

Constructor Detail

CSSOMSVGStyleDeclaration

public CSSOMSVGStyleDeclaration(ValueProvider vp, CSSRule parent, CSSEngine eng)
Creates a new CSSOMSVGStyleDeclaration.

Method Detail

createCSSValue

protected CSSValue createCSSValue(String name)
Creates the CSS value associated with the given property.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.