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