Package org.loboevolution.html.js.css
Class StyleSheetImpl
java.lang.Object
org.loboevolution.html.js.css.StyleSheetImpl
- All Implemented Interfaces:
StyleSheet
- Direct Known Subclasses:
CSSStyleSheetImpl
StyleSheetImpl class.
-
Constructor Details
-
StyleSheetImpl
-
-
Method Details
-
getType
getType.
- Specified by:
getType
in interfaceStyleSheet
- Returns:
- a
String
object.
-
getHref
getHref.
- Specified by:
getHref
in interfaceStyleSheet
- Returns:
- a
String
object.
-
parentStyleSheet
parentStyleSheet.
- Specified by:
parentStyleSheet
in interfaceStyleSheet
- Returns:
- a
CSSStyleSheet
object.
-
getMedia
getMedia.
- Specified by:
getMedia
in interfaceStyleSheet
- Returns:
- a
MediaList
object.
-
getDisabled
public boolean getDisabled()getDisabled.
- Specified by:
getDisabled
in interfaceStyleSheet
- Returns:
- a
Boolean
object.
-
toString
-