|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.css.engine.StyleRule
This class represents a style rule.
Field Summary | |
protected SelectorList |
selectorList
The selector list. |
protected StyleDeclaration |
styleDeclaration
The style declaration. |
static short |
TYPE
The type constant. |
Constructor Summary | |
StyleRule()
|
Method Summary | |
SelectorList |
getSelectorList()
Returns the selector list. |
StyleDeclaration |
getStyleDeclaration()
Returns the style declaration. |
short |
getType()
Returns a constant identifying the rule type. |
void |
setSelectorList(SelectorList sl)
Sets the selector list. |
void |
setStyleDeclaration(StyleDeclaration sd)
Sets the style map. |
java.lang.String |
toString(CSSEngine eng)
Returns a printable representation of this style rule. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final short TYPE
protected SelectorList selectorList
protected StyleDeclaration styleDeclaration
Constructor Detail |
public StyleRule()
Method Detail |
public short getType()
getType
in interface Rule
public void setSelectorList(SelectorList sl)
public SelectorList getSelectorList()
public void setStyleDeclaration(StyleDeclaration sd)
public StyleDeclaration getStyleDeclaration()
public java.lang.String toString(CSSEngine eng)
toString
in interface Rule
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |