public class JsStyleSheet extends JsElementalMixinBase implements StyleSheet
SVG_ZOOMANDPAN_DISABLE, SVG_ZOOMANDPAN_MAGNIFY, SVG_ZOOMANDPAN_UNKNOWN
Modifier | Constructor and Description |
---|---|
protected |
JsStyleSheet() |
Modifier and Type | Method and Description |
---|---|
String |
getHref()
Returns the location of the stylesheet.
|
JsMediaList |
getMedia()
Specifies the intended destination medium for style information.
|
JsNode |
getOwnerNode()
Returns the node that associates this style sheet with the document.
|
JsStyleSheet |
getParentStyleSheet()
Returns the stylesheet that is including this one, if any.
|
String |
getTitle()
Returns the advisory title of the current style sheet.
|
String |
getType()
Specifies the style sheet language for this style sheet.
|
boolean |
isDisabled()
This property indicates whether the current stylesheet has been applied or not.
|
void |
setDisabled(boolean param_disabled) |
addEventListener, addEventListener, beginElement, beginElementAt, dispatchEvent, endElement, endElementAt, getAnimatedClassName, getAnimatedHeight, getAnimatedHref, getAnimatedResult, getAnimatedTransform, getAnimatedWidth, getAnimatedX, getAnimatedY, getBBox, getChildElementCount, getCTM, getExternalResourcesRequired, getFarthestViewportElement, getFirstElementChild, getLastElementChild, getNearestViewportElement, getNextElementSibling, getPresentationAttribute, getPreserveAspectRatio, getPreviousElementSibling, getRequiredExtensions, getRequiredFeatures, getScreenCTM, getSvgStyle, getSystemLanguage, getTransformToElement, getViewBox, getXmllang, getXmlspace, getZoomAndPan, hasExtension, querySelector, querySelectorAll, removeEventListener, removeEventListener, setXmllang, setXmlspace, setZoomAndPan
at, at, intAt, intAt, length, numberAt, numberAt, setAt, setAt, setAt, setAt, setAt, setAt
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
intAt, length
numberAt
public final boolean isDisabled()
StyleSheet
isDisabled
in interface StyleSheet
public final void setDisabled(boolean param_disabled)
setDisabled
in interface StyleSheet
public final String getHref()
StyleSheet
getHref
in interface StyleSheet
public final JsMediaList getMedia()
StyleSheet
getMedia
in interface StyleSheet
public final JsNode getOwnerNode()
StyleSheet
getOwnerNode
in interface StyleSheet
public final JsStyleSheet getParentStyleSheet()
StyleSheet
getParentStyleSheet
in interface StyleSheet
public final String getTitle()
StyleSheet
getTitle
in interface StyleSheet
public final String getType()
StyleSheet
getType
in interface StyleSheet
Copyright © 2018. All rights reserved.