org.vectomatic.dom.svg
Class OMSVGColorProfileElement

java.lang.Object
  extended by org.vectomatic.dom.svg.OMNode
      extended by org.vectomatic.dom.svg.OMElement
          extended by org.vectomatic.dom.svg.OMSVGElement
              extended by org.vectomatic.dom.svg.OMSVGColorProfileElement
All Implemented Interfaces:
com.google.gwt.event.shared.HasHandlers, ISVGRenderingIntent, ISVGURIReference

@TagName(value="color-profile")
public class OMSVGColorProfileElement
extends OMSVGElement
implements ISVGURIReference, ISVGRenderingIntent

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

OMSVGColorProfileElement

public OMSVGColorProfileElement()

OMSVGColorProfileElement

protected OMSVGColorProfileElement(SVGColorProfileElement ot)
Method Detail

getLocal

public final String getLocal()
Corresponds to attribute getLocal() on the given element.


setLocal

public final void setLocal(String value)
Corresponds to attribute getLocal() on the given element.

Throws:
DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt to change the value of a read only attribute.

getName

public final String getName()
Corresponds to attribute getName() on the given element.


setName

public final void setName(String value)
Corresponds to attribute getName() on the given element.

Throws:
DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt to change the value of a read only attribute.

getRenderingIntent

public final short getRenderingIntent()
Corresponds to attribute 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.


setRenderingIntent

public final void setRenderingIntent(short value)
Corresponds to attribute 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.

Throws:
DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt to change the value of a read only attribute.

getHref

public final OMSVGAnimatedString getHref()
Corresponds to attribute 'xlink:href' on the given element.

Specified by:
getHref in interface ISVGURIReference


Copyright © 2012. All Rights Reserved.