Package org.w3c.dom.svg
Interface SVGColorProfileRule
- 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_RULE
Fields inherited from interface org.w3c.dom.svg.SVGCSSRule
COLOR_PROFILE_RULE
Fields 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()
short
getSrc()
void
void
setRenderingIntent
(short renderingIntent) void
Methods 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
-