Package org.jfree.layouting.input.style
Class CSSMediaRule
- java.lang.Object
-
- org.jfree.layouting.input.style.StyleRule
-
- org.jfree.layouting.input.style.CSSDeclarationRule
-
- org.jfree.layouting.input.style.CSSMediaRule
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.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 voidaddRule(StyleRule rule)voiddeleteRule(int index)StyleRulegetRule(int index)intgetRuleCount()voidinsertRule(int index, StyleRule rule)-
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
-
-
-
-
Constructor Detail
-
CSSMediaRule
public CSSMediaRule(StyleSheet parentStyle, StyleRule parentRule)
-
-