org.w3c.dom.svg

Interface SVGFETurbulenceElement

public interface SVGFETurbulenceElement extends SVGElement, SVGFilterPrimitiveStandardAttributes

Field Summary
static shortSVG_STITCHTYPE_NOSTITCH
static shortSVG_STITCHTYPE_STITCH
static shortSVG_STITCHTYPE_UNKNOWN
static shortSVG_TURBULENCE_TYPE_FRACTALNOISE
static shortSVG_TURBULENCE_TYPE_TURBULENCE
static shortSVG_TURBULENCE_TYPE_UNKNOWN
Method Summary
SVGAnimatedNumbergetBaseFrequencyX()
SVGAnimatedNumbergetBaseFrequencyY()
SVGAnimatedIntegergetNumOctaves()
SVGAnimatedNumbergetSeed()
SVGAnimatedEnumerationgetStitchTiles()
SVGAnimatedEnumerationgetType()

Field Detail

SVG_STITCHTYPE_NOSTITCH

public static final short SVG_STITCHTYPE_NOSTITCH

SVG_STITCHTYPE_STITCH

public static final short SVG_STITCHTYPE_STITCH

SVG_STITCHTYPE_UNKNOWN

public static final short SVG_STITCHTYPE_UNKNOWN

SVG_TURBULENCE_TYPE_FRACTALNOISE

public static final short SVG_TURBULENCE_TYPE_FRACTALNOISE

SVG_TURBULENCE_TYPE_TURBULENCE

public static final short SVG_TURBULENCE_TYPE_TURBULENCE

SVG_TURBULENCE_TYPE_UNKNOWN

public static final short SVG_TURBULENCE_TYPE_UNKNOWN

Method Detail

getBaseFrequencyX

public SVGAnimatedNumber getBaseFrequencyX()

getBaseFrequencyY

public SVGAnimatedNumber getBaseFrequencyY()

getNumOctaves

public SVGAnimatedInteger getNumOctaves()

getSeed

public SVGAnimatedNumber getSeed()

getStitchTiles

public SVGAnimatedEnumeration getStitchTiles()

getType

public SVGAnimatedEnumeration getType()