|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.css.engine.StyleSheet
org.apache.batik.css.engine.MediaRule
org.apache.batik.css.engine.ImportRule
public class ImportRule
This class represents a @import CSS rule.
| Field Summary | |
|---|---|
static short |
TYPE
The type constant. |
protected ParsedURL |
uri
The URI of the imported stylesheet. |
| Fields inherited from class org.apache.batik.css.engine.MediaRule |
|---|
mediaList |
| Fields inherited from class org.apache.batik.css.engine.StyleSheet |
|---|
alternate, media, parent, rules, size, title |
| Constructor Summary | |
|---|---|
ImportRule()
|
|
| Method Summary | |
|---|---|
short |
getType()
Returns a constant identifying the rule type. |
ParsedURL |
getURI()
Returns the URI of the imported stylesheet. |
void |
setURI(ParsedURL u)
Sets the URI of the imported stylesheet. |
String |
toString(CSSEngine eng)
Returns a printable representation of this import rule. |
| Methods inherited from class org.apache.batik.css.engine.MediaRule |
|---|
getMediaList, setMediaList |
| Methods inherited from class org.apache.batik.css.engine.StyleSheet |
|---|
append, clear, getMedia, getParent, getRule, getSize, getTitle, isAlternate, setAlternate, setMedia, setParent, setTitle |
| 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 ParsedURL uri
| Constructor Detail |
|---|
public ImportRule()
| Method Detail |
|---|
public short getType()
getType in interface RulegetType in class MediaRulepublic void setURI(ParsedURL u)
public ParsedURL getURI()
public String toString(CSSEngine eng)
toString in interface RuletoString in class MediaRule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||