|
||||||||||
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.OMSVGComponentTransferFunctionElement
public abstract class OMSVGComponentTransferFunctionElement
This interface defines a base interface used by the component transfer function interfaces.
Field Summary | |
---|---|
static short |
SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE
Corresponds to value 'discrete'. |
static short |
SVG_FECOMPONENTTRANSFER_TYPE_GAMMA
Corresponds to value 'gamma'. |
static short |
SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY
Corresponds to value 'identity'. |
static short |
SVG_FECOMPONENTTRANSFER_TYPE_LINEAR
Corresponds to value 'linear'. |
static short |
SVG_FECOMPONENTTRANSFER_TYPE_TABLE
Corresponds to value 'table'. |
static short |
SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN
The type is not one of predefined types. |
Fields inherited from class org.vectomatic.dom.svg.OMNode |
---|
eventBus, ot |
Constructor Summary | |
---|---|
protected |
OMSVGComponentTransferFunctionElement(SVGComponentTransferFunctionElement ot)
|
Method Summary | |
---|---|
OMSVGAnimatedNumber |
getAmplitude()
Corresponds to attribute getAmplitude()
on the given element. |
OMSVGAnimatedNumber |
getExponent()
Corresponds to attribute getExponent()
on the given element. |
OMSVGAnimatedNumber |
getIntercept()
Corresponds to attribute getIntercept()
on the given element. |
OMSVGAnimatedNumber |
getOffset()
Corresponds to attribute getOffset()
on the given element. |
OMSVGAnimatedNumber |
getSlope()
Corresponds to attribute getSlope()
on the given element. |
OMSVGAnimatedNumberList |
getTableValues()
Corresponds to attribute getTableValues()
on the given element. |
OMSVGAnimatedEnumeration |
getType()
Corresponds to attribute getType()
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 |
Field Detail |
---|
public static final short SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN
public static final short SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY
public static final short SVG_FECOMPONENTTRANSFER_TYPE_TABLE
public static final short SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE
public static final short SVG_FECOMPONENTTRANSFER_TYPE_LINEAR
public static final short SVG_FECOMPONENTTRANSFER_TYPE_GAMMA
Constructor Detail |
---|
protected OMSVGComponentTransferFunctionElement(SVGComponentTransferFunctionElement ot)
Method Detail |
---|
public final OMSVGAnimatedEnumeration getType()
getType()
on the given element. Takes one of the SVG_FECOMPONENTTRANSFER_TYPE_ constants
defined on this interface.
public final OMSVGAnimatedNumberList getTableValues()
getTableValues()
on the given element.
public final OMSVGAnimatedNumber getSlope()
getSlope()
on the given element.
public final OMSVGAnimatedNumber getIntercept()
getIntercept()
on the given element.
public final OMSVGAnimatedNumber getAmplitude()
getAmplitude()
on the given element.
public final OMSVGAnimatedNumber getExponent()
getExponent()
on the given element.
public final OMSVGAnimatedNumber getOffset()
getOffset()
on the given element.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |