Class StyleRule
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.model.StyleRule
-
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
CSSDeclarationRule
public abstract class StyleRule extends Object implements Serializable, Cloneable
Creation-Date: 23.11.2005, 10:50:15- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
StyleRule(StyleKeyRegistry styleKeyRegistry)
protected
StyleRule(StyleSheet parentStyle, StyleRule parentRule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
StyleRule
getParentRule()
StyleSheet
getParentStyle()
StyleKeyRegistry
getStyleKeyRegistry()
boolean
isReadOnly()
void
makeReadOnly()
protected void
setParentRule(StyleRule parentRule)
protected void
setParentStyle(StyleSheet parentStyle)
-
-
-
Constructor Detail
-
StyleRule
protected StyleRule(StyleKeyRegistry styleKeyRegistry)
-
StyleRule
protected StyleRule(StyleSheet parentStyle, StyleRule parentRule)
-
-
Method Detail
-
getStyleKeyRegistry
public StyleKeyRegistry getStyleKeyRegistry()
-
getParentStyle
public StyleSheet getParentStyle()
-
getParentRule
public StyleRule getParentRule()
-
setParentStyle
protected void setParentStyle(StyleSheet parentStyle)
-
setParentRule
protected void setParentRule(StyleRule parentRule)
-
clone
public Object clone() throws CloneNotSupportedException
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
makeReadOnly
public final void makeReadOnly()
-
isReadOnly
public final boolean isReadOnly()
-
-