|
|||||||||||
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
This class represents a @import CSS rule.
Field Summary | |
static short |
TYPE
The type constant. |
protected URL |
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. |
URL |
getURI()
Returns the URI of the imported stylesheet. |
void |
setURI(URL 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 URL uri
Constructor Detail |
public ImportRule()
Method Detail |
public short getType()
getType
in interface Rule
getType
in class MediaRule
public void setURI(URL u)
public URL getURI()
public String toString(CSSEngine eng)
toString
in interface Rule
toString
in class MediaRule
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |