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
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 java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSSMediaRule
public CSSMediaRule(StyleSheet parentStyle,
StyleRule parentRule)
addRule
public void addRule(StyleRule rule)
insertRule
public void insertRule(int index,
StyleRule rule)
deleteRule
public void deleteRule(int index)
getRuleCount
public int getRuleCount()
getRule
public StyleRule getRule(int index)