|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.Light.TechniqueCommon
public static class Light.TechniqueCommon
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="ambient">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="color" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat3"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="directional">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="color" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat3"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="point">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="color" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat3"/>
<element name="constant_attenuation" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
<element name="linear_attenuation" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
<element name="quadratic_attenuation" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="spot">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="color" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat3"/>
<element name="constant_attenuation" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
<element name="linear_attenuation" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
<element name="quadratic_attenuation" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
<element name="falloff_angle" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
<element name="falloff_exponent" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Light.TechniqueCommon.Ambient
Java class for anonymous complex type. |
static class |
Light.TechniqueCommon.Directional
Java class for anonymous complex type. |
static class |
Light.TechniqueCommon.Point
Java class for anonymous complex type. |
static class |
Light.TechniqueCommon.Spot
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected Light.TechniqueCommon.Ambient |
ambient
|
protected Light.TechniqueCommon.Directional |
directional
|
protected Light.TechniqueCommon.Point |
point
|
protected Light.TechniqueCommon.Spot |
spot
|
| Constructor Summary | |
|---|---|
Light.TechniqueCommon()
|
|
| Method Summary | |
|---|---|
Light.TechniqueCommon.Ambient |
getAmbient()
Gets the value of the ambient property. |
Light.TechniqueCommon.Directional |
getDirectional()
Gets the value of the directional property. |
Light.TechniqueCommon.Point |
getPoint()
Gets the value of the point property. |
Light.TechniqueCommon.Spot |
getSpot()
Gets the value of the spot property. |
void |
setAmbient(Light.TechniqueCommon.Ambient value)
Sets the value of the ambient property. |
void |
setDirectional(Light.TechniqueCommon.Directional value)
Sets the value of the directional property. |
void |
setPoint(Light.TechniqueCommon.Point value)
Sets the value of the point property. |
void |
setSpot(Light.TechniqueCommon.Spot value)
Sets the value of the spot property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Light.TechniqueCommon.Ambient ambient
protected Light.TechniqueCommon.Directional directional
protected Light.TechniqueCommon.Point point
protected Light.TechniqueCommon.Spot spot
| Constructor Detail |
|---|
public Light.TechniqueCommon()
| Method Detail |
|---|
public Light.TechniqueCommon.Ambient getAmbient()
Light.TechniqueCommon.Ambientpublic void setAmbient(Light.TechniqueCommon.Ambient value)
value - allowed object is
Light.TechniqueCommon.Ambientpublic Light.TechniqueCommon.Directional getDirectional()
Light.TechniqueCommon.Directionalpublic void setDirectional(Light.TechniqueCommon.Directional value)
value - allowed object is
Light.TechniqueCommon.Directionalpublic Light.TechniqueCommon.Point getPoint()
Light.TechniqueCommon.Pointpublic void setPoint(Light.TechniqueCommon.Point value)
value - allowed object is
Light.TechniqueCommon.Pointpublic Light.TechniqueCommon.Spot getSpot()
Light.TechniqueCommon.Spotpublic void setSpot(Light.TechniqueCommon.Spot value)
value - allowed object is
Light.TechniqueCommon.Spot
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||