Class CSSStyleRule
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.model.StyleRule
-
- org.pentaho.reporting.libraries.css.model.CSSDeclarationRule
-
- org.pentaho.reporting.libraries.css.model.CSSStyleRule
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class CSSStyleRule extends CSSDeclarationRule
Creation-Date: 23.11.2005, 10:59:26- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CSSStyleRule(StyleSheet parentStyle, StyleRule parentRule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CSSSelector
getSelector()
void
merge(CSSStyleRule elementRule)
void
setSelector(CSSSelector selector)
-
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
-
CSSStyleRule
public CSSStyleRule(StyleSheet parentStyle, StyleRule parentRule)
-
-
Method Detail
-
getSelector
public CSSSelector getSelector()
-
setSelector
public void setSelector(CSSSelector selector)
-
merge
public void merge(CSSStyleRule elementRule)
-
-