org.apache.batik.css.engine
public class MediaRule extends StyleSheet implements Rule
| Field Summary | |
|---|---|
| protected SACMediaList | mediaList
The media list. |
| static short | TYPE
The type constant. |
| Method Summary | |
|---|---|
| SACMediaList | getMediaList()
Returns the media list. |
| short | getType()
Returns a constant identifying the rule type. |
| void | setMediaList(SACMediaList ml)
Sets the media list. |
| String | toString(CSSEngine eng)
Returns a printable representation of this media rule. |