org.jfree.layouting.input.style
public abstract class CSSDeclarationRule extends StyleRule
| Constructor Summary | |
|---|---|
| protected | CSSDeclarationRule(StyleSheet parentStyle, StyleRule parentRule) |
| Method Summary | |
|---|---|
| void | clear() |
| Object | clone() |
| boolean[] | getImportantValues() |
| CSSValue | getPropertyCSSValue(StyleKey propertyName) |
| StyleKey[] | getPropertyKeysAsArray() |
| CSSValue[] | getStyleValues() |
| boolean | isEmpty() |
| boolean | isImportant(StyleKey propertyName) |
| void | removeProperty(StyleKey name) |
| void | setImportant(StyleKey propertyName, boolean important) |
| void | setPropertyValue(StyleKey propertyName, CSSValue value) |
| void | setPropertyValue(StyleKey propertyName, CSSValue value, boolean important) |
| void | setPropertyValueAsString(String styleKey, String value) |
| void | setPropertyValueAsString(StyleKey styleKey, String value)
Parses the given value for the stylekey. |
Parameters: styleKey value