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
ModifierConstructorDescriptionprotected
StyleRule
(StyleKeyRegistry styleKeyRegistry) protected
StyleRule
(StyleSheet parentStyle, StyleRule parentRule) -
Method Summary
Modifier and TypeMethodDescriptionclone()
final boolean
final void
protected void
setParentRule
(StyleRule parentRule) protected void
setParentStyle
(StyleSheet parentStyle)
-
Constructor Details
-
StyleRule
-
StyleRule
-
-
Method Details
-
getStyleKeyRegistry
-
getParentStyle
-
getParentRule
-
setParentStyle
-
setParentRule
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
makeReadOnly
public final void makeReadOnly() -
isReadOnly
public final boolean isReadOnly()
-