org.jfree.layouting.input.style

Class StyleRule

public abstract class StyleRule extends Object implements Serializable, Cloneable

Creation-Date: 23.11.2005, 10:50:15

Author: Thomas Morgner

Constructor Summary
protected StyleRule(StyleKeyRegistry styleKeyRegistry)
protected StyleRule(StyleSheet parentStyle, StyleRule parentRule)
Method Summary
Objectclone()
StyleRulegetParentRule()
StyleSheetgetParentStyle()
StyleKeyRegistrygetStyleKeyRegistry()
booleanisReadOnly()
voidmakeReadOnly()
protected voidsetParentRule(StyleRule parentRule)
protected voidsetParentStyle(StyleSheet parentStyle)

Constructor Detail

StyleRule

protected StyleRule(StyleKeyRegistry styleKeyRegistry)

StyleRule

protected StyleRule(StyleSheet parentStyle, StyleRule parentRule)

Method Detail

clone

public Object clone()

getParentRule

public StyleRule getParentRule()

getParentStyle

public StyleSheet getParentStyle()

getStyleKeyRegistry

public StyleKeyRegistry getStyleKeyRegistry()

isReadOnly

public final boolean isReadOnly()

makeReadOnly

public final void makeReadOnly()

setParentRule

protected void setParentRule(StyleRule parentRule)

setParentStyle

protected void setParentStyle(StyleSheet parentStyle)