org.apache.batik.css.engine
public class StyleRule extends Object implements Rule
Field Summary | |
---|---|
protected SelectorList | selectorList
The selector list. |
protected StyleDeclaration | styleDeclaration
The style declaration. |
static short | TYPE
The type constant. |
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. |
String | toString(CSSEngine eng)
Returns a printable representation of this style rule. |