org.jfree.layouting.input.style
Class CSSStyleRule

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.CSSStyleRule
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class CSSStyleRule
extends CSSDeclarationRule

Creation-Date: 23.11.2005, 10:59:26

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
CSSStyleRule(StyleSheet parentStyle, StyleRule parentRule)
           
 
Method Summary
 CSSSelector getSelector()
           
 void merge(CSSStyleRule elementRule)
           
 void setSelector(CSSSelector selector)
           
 
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

CSSStyleRule

public CSSStyleRule(StyleSheet parentStyle,
                    StyleRule parentRule)
Method Detail

getSelector

public CSSSelector getSelector()

setSelector

public void setSelector(CSSSelector selector)

merge

public void merge(CSSStyleRule elementRule)