|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.plutext.jaxb.svg11.SVGFeFuncGContent
org.plutext.jaxb.svg11.FeFuncG
public class FeFuncG
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.feFuncG.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 | |
|---|---|
protected String |
amplitude
|
protected String |
base
|
protected String |
exponent
|
protected String |
id
|
protected String |
intercept
|
protected String |
lang
|
protected String |
offset
|
protected String |
slope
|
protected String |
space
|
protected String |
tableValues
|
protected String |
type
|
| Fields inherited from class org.plutext.jaxb.svg11.SVGFeFuncGContent |
|---|
animateOrSet |
| Constructor Summary | |
|---|---|
FeFuncG()
|
|
| Method Summary | |
|---|---|
String |
getAmplitude()
Gets the value of the amplitude property. |
String |
getBase()
Gets the value of the base property. |
String |
getExponent()
Gets the value of the exponent property. |
String |
getId()
Gets the value of the id property. |
String |
getIntercept()
Gets the value of the intercept property. |
String |
getLang()
Gets the value of the lang property. |
String |
getOffset()
Gets the value of the offset property. |
String |
getSlope()
Gets the value of the slope property. |
String |
getSpace()
Gets the value of the space property. |
String |
getTableValues()
Gets the value of the tableValues property. |
String |
getType()
Gets the value of the type property. |
void |
setAmplitude(String value)
Sets the value of the amplitude property. |
void |
setBase(String value)
Sets the value of the base property. |
void |
setExponent(String value)
Sets the value of the exponent property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setIntercept(String value)
Sets the value of the intercept property. |
void |
setLang(String value)
Sets the value of the lang property. |
void |
setOffset(String value)
Sets the value of the offset property. |
void |
setSlope(String value)
Sets the value of the slope property. |
void |
setSpace(String value)
Sets the value of the space property. |
void |
setTableValues(String value)
Sets the value of the tableValues property. |
void |
setType(String value)
Sets the value of the type property. |
| Methods inherited from class org.plutext.jaxb.svg11.SVGFeFuncGContent |
|---|
getAnimateOrSet |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String type
protected String tableValues
protected String slope
protected String intercept
protected String amplitude
protected String exponent
protected String offset
protected String id
protected String base
protected String space
protected String lang
| Constructor Detail |
|---|
public FeFuncG()
| Method Detail |
|---|
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getTableValues()
Stringpublic void setTableValues(String value)
value - allowed object is
Stringpublic String getSlope()
Stringpublic void setSlope(String value)
value - allowed object is
Stringpublic String getIntercept()
Stringpublic void setIntercept(String value)
value - allowed object is
Stringpublic String getAmplitude()
Stringpublic void setAmplitude(String value)
value - allowed object is
Stringpublic String getExponent()
Stringpublic void setExponent(String value)
value - allowed object is
Stringpublic String getOffset()
Stringpublic void setOffset(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getBase()
Stringpublic void setBase(String value)
value - allowed object is
Stringpublic String getSpace()
Stringpublic void setSpace(String value)
value - allowed object is
Stringpublic String getLang()
Stringpublic void setLang(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||