@TagName(value="color-profile") public class OMSVGColorProfileElement extends OMSVGElement implements ISVGURIReference, ISVGRenderingIntent
OMSVGColorProfileElement interface corresponds
to the color-profile element.RENDERING_INTENT_ABSOLUTE_COLORIMETRIC, RENDERING_INTENT_AUTO, RENDERING_INTENT_PERCEPTUAL, RENDERING_INTENT_RELATIVE_COLORIMETRIC, RENDERING_INTENT_SATURATION, RENDERING_INTENT_UNKNOWN| Modifier | Constructor and Description |
|---|---|
|
OMSVGColorProfileElement() |
protected |
OMSVGColorProfileElement(SVGColorProfileElement ot) |
| Modifier and Type | Method and Description |
|---|---|
OMSVGAnimatedString |
getHref()
Corresponds to attribute 'xlink:href' on
the given element.
|
String |
getLocal()
Corresponds to attribute
getLocal()
on the given element. |
String |
getName()
Corresponds to attribute
getName()
on the given element. |
short |
getRenderingIntent()
Corresponds to attribute
rendering-intent on the given element. |
void |
setLocal(String value)
Corresponds to attribute
getLocal()
on the given element. |
void |
setName(String value)
Corresponds to attribute
getName()
on the given element. |
void |
setRenderingIntent(short value)
Corresponds to attribute
rendering-intent on the given element. |
addClassNameBaseVal, getClassName, getMarkup, getOwnerSVGElement, getStyle, getViewportElement, getXmlbase, removeClassNameBaseVal, replaceClassNameBaseVal, setClassNameBaseVal, setId, setXmlbasegetAttribute, getAttributeNode, getAttributeNS, getAttributes, getElement, getElementsByTagName, getElementsByTagNameNS, getId, getTagName, hasAttribute, hasAttributeNS, removeAttribute, setAttribute, setAttributeNode, setAttributeNSaddDomHandler, addHandler, appendChild, cleanup, cloneNode, convert, convertList, dispatch, fireEvent, getChildNodes, getEventBus, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNode, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, hasChildNodes, insertBefore, normalize, removeChild, replaceChild, setNodeValue, toStringpublic OMSVGColorProfileElement()
protected OMSVGColorProfileElement(SVGColorProfileElement ot)
public final String getLocal()
getLocal()
on the given element.public final void setLocal(String value)
getLocal()
on the given element.DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt
to change the value of a read only
attribute.public final void setName(String value)
getName()
on the given element.DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt
to change the value of a read only
attribute.public final short getRenderingIntent()
rendering-intent on the given element.
The value of this attribute is the value of the the RENDERING_INTENT_ constant
defined on ISVGRenderingIntent that
corresponds to the value of the rendering-intent attribute.public final void setRenderingIntent(short value)
rendering-intent on the given element.
The value of this attribute is the value of the the RENDERING_INTENT_ constant
defined on ISVGRenderingIntent that
corresponds to the value of the rendering-intent attribute.DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt
to change the value of a read only
attribute.public final OMSVGAnimatedString getHref()
getHref in interface ISVGURIReferenceCopyright © 2018. All Rights Reserved.