Class CSSMediaRule
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.model.StyleRule
-
- org.pentaho.reporting.libraries.css.model.CSSDeclarationRule
-
- org.pentaho.reporting.libraries.css.model.CSSMediaRule
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class CSSMediaRule extends CSSDeclarationRule
Creation-Date: 23.11.2005, 11:00:04- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CSSMediaRule(StyleSheet parentStyle, StyleRule parentRule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addRule(StyleRule rule)
void
deleteRule(int index)
StyleRule
getRule(int index)
int
getRuleCount()
void
insertRule(int index, StyleRule rule)
-
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
-
CSSMediaRule
public CSSMediaRule(StyleSheet parentStyle, StyleRule parentRule)
-
-