@DOMObjectAttribute @DOMNameAttribute(name="SVGFETurbulenceElement") public class SVGFETurbulenceElement extends SVGElement implements ISVGFilterPrimitiveStandardAttributes
The SVGFETurbulenceElement interface corresponds to the 'feTurbulence’ element.
SVGElement,
ISVGFilterPrimitiveStandardAttributesNode.Flags| Modifier and Type | Field and Description |
|---|---|
static int |
SVG_STITCHTYPE_NOSTITCH
Corresponds to value 'noStitch'.
|
static int |
SVG_STITCHTYPE_STITCH
Corresponds to value 'stitch'.
|
static int |
SVG_STITCHTYPE_UNKNOWN
The type is not one of predefined types.
|
static int |
SVG_TURBULENCE_TYPE_FRACTALNOISE
Corresponds to value 'fractalNoise'.
|
static int |
SVG_TURBULENCE_TYPE_TURBULENCE
Corresponds to value 'turbulence'.
|
static int |
SVG_TURBULENCE_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_NODEEventMapPropertyChanged, PropertyChangedDelegate| Constructor and Description |
|---|
SVGFETurbulenceElement(com.aspose.html.dom.DOMName name,
Document doc)
Initializes a new instance of the
SVGElement class. |
| Modifier and Type | Method and Description |
|---|---|
SVGAnimatedNumber |
getBaseFrequencyX()
Corresponds to attribute 'baseFrequency’ on the given 'feTurbulence’ element.
|
SVGAnimatedNumber |
getBaseFrequencyY()
Corresponds to attribute 'baseFrequency’ on the given 'feTurbulence’ element.
|
SVGAnimatedLength |
getHeight()
Corresponds to attribute ’height’ on the given ’filter’ element.
|
SVGAnimatedInteger |
getNumOctaves()
Corresponds to attribute 'numOctaves’ on the given 'feTurbulence’ element.
|
SVGAnimatedString |
getResult()
Corresponds to attribute 'result’ on the given ’filter’ element.
|
SVGAnimatedNumber |
getSeed()
Corresponds to attribute 'seed’ on the given 'feTurbulence’ element.
|
SVGAnimatedEnumeration |
getStitchTiles()
Corresponds to attribute 'stitchTiles’ on the given 'feTurbulence’ element.
|
SVGAnimatedEnumeration |
getType()
Corresponds to attribute 'type’ on the given 'feTurbulence’ element.
|
SVGAnimatedLength |
getWidth()
Corresponds to attribute ’width’ on the given ’filter’ element.
|
SVGAnimatedLength |
getX()
Corresponds to attribute ’x’ on the given ’filter’ element.
|
SVGAnimatedLength |
getY()
Corresponds to attribute 'y’ on the given ’filter’ element.
|
addSVGAttributeBinding, blur, focus, getClassName_SVGElement_New, getId_SVGElement_New, getOwnerSVGElement, getStyle, getSVGAttributeBindings, getSVGContext, getTabIndex, getViewportElement, isReadOnly, isRendered, setId_SVGElement_New, setTabIndexattachShadow, 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, setTextContentadoptNode, 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, toStringaddEventListener, addEventListener, addEventListener, addEventListener, dispatchEvent, dispose, removeEventListener, removeEventListener, removeEventListenerfireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding@DOMNameAttribute(name="SVG_TURBULENCE_TYPE_UNKNOWN") public static final int SVG_TURBULENCE_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_TURBULENCE_TYPE_FRACTALNOISE") public static final int SVG_TURBULENCE_TYPE_FRACTALNOISE
Corresponds to value 'fractalNoise'.
@DOMNameAttribute(name="SVG_TURBULENCE_TYPE_TURBULENCE") public static final int SVG_TURBULENCE_TYPE_TURBULENCE
Corresponds to value 'turbulence'.
@DOMNameAttribute(name="SVG_STITCHTYPE_UNKNOWN") public static final int SVG_STITCHTYPE_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_STITCHTYPE_STITCH") public static final int SVG_STITCHTYPE_STITCH
Corresponds to value 'stitch'.
@DOMNameAttribute(name="SVG_STITCHTYPE_NOSTITCH") public static final int SVG_STITCHTYPE_NOSTITCH
Corresponds to value 'noStitch'.
public SVGFETurbulenceElement(com.aspose.html.dom.DOMName name,
Document doc)
Initializes a new instance of the SVGElement class.
name - The element name.doc - The document.public SVGAnimatedLength getX()
Corresponds to attribute ’x’ on the given ’filter’ element.
Value: The attribute ’x’ of the given ’filter’ element.getX in interface ISVGFilterPrimitiveStandardAttributespublic SVGAnimatedLength getY()
Corresponds to attribute 'y’ on the given ’filter’ element.
Value: The attribute 'y’ of the given ’filter’ element.getY in interface ISVGFilterPrimitiveStandardAttributespublic SVGAnimatedLength getWidth()
Corresponds to attribute ’width’ on the given ’filter’ element.
Value: The attribute ’width’ of the given ’filter’ element.getWidth in interface ISVGFilterPrimitiveStandardAttributespublic SVGAnimatedLength getHeight()
Corresponds to attribute ’height’ on the given ’filter’ element.
Value: The attribute ’height’ of the given ’filter’ element.getHeight in interface ISVGFilterPrimitiveStandardAttributespublic SVGAnimatedString getResult()
Corresponds to attribute 'result’ on the given ’filter’ element.
Value: The attribute 'result’ of the given ’filter’ element.getResult in interface ISVGFilterPrimitiveStandardAttributes@DOMNameAttribute(name="baseFrequencyX") public SVGAnimatedNumber getBaseFrequencyX()
Corresponds to attribute 'baseFrequency’ on the given 'feTurbulence’ element. Contains the X component of the 'baseFrequency’ attribute.
Value: The attribute 'baseFrequency’ of the given 'feTurbulence’ element.@DOMNameAttribute(name="baseFrequencyY") public SVGAnimatedNumber getBaseFrequencyY()
Corresponds to attribute 'baseFrequency’ on the given 'feTurbulence’ element. Contains the Y component of the (possibly computed automatically) 'baseFrequency’ attribute.
Value: The attribute 'baseFrequency’ of the given 'feTurbulence’ element.@DOMNameAttribute(name="numOctaves") public SVGAnimatedInteger getNumOctaves()
Corresponds to attribute 'numOctaves’ on the given 'feTurbulence’ element.
Value: The attribute 'numOctaves’ of the given 'feTurbulence’ element.@DOMNameAttribute(name="seed") public SVGAnimatedNumber getSeed()
Corresponds to attribute 'seed’ on the given 'feTurbulence’ element.
Value: The attribute 'seed’ of the given 'feTurbulence’ element.@DOMNameAttribute(name="stitchTiles") public SVGAnimatedEnumeration getStitchTiles()
Corresponds to attribute 'stitchTiles’ on the given 'feTurbulence’ element. Takes one of the SVG_STITCHTYPE_* constants defined on this interface.
Value: The attribute 'stitchTiles’ of the given 'feTurbulence’ element.@DOMNameAttribute(name="type") public SVGAnimatedEnumeration getType()
Corresponds to attribute 'type’ on the given 'feTurbulence’ element. Takes one of the SVG_TURBULENCE_TYPE_* constants defined on this interface.
Value: The attribute 'type’ of the given 'feTurbulence’ element.