Package org.loboevolution.html.dom.svg
Interface SVGComponentTransferFunctionElement
- All Superinterfaces:
Element
,EventTarget
,InnerHTML
,Node
,NonDocumentTypeChildNode
,ParentNode
,SVGElement
- All Known Subinterfaces:
SVGFEFuncAElement
,SVGFEFuncBElement
,SVGFEFuncGElement
,SVGFEFuncRElement
SVGComponentTransferFunctionElement interface.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final short
Constant SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE=3static final short
Constant SVG_FECOMPONENTTRANSFER_TYPE_GAMMA=5static final short
Constant SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY=1static final short
Constant SVG_FECOMPONENTTRANSFER_TYPE_LINEAR=4static final short
Constant SVG_FECOMPONENTTRANSFER_TYPE_TABLE=2static final short
Constant SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN=0Fields inherited from interface org.loboevolution.html.node.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NONE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
-
Method Summary
Methods inherited from interface org.loboevolution.html.node.Element
closest, getAttribute, getAttributeNames, getAttributeNode, getAttributeNodeNS, getAttributeNS, getBoundingClientRect, getClassList, getClassName, getClientHeight, getClientLeft, getClientRects, getClientTop, getClientWidth, getElementsByClassName, getElementsByTagName, getElementsByTagNameNS, getInnerHTML, getInnerText, getLocalName, getNamespaceURI, getOuterHTML, getPrefix, getSchemaTypeInfo, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getSlot, getTagName, hasAttribute, hasAttributeNS, hasPointerCapture, insertAdjacentElement, insertAdjacentHTML, matches, releasePointerCapture, removeAttribute, removeAttributeNode, removeAttributeNS, requestPointerLock, scroll, scrollBy, scrollIntoView, scrollIntoView, scrollTo, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setClassName, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setOuterHTML, setPointerCapture, setScrollLeft, setScrollTop, setSlot, toggleAttribute, toggleAttribute
Methods inherited from interface org.loboevolution.events.EventTarget
addEventListener, addEventListener, dispatchEvent, dispatchEvent, removeEventListener, removeEventListener
Methods inherited from interface org.loboevolution.html.node.InnerHTML
setInnerHTML
Methods inherited from interface org.loboevolution.html.node.Node
appendChild, cloneNode, cloneNode, compareDocumentPosition, contains, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, getRootNode, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isIsConnected, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, prepend, prependChild, removeChild, replaceChild, setNodeValue, setOwnerDocument, setPrefix, setTextContent, setUserData
Methods inherited from interface org.loboevolution.html.node.NonDocumentTypeChildNode
getNextElementSibling, getPreviousElementSibling
Methods inherited from interface org.loboevolution.html.node.ParentNode
getChildElementCount, getChildren, getFirstElementChild, getLastElementChild, querySelector, querySelectorAll
Methods inherited from interface org.loboevolution.html.dom.svg.SVGElement
getId, getOwnerSVGElement, getViewportElement, setId, setOwnerSVGElement
-
Field Details
-
SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN
static final short SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWNConstant SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN=0- See Also:
-
SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY
static final short SVG_FECOMPONENTTRANSFER_TYPE_IDENTITYConstant SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY=1- See Also:
-
SVG_FECOMPONENTTRANSFER_TYPE_TABLE
static final short SVG_FECOMPONENTTRANSFER_TYPE_TABLEConstant SVG_FECOMPONENTTRANSFER_TYPE_TABLE=2- See Also:
-
SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE
static final short SVG_FECOMPONENTTRANSFER_TYPE_DISCRETEConstant SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE=3- See Also:
-
SVG_FECOMPONENTTRANSFER_TYPE_LINEAR
static final short SVG_FECOMPONENTTRANSFER_TYPE_LINEARConstant SVG_FECOMPONENTTRANSFER_TYPE_LINEAR=4- See Also:
-
SVG_FECOMPONENTTRANSFER_TYPE_GAMMA
static final short SVG_FECOMPONENTTRANSFER_TYPE_GAMMAConstant SVG_FECOMPONENTTRANSFER_TYPE_GAMMA=5- See Also:
-
-
Method Details
-
getType
SVGAnimatedEnumeration getType()getType.
- Returns:
- a
SVGAnimatedEnumeration
object.
-
getTableValues
SVGAnimatedNumberList getTableValues()getTableValues.
- Returns:
- a
SVGAnimatedNumberList
object.
-
getSlope
SVGAnimatedNumber getSlope()getSlope.
- Returns:
- a
SVGAnimatedNumber
object.
-
getIntercept
SVGAnimatedNumber getIntercept()getIntercept.
- Returns:
- a
SVGAnimatedNumber
object.
-
getAmplitude
SVGAnimatedNumber getAmplitude()getAmplitude.
- Returns:
- a
SVGAnimatedNumber
object.
-
getExponent
SVGAnimatedNumber getExponent()getExponent.
- Returns:
- a
SVGAnimatedNumber
object.
-
getOffset
SVGAnimatedNumber getOffset()getOffset.
- Returns:
- a
SVGAnimatedNumber
object.
-