Class StyleRule
java.lang.Object
org.pentaho.reporting.libraries.css.model.StyleRule
- All Implemented Interfaces:
Serializable,Cloneable
- Direct Known Subclasses:
CSSDeclarationRule
Creation-Date: 23.11.2005, 10:50:15
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedStyleRule(StyleKeyRegistry styleKeyRegistry) protectedStyleRule(StyleSheet parentStyle, StyleRule parentRule) -
Method Summary
Modifier and TypeMethodDescriptionclone()final booleanfinal voidprotected voidsetParentRule(StyleRule parentRule) protected voidsetParentStyle(StyleSheet parentStyle)
-
Constructor Details
-
StyleRule
-
StyleRule
-
-
Method Details
-
getStyleKeyRegistry
-
getParentStyle
-
getParentRule
-
setParentStyle
-
setParentRule
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
makeReadOnly
public final void makeReadOnly() -
isReadOnly
public final boolean isReadOnly()
-