|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.css.engine.StyleSheet
This class represents a list of rules.
Field Summary | |
protected boolean |
alternate
Whether or not this stylesheet is alternate. |
protected SACMediaList |
media
The media to use to cascade properties. |
protected StyleSheet |
parent
The parent sheet, if any. |
protected Rule[] |
rules
The rules. |
protected int |
size
The number of rules. |
protected java.lang.String |
title
The style sheet title. |
Constructor Summary | |
StyleSheet()
|
Method Summary | |
void |
append(Rule r)
Appends a rule to the stylesheet. |
void |
clear()
Clears the content. |
SACMediaList |
getMedia()
Returns the media to use to compute the styles. |
StyleSheet |
getParent()
Returns the parent sheet. |
Rule |
getRule(int i)
Returns the rule at the given index. |
int |
getSize()
Returns the number of rules. |
java.lang.String |
getTitle()
Returns the title of this style-sheet. |
boolean |
isAlternate()
Tells whether or not this stylesheet is alternate. |
void |
setAlternate(boolean b)
Sets the 'alternate' attribute of this style-sheet. |
void |
setMedia(SACMediaList m)
Sets the media to use to compute the styles. |
void |
setParent(StyleSheet ss)
Sets the parent sheet. |
void |
setTitle(java.lang.String t)
Sets the 'title' attribute of this style-sheet. |
java.lang.String |
toString(CSSEngine eng)
Returns a printable representation of this style-sheet. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Rule[] rules
protected int size
protected StyleSheet parent
protected boolean alternate
protected SACMediaList media
protected java.lang.String title
Constructor Detail |
public StyleSheet()
Method Detail |
public void setMedia(SACMediaList m)
public SACMediaList getMedia()
public StyleSheet getParent()
public void setParent(StyleSheet ss)
public void setAlternate(boolean b)
public boolean isAlternate()
public void setTitle(java.lang.String t)
public java.lang.String getTitle()
public int getSize()
public Rule getRule(int i)
public void clear()
public void append(Rule r)
public java.lang.String toString(CSSEngine eng)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |