org.apache.batik.css.dom
public abstract class CSSOMStoredStyleDeclaration extends CSSOMSVGStyleDeclaration implements CSSOMStyleDeclaration.ValueProvider, CSSOMStyleDeclaration.ModificationHandler, StyleDeclarationProvider
Field Summary | |
---|---|
protected StyleDeclaration | declaration
The object storing the properties. |
Constructor Summary | |
---|---|
CSSOMStoredStyleDeclaration(CSSEngine eng)
Creates a new CSSOMStoredStyleDeclaration. |
Method Summary | |
---|---|
int | getLength()
Returns the length of the declaration. |
StyleDeclaration | getStyleDeclaration()
Returns the object storing the properties of this style declaration. |
String | getText()
Returns the text of the declaration. |
Value | getValue(String name)
Returns the current value associated with this object. |
boolean | isImportant(String name)
Tells whether the given property is important. |
String | item(int idx)
Returns the value at the given. |
void | setStyleDeclaration(StyleDeclaration sd)
Sets the object storing the properties of this style declaration. |