Package org.loboevolution.svg
Interface SVGColorProfileRule
- All Superinterfaces:
SVGCSSRule,SVGRenderingIntent
SVGColorProfileRule interface.
-
Field Summary
Fields inherited from interface org.loboevolution.svg.SVGCSSRule
COLOR_PROFILE_RULEFields inherited from interface org.loboevolution.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()getName.shortgetRenderingIntent.getSrc()getSrc.voidsetName.voidsetRenderingIntent(short renderingIntent) setRenderingIntent.voidsetSrc.
-
Method Details
-
getSrc
String getSrc()getSrc.
- Returns:
- a
Stringobject.
-
setSrc
setSrc.
- Parameters:
src- aStringobject.- Throws:
DOMException- if any.
-
getName
String getName()getName.
- Returns:
- a
Stringobject.
-
setName
setName.
- Parameters:
name- aStringobject.- Throws:
DOMException- if any.
-
getRenderingIntent
short getRenderingIntent()getRenderingIntent.
- Returns:
- a short.
-
setRenderingIntent
void setRenderingIntent(short renderingIntent) setRenderingIntent.
- Parameters:
renderingIntent- a short.- Throws:
DOMException- if any.
-