org.jfree.layouting.input.style
Class CSSCounterRule

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.CSSCounterRule
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class CSSCounterRule
extends CSSDeclarationRule

See Also:
Serialized Form

Constructor Summary
CSSCounterRule(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

CSSCounterRule

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

getName

public java.lang.String getName()