org.jfree.layouting.input.style
public abstract class StyleRule extends Object implements Serializable, Cloneable
| Constructor Summary | |
|---|---|
| protected | StyleRule(StyleKeyRegistry styleKeyRegistry) |
| protected | StyleRule(StyleSheet parentStyle, StyleRule parentRule) |
| Method Summary | |
|---|---|
| Object | clone() |
| StyleRule | getParentRule() |
| StyleSheet | getParentStyle() |
| StyleKeyRegistry | getStyleKeyRegistry() |
| boolean | isReadOnly() |
| void | makeReadOnly() |
| protected void | setParentRule(StyleRule parentRule) |
| protected void | setParentStyle(StyleSheet parentStyle) |