org.jfree.layouting.input.style
Class CSSMediaRule

java.lang.Object
  extended by org.jfree.layouting.input.style.StyleRule
      extended by org.jfree.layouting.input.style.CSSDeclarationRule
          extended by 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
CSSMediaRule(StyleSheet parentStyle, StyleRule parentRule)
           
 
Method Summary
 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.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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSSMediaRule

public CSSMediaRule(StyleSheet parentStyle,
                    StyleRule parentRule)
Method Detail

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)