java.lang.Object
org.plutext.jaxb.svg11.SVGFeSpotLightContent
org.plutext.jaxb.svg11.FeSpotLight
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.feSpotLight.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" />
<attribute name="pointsAtX" type="{http://www.w3.org/2000/svg}Number.datatype" />
<attribute name="pointsAtY" type="{http://www.w3.org/2000/svg}Number.datatype" />
<attribute name="pointsAtZ" type="{http://www.w3.org/2000/svg}Number.datatype" />
<attribute name="specularExponent" type="{http://www.w3.org/2000/svg}Number.datatype" />
<attribute name="limitingConeAngle" 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 Stringprotected StringFields inherited from class org.plutext.jaxb.svg11.SVGFeSpotLightContent
animateOrSet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBase()Gets the value of the base property.getId()Gets the value of the id property.getLang()Gets the value of the lang property.Gets the value of the limitingConeAngle property.Gets the value of the pointsAtX property.Gets the value of the pointsAtY property.Gets the value of the pointsAtZ property.getSpace()Gets the value of the space property.Gets the value of the specularExponent property.getX()Gets the value of the x property.getY()Gets the value of the y property.getZ()Gets the value of the z property.voidSets the value of the base property.voidSets the value of the id property.voidSets the value of the lang property.voidsetLimitingConeAngle(String value) Sets the value of the limitingConeAngle property.voidsetPointsAtX(String value) Sets the value of the pointsAtX property.voidsetPointsAtY(String value) Sets the value of the pointsAtY property.voidsetPointsAtZ(String value) Sets the value of the pointsAtZ property.voidSets the value of the space property.voidsetSpecularExponent(String value) Sets the value of the specularExponent property.voidSets the value of the x property.voidSets the value of the y property.voidSets the value of the z property.Methods inherited from class org.plutext.jaxb.svg11.SVGFeSpotLightContent
getAnimateOrSet
-
Field Details
-
x
-
y
-
z
-
pointsAtX
-
pointsAtY
-
pointsAtZ
-
specularExponent
-
limitingConeAngle
-
id
-
base
-
space
-
lang
-
-
Constructor Details
-
FeSpotLight
public FeSpotLight()
-
-
Method Details
-
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
-
getZ
Gets the value of the z property.- Returns:
- possible object is
String
-
setZ
Sets the value of the z property.- Parameters:
value- allowed object isString
-
getPointsAtX
Gets the value of the pointsAtX property.- Returns:
- possible object is
String
-
setPointsAtX
Sets the value of the pointsAtX property.- Parameters:
value- allowed object isString
-
getPointsAtY
Gets the value of the pointsAtY property.- Returns:
- possible object is
String
-
setPointsAtY
Sets the value of the pointsAtY property.- Parameters:
value- allowed object isString
-
getPointsAtZ
Gets the value of the pointsAtZ property.- Returns:
- possible object is
String
-
setPointsAtZ
Sets the value of the pointsAtZ property.- Parameters:
value- allowed object isString
-
getSpecularExponent
Gets the value of the specularExponent property.- Returns:
- possible object is
String
-
setSpecularExponent
Sets the value of the specularExponent property.- Parameters:
value- allowed object isString
-
getLimitingConeAngle
Gets the value of the limitingConeAngle property.- Returns:
- possible object is
String
-
setLimitingConeAngle
Sets the value of the limitingConeAngle 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
-