public class SVGFETurbulenceElement extends SVGElement
SVGFETurbulenceElement
interface
corresponds to the feTurbulence element.Modifier | Constructor and Description |
---|---|
protected |
SVGFETurbulenceElement() |
getClassName_, getMarkup, getOwnerSVGElement, getViewportElement, getXmlbase, setXmlbase
addClassName, as, as, blur, dispatchEvent, focus, getAbsoluteBottom, getAbsoluteLeft, getAbsoluteRight, getAbsoluteTop, getAttribute, getClassName, getClientHeight, getClientWidth, getDir, getDraggable, getElementsByTagName, getFirstChildElement, getId, getInnerHTML, getInnerText, getLang, getNextSiblingElement, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getPreviousSiblingElement, getPropertyBoolean, getPropertyDouble, getPropertyInt, getPropertyJSO, getPropertyObject, getPropertyString, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getString, getStyle, getTabIndex, getTagName, getTitle, hasAttribute, hasClassName, hasTagName, is, is, removeAttribute, removeClassName, replaceClassName, scrollIntoView, setAttribute, setClassName, setDir, setDraggable, setId, setInnerHTML, setInnerSafeHtml, setInnerText, setLang, setPropertyBoolean, setPropertyDouble, setPropertyInt, setPropertyJSO, setPropertyObject, setPropertyString, setScrollLeft, setScrollTop, setTabIndex, setTitle, toggleClassName
appendChild, cloneNode, getChild, getChildCount, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, hasChildNodes, hasParentElement, insertAfter, insertBefore, insertFirst, isOrHasChild, removeAllChildren, removeChild, removeFromParent, replaceChild, setNodeValue
public final OMSVGAnimatedNumber getBaseFrequencyX()
baseFrequency
on the given feTurbulence element. Contains
the X component of the baseFrequency
attribute.public final OMSVGAnimatedNumber getBaseFrequencyY()
baseFrequency
on the given feTurbulence element. Contains
the Y component of the (possibly computed automatically) baseFrequency
attribute.public final OMSVGAnimatedInteger getNumOctaves()
getNumOctaves()
on the given feTurbulence element.public final OMSVGAnimatedNumber getSeed()
getSeed()
on the given feTurbulence element.public final OMSVGAnimatedEnumeration getStitchTiles()
getStitchTiles()
on the given feTurbulence element. Takes
one of the SVG_STITCHTYPE_ constants defined on this interface.public final OMSVGAnimatedEnumeration getType()
getType()
on the given feTurbulence element. Takes
one of the SVG_TURBULENCE_TYPE_ constants defined on this interface.public final OMSVGAnimatedLength getX()
ISVGFilterPrimitiveStandardAttributes.getX()
on the given element.public final OMSVGAnimatedLength getY()
ISVGFilterPrimitiveStandardAttributes.getY()
on the given element.public final OMSVGAnimatedLength getWidth()
ISVGFilterPrimitiveStandardAttributes.getWidth()
on the given element.public final OMSVGAnimatedLength getHeight()
ISVGFilterPrimitiveStandardAttributes.getHeight()
on the given element.public final OMSVGAnimatedString getResult()
ISVGFilterPrimitiveStandardAttributes.getResult()
on the given element.Copyright © 2018. All Rights Reserved.