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
Creation-Date: 23.11.2005, 11:00:04
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
deleteRule
(int index) getRule
(int index) int
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 Details
-
CSSMediaRule
-
-
Method Details
-
addRule
-
insertRule
-
deleteRule
public void deleteRule(int index) -
getRuleCount
public int getRuleCount() -
getRule
-