Package org.jfree.layouting.input.style
Class CSSStringRule
- java.lang.Object
-
- org.jfree.layouting.input.style.StyleRule
-
- org.jfree.layouting.input.style.CSSDeclarationRule
-
- org.jfree.layouting.input.style.CSSStringRule
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
public class CSSStringRule extends CSSDeclarationRule
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CSSStringRule(StyleSheet parentStyle, StyleRule parentRule, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
-
Methods inherited from class org.jfree.layouting.input.style.CSSDeclarationRule
clear, clone, getImportantValues, getPropertyCSSValue, getPropertyKeysAsArray, getStyleValues, isEmpty, isImportant, removeProperty, setImportant, setPropertyValue, setPropertyValue, setPropertyValueAsString, setPropertyValueAsString
-
Methods inherited from class org.jfree.layouting.input.style.StyleRule
getParentRule, getParentStyle, getStyleKeyRegistry, isReadOnly, makeReadOnly, setParentRule, setParentStyle
-
-
-
-
Constructor Detail
-
CSSStringRule
public CSSStringRule(StyleSheet parentStyle, StyleRule parentRule, java.lang.String name)
-
-