java.lang.Object
org.plutext.jaxb.svg11.SVGFeDistantLightContent
org.plutext.jaxb.svg11.FeDistantLight
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.feDistantLight.content">
<attGroup ref="{http://www.w3.org/2000/svg}SVG.Core.attrib"/>
<attribute name="azimuth" type="{http://www.w3.org/2000/svg}Number.datatype" />
<attribute name="elevation" type="{http://www.w3.org/2000/svg}Number.datatype" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.plutext.jaxb.svg11.SVGFeDistantLightContent
animateOrSet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the azimuth property.getBase()Gets the value of the base property.Gets the value of the elevation property.getId()Gets the value of the id property.getLang()Gets the value of the lang property.getSpace()Gets the value of the space property.voidsetAzimuth(String value) Sets the value of the azimuth property.voidSets the value of the base property.voidsetElevation(String value) Sets the value of the elevation property.voidSets the value of the id property.voidSets the value of the lang property.voidSets the value of the space property.Methods inherited from class org.plutext.jaxb.svg11.SVGFeDistantLightContent
getAnimateOrSet
-
Field Details
-
azimuth
-
elevation
-
id
-
base
-
space
-
lang
-
-
Constructor Details
-
FeDistantLight
public FeDistantLight()
-
-
Method Details
-
getAzimuth
Gets the value of the azimuth property.- Returns:
- possible object is
String
-
setAzimuth
Sets the value of the azimuth property.- Parameters:
value- allowed object isString
-
getElevation
Gets the value of the elevation property.- Returns:
- possible object is
String
-
setElevation
Sets the value of the elevation 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
-