@DOMObjectAttribute @DOMNameAttribute(name="SVGComponentTransferFunctionElement") public class SVGComponentTransferFunctionElement extends SVGElement
This interface defines a base interface used by the component transfer function interfaces.
SVGElement
Node.Flags
Modifier and Type | Field and Description |
---|---|
static int |
SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE
Corresponds to value 'discrete'.
|
static int |
SVG_FECOMPONENTTRANSFER_TYPE_GAMMA
Corresponds to value 'gamma'.
|
static int |
SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY
Corresponds to value 'identity'.
|
static int |
SVG_FECOMPONENTTRANSFER_TYPE_LINEAR
Corresponds to value 'linear'.
|
static int |
SVG_FECOMPONENTTRANSFER_TYPE_TABLE
Corresponds to value 'table'.
|
static int |
SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN
The type is not one of predefined types.
|
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, flags, nodeDocument, NOTATION_NODE, parent, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
EventMap
PropertyChanged, PropertyChangedDelegate
Constructor and Description |
---|
SVGComponentTransferFunctionElement(com.aspose.html.dom.DOMName name,
Document doc)
Initializes a new instance of the
SVGElement class. |
Modifier and Type | Method and Description |
---|---|
SVGAnimatedNumber |
getAmplitude()
Corresponds to attribute 'amplitude’ on the given element.
|
SVGAnimatedNumber |
getExponent()
Corresponds to attribute 'exponent’ on the given element.
|
SVGAnimatedNumber |
getIntercept()
Corresponds to attribute 'intercept’ on the given element.
|
SVGAnimatedNumber |
getOffset()
Corresponds to attribute 'offset’ on the given element.
|
SVGAnimatedNumber |
getSlope()
Corresponds to attribute 'slope’ on the given element.
|
SVGAnimatedNumberList |
getTableValues()
Corresponds to attribute 'tableValues’ on the given element.
|
SVGAnimatedEnumeration |
getType()
Corresponds to attribute 'type’ on the given element.
|
addSVGAttributeBinding, blur, focus, getClassName_SVGElement_New, getId_SVGElement_New, getOwnerSVGElement, getStyle, getSVGAttributeBindings, getSVGContext, getTabIndex, getViewportElement, isReadOnly, isRendered, setId_SVGElement_New, setTabIndex
attachShadow, dispose, equals, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getChildElementCount, getChildren, getClassName, getComputedStyle, getComputedStyle, getData, getElementsByClassName, getElementsByTagName, getElementsByTagNameNS, getFirstElementChild, getId, getInnerHTML, getLastElementChild, getLocalName, getNamespaceURI, getNextElementSibling, getNodeName, getNodeType, getOuterHTML, getPrefix, getPreviousElementSibling, getSchemaTypeInfo, getShadowRoot, getStyleContainer, getTag, getTagName, getTextContent, hasAttribute, hasAttributeNS, hasAttributes, querySelector, querySelectorAll, remove, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setClassName, setData, setId, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setInnerHTML, setOuterHTML, setTextContent
adoptNode, appendChild, cloneNode, deepClone, finalize, getBaseURI, getChildNodes, getChildNodesInternal, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, getRegisteredObservers, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceAll, replaceChild, setLocalName, setNamespaceURI, setNodeValue, setParentNode, setPrefix, toString
addEventListener, addEventListener, addEventListener, addEventListener, dispatchEvent, dispose, removeEventListener, removeEventListener, removeEventListener
fireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding
@DOMNameAttribute(name="SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN") public static final int SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN
The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
@DOMNameAttribute(name="SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY") public static final int SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY
Corresponds to value 'identity'.
@DOMNameAttribute(name="SVG_FECOMPONENTTRANSFER_TYPE_TABLE") public static final int SVG_FECOMPONENTTRANSFER_TYPE_TABLE
Corresponds to value 'table'.
@DOMNameAttribute(name="SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE") public static final int SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE
Corresponds to value 'discrete'.
@DOMNameAttribute(name="SVG_FECOMPONENTTRANSFER_TYPE_LINEAR") public static final int SVG_FECOMPONENTTRANSFER_TYPE_LINEAR
Corresponds to value 'linear'.
@DOMNameAttribute(name="SVG_FECOMPONENTTRANSFER_TYPE_GAMMA") public static final int SVG_FECOMPONENTTRANSFER_TYPE_GAMMA
Corresponds to value 'gamma'.
public SVGComponentTransferFunctionElement(com.aspose.html.dom.DOMName name, Document doc)
Initializes a new instance of the SVGElement
class.
name
- The element name.doc
- The document.@DOMNameAttribute(name="type") public SVGAnimatedEnumeration getType()
Corresponds to attribute 'type’ on the given element. Takes one of the SVG_FECOMPONENTTRANSFER_TYPE_* constants defined on this interface.
Value: The attribute 'type’ of the given element.@DOMNameAttribute(name="tableValues") public SVGAnimatedNumberList getTableValues()
Corresponds to attribute 'tableValues’ on the given element.
Value: The attribute 'type’ of the given element.@DOMNameAttribute(name="slope") public SVGAnimatedNumber getSlope()
Corresponds to attribute 'slope’ on the given element.
Value: The attribute 'slope’ of the given element.@DOMNameAttribute(name="intercept") public SVGAnimatedNumber getIntercept()
Corresponds to attribute 'intercept’ on the given element.
Value: The attribute 'intercept’ of the given element.@DOMNameAttribute(name="amplitude") public SVGAnimatedNumber getAmplitude()
Corresponds to attribute 'amplitude’ on the given element.
Value: The attribute 'amplitude’ of the given element.@DOMNameAttribute(name="exponent") public SVGAnimatedNumber getExponent()
Corresponds to attribute 'exponent’ on the given element.
Value: The attribute 'exponent’ of the given element.@DOMNameAttribute(name="offset") public SVGAnimatedNumber getOffset()
Corresponds to attribute 'offset’ on the given element.
Value: The attribute 'offset’ of the given element.