@TagName(value="feTurbulence") public class OMSVGFETurbulenceElement extends OMSVGElement implements ISVGFilterPrimitiveStandardAttributes
OMSVGFETurbulenceElement
interface corresponds
to the feTurbulence element.Modifier and Type | Field and Description |
---|---|
static short |
SVG_STITCHTYPE_NOSTITCH
Corresponds to value 'noStitch'.
|
static short |
SVG_STITCHTYPE_STITCH
Corresponds to value 'stitch'.
|
static short |
SVG_STITCHTYPE_UNKNOWN
The type is not one of predefined types.
|
static short |
SVG_TURBULENCE_TYPE_FRACTALNOISE
Corresponds to value 'fractalNoise'.
|
static short |
SVG_TURBULENCE_TYPE_TURBULENCE
Corresponds to value 'turbulence'.
|
static short |
SVG_TURBULENCE_TYPE_UNKNOWN
The type is not one of predefined types.
|
Modifier | Constructor and Description |
---|---|
|
OMSVGFETurbulenceElement() |
protected |
OMSVGFETurbulenceElement(SVGFETurbulenceElement ot) |
addClassNameBaseVal, getClassName, getMarkup, getOwnerSVGElement, getStyle, getViewportElement, getXmlbase, removeClassNameBaseVal, replaceClassNameBaseVal, setClassNameBaseVal, setId, setXmlbase
getAttribute, getAttributeNode, getAttributeNS, getAttributes, getElement, getElementsByTagName, getElementsByTagNameNS, getId, getTagName, hasAttribute, hasAttributeNS, removeAttribute, setAttribute, setAttributeNode, setAttributeNS
addDomHandler, addHandler, appendChild, cleanup, cloneNode, convert, convertList, dispatch, fireEvent, getChildNodes, getEventBus, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNode, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, hasChildNodes, insertBefore, normalize, removeChild, replaceChild, setNodeValue, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addClassNameBaseVal, getClassName, getStyle, removeClassNameBaseVal, replaceClassNameBaseVal, setClassNameBaseVal
public static final short SVG_TURBULENCE_TYPE_UNKNOWN
public static final short SVG_TURBULENCE_TYPE_FRACTALNOISE
public static final short SVG_TURBULENCE_TYPE_TURBULENCE
public static final short SVG_STITCHTYPE_UNKNOWN
public static final short SVG_STITCHTYPE_STITCH
public static final short SVG_STITCHTYPE_NOSTITCH
public OMSVGFETurbulenceElement()
protected OMSVGFETurbulenceElement(SVGFETurbulenceElement ot)
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.getX
in interface ISVGFilterPrimitiveStandardAttributes
public final OMSVGAnimatedLength getY()
ISVGFilterPrimitiveStandardAttributes.getY()
on the given element.getY
in interface ISVGFilterPrimitiveStandardAttributes
public final OMSVGAnimatedLength getWidth()
ISVGFilterPrimitiveStandardAttributes.getWidth()
on the given element.getWidth
in interface ISVGFilterPrimitiveStandardAttributes
public final OMSVGAnimatedLength getHeight()
ISVGFilterPrimitiveStandardAttributes.getHeight()
on the given element.getHeight
in interface ISVGFilterPrimitiveStandardAttributes
public final OMSVGAnimatedString getResult()
ISVGFilterPrimitiveStandardAttributes.getResult()
on the given element.getResult
in interface ISVGFilterPrimitiveStandardAttributes
Copyright © 2018. All Rights Reserved.