java.lang.Object
org.plutext.jaxb.svg11.SVGFeFuncRContent
org.plutext.jaxb.svg11.FeFuncR
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.feFuncR.content">
<attGroup ref="{http://www.w3.org/2000/svg}SVG.Core.attrib"/>
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="identity"/>
<enumeration value="table"/>
<enumeration value="discrete"/>
<enumeration value="linear"/>
<enumeration value="gamma"/>
</restriction>
</simpleType>
</attribute>
<attribute name="tableValues" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="slope" type="{http://www.w3.org/2000/svg}Number.datatype" />
<attribute name="intercept" type="{http://www.w3.org/2000/svg}Number.datatype" />
<attribute name="amplitude" type="{http://www.w3.org/2000/svg}Number.datatype" />
<attribute name="exponent" type="{http://www.w3.org/2000/svg}Number.datatype" />
<attribute name="offset" type="{http://www.w3.org/2000/svg}Number.datatype" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.plutext.jaxb.svg11.SVGFeFuncRContent
animateOrSet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amplitude property.getBase()Gets the value of the base property.Gets the value of the exponent property.getId()Gets the value of the id property.Gets the value of the intercept property.getLang()Gets the value of the lang property.Gets the value of the offset property.getSlope()Gets the value of the slope property.getSpace()Gets the value of the space property.Gets the value of the tableValues property.getType()Gets the value of the type property.voidsetAmplitude(String value) Sets the value of the amplitude property.voidSets the value of the base property.voidsetExponent(String value) Sets the value of the exponent property.voidSets the value of the id property.voidsetIntercept(String value) Sets the value of the intercept property.voidSets the value of the lang property.voidSets the value of the offset property.voidSets the value of the slope property.voidSets the value of the space property.voidsetTableValues(String value) Sets the value of the tableValues property.voidSets the value of the type property.Methods inherited from class org.plutext.jaxb.svg11.SVGFeFuncRContent
getAnimateOrSet
-
Field Details
-
type
-
tableValues
-
slope
-
intercept
-
amplitude
-
exponent
-
offset
-
id
-
base
-
space
-
lang
-
-
Constructor Details
-
FeFuncR
public FeFuncR()
-
-
Method Details
-
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
-
getTableValues
Gets the value of the tableValues property.- Returns:
- possible object is
String
-
setTableValues
Sets the value of the tableValues property.- Parameters:
value- allowed object isString
-
getSlope
Gets the value of the slope property.- Returns:
- possible object is
String
-
setSlope
Sets the value of the slope property.- Parameters:
value- allowed object isString
-
getIntercept
Gets the value of the intercept property.- Returns:
- possible object is
String
-
setIntercept
Sets the value of the intercept property.- Parameters:
value- allowed object isString
-
getAmplitude
Gets the value of the amplitude property.- Returns:
- possible object is
String
-
setAmplitude
Sets the value of the amplitude property.- Parameters:
value- allowed object isString
-
getExponent
Gets the value of the exponent property.- Returns:
- possible object is
String
-
setExponent
Sets the value of the exponent property.- Parameters:
value- allowed object isString
-
getOffset
Gets the value of the offset property.- Returns:
- possible object is
String
-
setOffset
Sets the value of the offset 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
-