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:
getTypein interfaceStyleSheet- Returns:
- a
Stringobject.
-
getHref
getHref.
- Specified by:
getHrefin interfaceStyleSheet- Returns:
- a
Stringobject.
-
parentStyleSheet
parentStyleSheet.
- Specified by:
parentStyleSheetin interfaceStyleSheet- Returns:
- a
CSSStyleSheetobject.
-
getMedia
getMedia.
- Specified by:
getMediain interfaceStyleSheet- Returns:
- a
MediaListobject.
-
getDisabled
public boolean getDisabled()getDisabled.
- Specified by:
getDisabledin interfaceStyleSheet- Returns:
- a
Booleanobject.
-
toString
-