org.jfree.layouting.input.style
public abstract class StyleRule extends java.lang.Object implements java.io.Serializable, java.lang.Cloneable
Modifier | Constructor and Description |
---|---|
protected |
StyleRule(StyleKeyRegistry styleKeyRegistry) |
protected |
StyleRule(StyleSheet parentStyle,
StyleRule parentRule) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
StyleRule |
getParentRule() |
StyleSheet |
getParentStyle() |
StyleKeyRegistry |
getStyleKeyRegistry() |
boolean |
isReadOnly() |
void |
makeReadOnly() |
protected void |
setParentRule(StyleRule parentRule) |
protected void |
setParentStyle(StyleSheet parentStyle) |
protected StyleRule(StyleKeyRegistry styleKeyRegistry)
protected StyleRule(StyleSheet parentStyle, StyleRule parentRule)
public StyleKeyRegistry getStyleKeyRegistry()
public StyleSheet getParentStyle()
public StyleRule getParentRule()
protected void setParentStyle(StyleSheet parentStyle)
protected void setParentRule(StyleRule parentRule)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public final void makeReadOnly()
public final boolean isReadOnly()