java.lang.Object
org.plutext.jaxb.svg11.SVGFeTurbulenceContent
org.plutext.jaxb.svg11.FeTurbulence
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.w3.org/2000/svg}SVG.feTurbulence.content">
<attGroup ref="{http://www.w3.org/2000/svg}SVG.FilterPrimitive.attrib"/>
<attGroup ref="{http://www.w3.org/2000/svg}SVG.FilterColor.attrib"/>
<attGroup ref="{http://www.w3.org/2000/svg}SVG.Core.attrib"/>
<attribute name="baseFrequency" type="{http://www.w3.org/2000/svg}NumberOptionalNumber.datatype" />
<attribute name="numOctaves" type="{http://www.w3.org/2000/svg}Integer.datatype" />
<attribute name="seed" type="{http://www.w3.org/2000/svg}Number.datatype" />
<attribute name="stitchTiles" default="noStitch">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="stitch"/>
<enumeration value="noStitch"/>
</restriction>
</simpleType>
</attribute>
<attribute name="type" default="turbulence">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="fractalNoise"/>
<enumeration value="turbulence"/>
</restriction>
</simpleType>
</attribute>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.plutext.jaxb.svg11.SVGFeTurbulenceContent
animateOrSet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBase()Gets the value of the base property.Gets the value of the baseFrequency property.Gets the value of the colorInterpolationFilters property.Gets the value of the height property.getId()Gets the value of the id property.getLang()Gets the value of the lang property.Gets the value of the numOctaves property.Gets the value of the result property.getSeed()Gets the value of the seed property.getSpace()Gets the value of the space property.Gets the value of the stitchTiles property.getType()Gets the value of the type property.getWidth()Gets the value of the width property.getX()Gets the value of the x property.getY()Gets the value of the y property.voidSets the value of the base property.voidsetBaseFrequency(String value) Sets the value of the baseFrequency property.voidSets the value of the colorInterpolationFilters property.voidSets the value of the height property.voidSets the value of the id property.voidSets the value of the lang property.voidsetNumOctaves(String value) Sets the value of the numOctaves property.voidSets the value of the result property.voidSets the value of the seed property.voidSets the value of the space property.voidsetStitchTiles(String value) Sets the value of the stitchTiles property.voidSets the value of the type property.voidSets the value of the width property.voidSets the value of the x property.voidSets the value of the y property.Methods inherited from class org.plutext.jaxb.svg11.SVGFeTurbulenceContent
getAnimateOrSet
-
Field Details
-
baseFrequency
-
numOctaves
-
seed
-
stitchTiles
-
type
-
x
-
y
-
width
-
height
-
result
-
colorInterpolationFilters
-
id
-
base
-
space
-
lang
-
-
Constructor Details
-
FeTurbulence
public FeTurbulence()
-
-
Method Details
-
getBaseFrequency
Gets the value of the baseFrequency property.- Returns:
- possible object is
String
-
setBaseFrequency
Sets the value of the baseFrequency property.- Parameters:
value- allowed object isString
-
getNumOctaves
Gets the value of the numOctaves property.- Returns:
- possible object is
String
-
setNumOctaves
Sets the value of the numOctaves property.- Parameters:
value- allowed object isString
-
getSeed
Gets the value of the seed property.- Returns:
- possible object is
String
-
setSeed
Sets the value of the seed property.- Parameters:
value- allowed object isString
-
getStitchTiles
Gets the value of the stitchTiles property.- Returns:
- possible object is
String
-
setStitchTiles
Sets the value of the stitchTiles property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getX
Gets the value of the x property.- Returns:
- possible object is
String
-
setX
Sets the value of the x property.- Parameters:
value- allowed object isString
-
getY
Gets the value of the y property.- Returns:
- possible object is
String
-
setY
Sets the value of the y property.- Parameters:
value- allowed object isString
-
getWidth
Gets the value of the width property.- Returns:
- possible object is
String
-
setWidth
Sets the value of the width property.- Parameters:
value- allowed object isString
-
getHeight
Gets the value of the height property.- Returns:
- possible object is
String
-
setHeight
Sets the value of the height property.- Parameters:
value- allowed object isString
-
getResult
Gets the value of the result property.- Returns:
- possible object is
String
-
setResult
Sets the value of the result property.- Parameters:
value- allowed object isString
-
getColorInterpolationFilters
Gets the value of the colorInterpolationFilters property.- Returns:
- possible object is
String
-
setColorInterpolationFilters
Sets the value of the colorInterpolationFilters property.- Parameters:
value- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getBase
Gets the value of the base property.- Returns:
- possible object is
String
-
setBase
Sets the value of the base property.- Parameters:
value- allowed object isString
-
getSpace
Gets the value of the space property.- Returns:
- possible object is
String
-
setSpace
Sets the value of the space property.- Parameters:
value- allowed object isString
-
getLang
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
Sets the value of the lang property.- Parameters:
value- allowed object isString
-