|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object
|
+--org.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 java.net.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. |
java.net.URL |
getURI()
Returns the URI of the imported stylesheet. |
void |
setURI(java.net.URL u)
Sets the URI of the imported stylesheet. |
java.lang.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 java.net.URL uri
| Constructor Detail |
public ImportRule()
| Method Detail |
public short getType()
getType in interface RulegetType in class MediaRulepublic void setURI(java.net.URL u)
public java.net.URL getURI()
public java.lang.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 | |||||||||||