org.jfree.layouting.input.style
Class CSSPageRule
java.lang.Object
org.jfree.layouting.input.style.StyleRule
org.jfree.layouting.input.style.CSSDeclarationRule
org.jfree.layouting.input.style.CSSPageRule
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class CSSPageRule
- extends CSSDeclarationRule
A page rule contains (among others) page area rules as childs.
- 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 |
CSSPageRule
public CSSPageRule(StyleSheet parentStyle,
StyleRule parentRule,
java.lang.String name,
java.lang.String pseudoPage)
addRule
public void addRule(CSSPageAreaRule rule)
insertRule
public void insertRule(int index,
CSSPageAreaRule rule)
deleteRule
public void deleteRule(int index)
getRuleCount
public int getRuleCount()
getRule
public CSSPageAreaRule getRule(int index)
getName
public java.lang.String getName()
getPseudoPage
public java.lang.String getPseudoPage()