Interface SVGColorProfileRule
- All Superinterfaces:
CSSRule, SVGCSSRule, SVGRenderingIntent
-
Field Summary
Fields inherited from interface CSSRule
CHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULEFields inherited from interface SVGCSSRule
COLOR_PROFILE_RULE -
Method Summary
Modifier and TypeMethodDescriptiongetName()shortgetSrc()voidvoidsetRenderingIntent(short renderingIntent) voidMethods inherited from interface 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
-