- All Superinterfaces:
CSSRule,SVGCSSRule,SVGRenderingIntent
-
Field Summary
Fields inherited from interface org.w3c.dom.css.CSSRule
CHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULEFields inherited from interface org.w3c.dom.svg.SVGCSSRule
COLOR_PROFILE_RULEFields inherited from interface org.w3c.dom.svg.SVGRenderingIntent
RENDERING_INTENT_ABSOLUTE_COLORIMETRIC, RENDERING_INTENT_AUTO, RENDERING_INTENT_PERCEPTUAL, RENDERING_INTENT_RELATIVE_COLORIMETRIC, RENDERING_INTENT_SATURATION, RENDERING_INTENT_UNKNOWN -
Method Summary
Modifier and TypeMethodDescriptiongetName()shortgetSrc()voidvoidsetRenderingIntent(short renderingIntent) voidMethods inherited from interface org.w3c.dom.css.CSSRule
getCssText, getParentRule, getParentStyleSheet, getType, setCssText
-
Method Details
-
getSrc
String getSrc() -
setSrc
- Throws:
DOMException
-
getName
String getName() -
setName
- Throws:
DOMException
-
getRenderingIntent
short getRenderingIntent() -
setRenderingIntent
- Throws:
DOMException
-