|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.vectomatic.dom.svg.OMNode
org.vectomatic.dom.svg.OMElement
org.vectomatic.dom.svg.OMSVGElement
org.vectomatic.dom.svg.OMSVGColorProfileElement
@TagName(value="color-profile") public class OMSVGColorProfileElement
The OMSVGColorProfileElement
interface corresponds
to the color-profile element.
Field Summary |
---|
Fields inherited from class org.vectomatic.dom.svg.OMNode |
---|
eventBus, ot |
Fields inherited from interface org.vectomatic.dom.svg.itf.ISVGRenderingIntent |
---|
RENDERING_INTENT_ABSOLUTE_COLORIMETRIC, RENDERING_INTENT_AUTO, RENDERING_INTENT_PERCEPTUAL, RENDERING_INTENT_RELATIVE_COLORIMETRIC, RENDERING_INTENT_SATURATION, RENDERING_INTENT_UNKNOWN |
Constructor Summary | |
---|---|
|
OMSVGColorProfileElement()
|
protected |
OMSVGColorProfileElement(SVGColorProfileElement ot)
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.vectomatic.dom.svg.OMSVGElement |
---|
addClassNameBaseVal, getClassName, getMarkup, getOwnerSVGElement, getStyle, getViewportElement, getXmlbase, removeClassNameBaseVal, replaceClassNameBaseVal, setClassNameBaseVal, setId, setXmlbase |
Methods inherited from class org.vectomatic.dom.svg.OMElement |
---|
getAttribute, getAttributeNode, getAttributeNS, getAttributes, getElement, getElementsByTagName, getElementsByTagNameNS, getId, getTagName, hasAttribute, hasAttributeNS, removeAttribute, setAttribute, setAttributeNode, setAttributeNS |
Methods inherited from class org.vectomatic.dom.svg.OMNode |
---|
addDomHandler, 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, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OMSVGColorProfileElement()
protected OMSVGColorProfileElement(SVGColorProfileElement ot)
Method Detail |
---|
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 String getName()
getName()
on the given element.
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 ISVGURIReference
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |