org.jfree.layouting.input.style
Class CSSStringRule

java.lang.Object
  extended by org.jfree.layouting.input.style.StyleRule
      extended by org.jfree.layouting.input.style.CSSDeclarationRule
          extended by 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
CSSStringRule(StyleSheet parentStyle, StyleRule parentRule, java.lang.String name)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSSStringRule

public CSSStringRule(StyleSheet parentStyle,
                     StyleRule parentRule,
                     java.lang.String name)
Method Detail

getName

public java.lang.String getName()