java.lang.Object
org.plutext.jaxb.svg11.SVGFeSpecularLightingContent
- Direct Known Subclasses:
FeSpecularLighting
public class SVGFeSpecularLightingContent
extends java.lang.Object
Java class for SVG.feSpecularLighting.content complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SVG.feSpecularLighting.content">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element ref="{http://www.w3.org/2000/svg}feDistantLight"/>
<element ref="{http://www.w3.org/2000/svg}fePointLight"/>
<element ref="{http://www.w3.org/2000/svg}feSpotLight"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.w3.org/2000/svg}animate"/>
<element ref="{http://www.w3.org/2000/svg}set"/>
<element ref="{http://www.w3.org/2000/svg}animateColor"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.lang.Object>animateOrSetOrAnimateColorprotected FeDistantLightfeDistantLightprotected FePointLightfePointLightprotected FeSpotLightfeSpotLight -
Constructor Summary
Constructors Constructor Description SVGFeSpecularLightingContent() -
Method Summary
Modifier and Type Method Description java.util.List<java.lang.Object>getAnimateOrSetOrAnimateColor()Gets the value of the animateOrSetOrAnimateColor property.FeDistantLightgetFeDistantLight()Gets the value of the feDistantLight property.FePointLightgetFePointLight()Gets the value of the fePointLight property.FeSpotLightgetFeSpotLight()Gets the value of the feSpotLight property.voidsetFeDistantLight(FeDistantLight value)Sets the value of the feDistantLight property.voidsetFePointLight(FePointLight value)Sets the value of the fePointLight property.voidsetFeSpotLight(FeSpotLight value)Sets the value of the feSpotLight property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
feDistantLight
-
fePointLight
-
feSpotLight
-
animateOrSetOrAnimateColor
protected java.util.List<java.lang.Object> animateOrSetOrAnimateColor
-
-
Constructor Details
-
SVGFeSpecularLightingContent
public SVGFeSpecularLightingContent()
-
-
Method Details
-
getFeDistantLight
Gets the value of the feDistantLight property.- Returns:
- possible object is
FeDistantLight
-
setFeDistantLight
Sets the value of the feDistantLight property.- Parameters:
value- allowed object isFeDistantLight
-
getFePointLight
Gets the value of the fePointLight property.- Returns:
- possible object is
FePointLight
-
setFePointLight
Sets the value of the fePointLight property.- Parameters:
value- allowed object isFePointLight
-
getFeSpotLight
Gets the value of the feSpotLight property.- Returns:
- possible object is
FeSpotLight
-
setFeSpotLight
Sets the value of the feSpotLight property.- Parameters:
value- allowed object isFeSpotLight
-
getAnimateOrSetOrAnimateColor
public java.util.List<java.lang.Object> getAnimateOrSetOrAnimateColor()Gets the value of the animateOrSetOrAnimateColor property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the animateOrSetOrAnimateColor property.For example, to add a new item, do as follows:
getAnimateOrSetOrAnimateColor().add(newItem);Objects of the following type(s) are allowed in the list
SetAnimateColorAnimate
-