Class ImportRule
java.lang.Object
org.apache.batik.css.engine.StyleSheet
org.apache.batik.css.engine.MediaRule
org.apache.batik.css.engine.ImportRule
- All Implemented Interfaces:
Rule
This class represents a @import CSS rule.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final shortThe type constant.protected ParsedURLThe URI of the imported stylesheet. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class MediaRule
getMediaList, setMediaListMethods inherited from class StyleSheet
append, clear, getMedia, getParent, getRule, getSize, getTitle, isAlternate, setAlternate, setMedia, setParent, setTitle
-
Field Details
-
TYPE
public static final short TYPEThe type constant.- See Also:
-
uri
The URI of the imported stylesheet.
-
-
Constructor Details
-
ImportRule
public ImportRule()
-
-
Method Details
-
getType
-
setURI
Sets the URI of the imported stylesheet. -
getURI
Returns the URI of the imported stylesheet. -
toString
-