Package org.loboevolution.html.dom.svg
Interface SVGFETurbulenceElement
- All Superinterfaces:
Element
,EventTarget
,InnerHTML
,Node
,NonDocumentTypeChildNode
,ParentNode
,SVGElement
,SVGFilterPrimitiveStandardAttributes
,SVGStylable
SVGFETurbulenceElement interface.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final short
Constant SVG_STITCHTYPE_NOSTITCH=2static final short
Constant SVG_STITCHTYPE_STITCH=1static final short
Constant SVG_STITCHTYPE_UNKNOWN=0static final short
Constant SVG_TURBULENCE_TYPE_FRACTALNOISE=1static final short
Constant SVG_TURBULENCE_TYPE_TURBULENCE=2static final short
Constant SVG_TURBULENCE_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
Methods inherited from interface org.loboevolution.html.dom.svg.SVGFilterPrimitiveStandardAttributes
getHeight, getResult, getWidth, getX, getY
Methods inherited from interface org.loboevolution.html.dom.svg.SVGStylable
getStyle
-
Field Details
-
SVG_TURBULENCE_TYPE_UNKNOWN
static final short SVG_TURBULENCE_TYPE_UNKNOWNConstant SVG_TURBULENCE_TYPE_UNKNOWN=0- See Also:
-
SVG_TURBULENCE_TYPE_FRACTALNOISE
static final short SVG_TURBULENCE_TYPE_FRACTALNOISEConstant SVG_TURBULENCE_TYPE_FRACTALNOISE=1- See Also:
-
SVG_TURBULENCE_TYPE_TURBULENCE
static final short SVG_TURBULENCE_TYPE_TURBULENCEConstant SVG_TURBULENCE_TYPE_TURBULENCE=2- See Also:
-
SVG_STITCHTYPE_UNKNOWN
static final short SVG_STITCHTYPE_UNKNOWNConstant SVG_STITCHTYPE_UNKNOWN=0- See Also:
-
SVG_STITCHTYPE_STITCH
static final short SVG_STITCHTYPE_STITCHConstant SVG_STITCHTYPE_STITCH=1- See Also:
-
SVG_STITCHTYPE_NOSTITCH
static final short SVG_STITCHTYPE_NOSTITCHConstant SVG_STITCHTYPE_NOSTITCH=2- See Also:
-
-
Method Details
-
getBaseFrequencyX
SVGAnimatedNumber getBaseFrequencyX()getBaseFrequencyX.
- Returns:
- a
SVGAnimatedNumber
object.
-
getBaseFrequencyY
SVGAnimatedNumber getBaseFrequencyY()getBaseFrequencyY.
- Returns:
- a
SVGAnimatedNumber
object.
-
getNumOctaves
SVGAnimatedInteger getNumOctaves()getNumOctaves.
- Returns:
- a
SVGAnimatedInteger
object.
-
getSeed
SVGAnimatedNumber getSeed()getSeed.
- Returns:
- a
SVGAnimatedNumber
object.
-
getStitchTiles
SVGAnimatedEnumeration getStitchTiles()getStitchTiles.
- Returns:
- a
SVGAnimatedEnumeration
object.
-
getType
SVGAnimatedEnumeration getType()getType.
- Returns:
- a
SVGAnimatedEnumeration
object.
-