public abstract class OMSVGComponentTransferFunctionElement extends OMSVGElement
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier | Constructor and Description |
---|---|
protected |
OMSVGComponentTransferFunctionElement(SVGComponentTransferFunctionElement ot) |
Modifier and Type | Method and Description |
---|---|
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. |
addClassNameBaseVal, getClassName, getMarkup, getOwnerSVGElement, getStyle, getViewportElement, getXmlbase, removeClassNameBaseVal, replaceClassNameBaseVal, setClassNameBaseVal, setId, setXmlbase
getAttribute, getAttributeNode, getAttributeNS, getAttributes, getElement, getElementsByTagName, getElementsByTagNameNS, getId, getTagName, hasAttribute, hasAttributeNS, removeAttribute, setAttribute, setAttributeNode, setAttributeNS
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
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
protected OMSVGComponentTransferFunctionElement(SVGComponentTransferFunctionElement ot)
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.Copyright © 2018. All Rights Reserved.