public class SVGFETurbulenceElement extends SVGElement implements SVGFilterPrimitiveStandardAttributes
SVGStylable.GetStyleUnionType| Modifier and Type | Field and Description |
|---|---|
SVGAnimatedNumber |
baseFrequencyX |
SVGAnimatedNumber |
baseFrequencyY |
SVGAnimatedString |
className |
SVGAnimatedLength |
height |
SVGAnimatedInteger |
numOctaves |
SVGAnimatedString |
result |
SVGAnimatedNumber |
seed |
SVGAnimatedEnumeration |
stitchTiles |
SVGStylable.GetStyleUnionType |
style |
static double |
SVG_STITCHTYPE_NOSTITCH |
static double |
SVG_STITCHTYPE_STITCH |
static double |
SVG_STITCHTYPE_UNKNOWN |
static double |
SVG_TURBULENCE_TYPE_FRACTALNOISE |
static double |
SVG_TURBULENCE_TYPE_TURBULENCE |
static double |
SVG_TURBULENCE_TYPE_UNKNOWN |
SVGAnimatedEnumeration |
type |
SVGAnimatedLength |
width |
SVGAnimatedLength |
x |
SVGAnimatedLength |
y |
id, ownerSVGElement, viewportElement, xmlbase| Constructor and Description |
|---|
SVGFETurbulenceElement() |
| Modifier and Type | Method and Description |
|---|---|
SVGAnimatedString |
getClassName() |
SVGAnimatedLength |
getHeight() |
CSSValue |
getPresentationAttribute() |
CSSValue |
getPresentationAttribute(java.lang.String name) |
SVGAnimatedString |
getResult() |
SVGStylable.GetStyleUnionType |
getStyle() |
SVGAnimatedLength |
getWidth() |
SVGAnimatedLength |
getX() |
SVGAnimatedLength |
getY() |
void |
setClassName(SVGAnimatedString className) |
void |
setHeight(SVGAnimatedLength height) |
void |
setResult(SVGAnimatedString result) |
void |
setStyle(SVGStylable.GetStyleUnionType style) |
void |
setWidth(SVGAnimatedLength width) |
void |
setX(SVGAnimatedLength x) |
void |
setY(SVGAnimatedLength y) |
public static final double SVG_STITCHTYPE_NOSTITCH
public static final double SVG_STITCHTYPE_STITCH
public static final double SVG_STITCHTYPE_UNKNOWN
public static final double SVG_TURBULENCE_TYPE_FRACTALNOISE
public static final double SVG_TURBULENCE_TYPE_TURBULENCE
public static final double SVG_TURBULENCE_TYPE_UNKNOWN
public SVGAnimatedNumber baseFrequencyX
public SVGAnimatedNumber baseFrequencyY
public SVGAnimatedString className
public SVGAnimatedLength height
public SVGAnimatedInteger numOctaves
public SVGAnimatedString result
public SVGAnimatedNumber seed
public SVGAnimatedEnumeration stitchTiles
public SVGStylable.GetStyleUnionType style
public SVGAnimatedEnumeration type
public SVGAnimatedLength width
public SVGAnimatedLength x
public SVGAnimatedLength y
public SVGAnimatedString getClassName()
getClassName in interface SVGStylablepublic SVGAnimatedLength getHeight()
getHeight in interface SVGFilterPrimitiveStandardAttributespublic CSSValue getPresentationAttribute()
getPresentationAttribute in interface SVGStylablepublic CSSValue getPresentationAttribute(java.lang.String name)
getPresentationAttribute in interface SVGStylablepublic SVGAnimatedString getResult()
getResult in interface SVGFilterPrimitiveStandardAttributespublic SVGStylable.GetStyleUnionType getStyle()
getStyle in interface SVGStylablepublic SVGAnimatedLength getWidth()
getWidth in interface SVGFilterPrimitiveStandardAttributespublic SVGAnimatedLength getX()
getX in interface SVGFilterPrimitiveStandardAttributespublic SVGAnimatedLength getY()
getY in interface SVGFilterPrimitiveStandardAttributespublic void setClassName(SVGAnimatedString className)
setClassName in interface SVGStylablepublic void setHeight(SVGAnimatedLength height)
setHeight in interface SVGFilterPrimitiveStandardAttributespublic void setResult(SVGAnimatedString result)
setResult in interface SVGFilterPrimitiveStandardAttributespublic void setStyle(SVGStylable.GetStyleUnionType style)
setStyle in interface SVGStylablepublic void setWidth(SVGAnimatedLength width)
setWidth in interface SVGFilterPrimitiveStandardAttributespublic void setX(SVGAnimatedLength x)
setX in interface SVGFilterPrimitiveStandardAttributespublic void setY(SVGAnimatedLength y)
setY in interface SVGFilterPrimitiveStandardAttributes