|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.plutext.jaxb.svg11.SVGFePointLightContent
org.plutext.jaxb.svg11.FePointLight
public class FePointLight
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.fePointLight.content">
<attGroup ref="{http://www.w3.org/2000/svg}SVG.Core.attrib"/>
<attribute name="x" type="{http://www.w3.org/2000/svg}Number.datatype" />
<attribute name="y" type="{http://www.w3.org/2000/svg}Number.datatype" />
<attribute name="z" type="{http://www.w3.org/2000/svg}Number.datatype" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
base
|
protected String |
id
|
protected String |
lang
|
protected String |
space
|
protected String |
x
|
protected String |
y
|
protected String |
z
|
| Fields inherited from class org.plutext.jaxb.svg11.SVGFePointLightContent |
|---|
animateOrSet |
| Constructor Summary | |
|---|---|
FePointLight()
|
|
| Method Summary | |
|---|---|
String |
getBase()
Gets the value of the base property. |
String |
getId()
Gets the value of the id property. |
String |
getLang()
Gets the value of the lang property. |
String |
getSpace()
Gets the value of the space property. |
String |
getX()
Gets the value of the x property. |
String |
getY()
Gets the value of the y property. |
String |
getZ()
Gets the value of the z property. |
void |
setBase(String value)
Sets the value of the base property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setLang(String value)
Sets the value of the lang property. |
void |
setSpace(String value)
Sets the value of the space property. |
void |
setX(String value)
Sets the value of the x property. |
void |
setY(String value)
Sets the value of the y property. |
void |
setZ(String value)
Sets the value of the z property. |
| Methods inherited from class org.plutext.jaxb.svg11.SVGFePointLightContent |
|---|
getAnimateOrSet |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String x
protected String y
protected String z
protected String id
protected String base
protected String space
protected String lang
| Constructor Detail |
|---|
public FePointLight()
| Method Detail |
|---|
public String getX()
Stringpublic void setX(String value)
value - allowed object is
Stringpublic String getY()
Stringpublic void setY(String value)
value - allowed object is
Stringpublic String getZ()
Stringpublic void setZ(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 | ||||||||