|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.GlslSetparamSimple
public class GlslSetparamSimple
Java class for glsl_setparam_simple complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="glsl_setparam_simple">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="annotate" type="{http://www.collada.org/2005/11/COLLADASchema}fx_annotate_common" maxOccurs="unbounded" minOccurs="0"/>
<group ref="{http://www.collada.org/2005/11/COLLADASchema}glsl_param_type"/>
</sequence>
<attribute name="ref" use="required" type="{http://www.collada.org/2005/11/COLLADASchema}glsl_identifier" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
_enum
|
protected Float |
_float
|
protected Integer |
_int
|
protected List<FxAnnotateCommon> |
annotate
|
protected Boolean |
bool
|
protected List<Boolean> |
bool2
|
protected List<Boolean> |
bool3
|
protected List<Boolean> |
bool4
|
protected List<Float> |
float2
|
protected List<Float> |
float2X2
|
protected List<Float> |
float3
|
protected List<Float> |
float3X3
|
protected List<Float> |
float4
|
protected List<Float> |
float4X4
|
protected List<Integer> |
int2
|
protected List<Integer> |
int3
|
protected List<Integer> |
int4
|
protected String |
ref
|
protected GlSampler1D |
sampler1D
|
protected GlSampler2D |
sampler2D
|
protected GlSampler3D |
sampler3D
|
protected GlSamplerCUBE |
samplerCUBE
|
protected GlSamplerDEPTH |
samplerDEPTH
|
protected GlSamplerRECT |
samplerRECT
|
protected GlslSurfaceType |
surface
|
| Constructor Summary | |
|---|---|
GlslSetparamSimple()
|
|
| Method Summary | |
|---|---|
List<FxAnnotateCommon> |
getAnnotate()
Gets the value of the annotate property. |
List<Boolean> |
getBool2()
Gets the value of the bool2 property. |
List<Boolean> |
getBool3()
Gets the value of the bool3 property. |
List<Boolean> |
getBool4()
Gets the value of the bool4 property. |
String |
getEnum()
Gets the value of the enum property. |
Float |
getFloat()
Gets the value of the float property. |
List<Float> |
getFloat2()
Gets the value of the float2 property. |
List<Float> |
getFloat2X2()
Gets the value of the float2X2 property. |
List<Float> |
getFloat3()
Gets the value of the float3 property. |
List<Float> |
getFloat3X3()
Gets the value of the float3X3 property. |
List<Float> |
getFloat4()
Gets the value of the float4 property. |
List<Float> |
getFloat4X4()
Gets the value of the float4X4 property. |
Integer |
getInt()
Gets the value of the int property. |
List<Integer> |
getInt2()
Gets the value of the int2 property. |
List<Integer> |
getInt3()
Gets the value of the int3 property. |
List<Integer> |
getInt4()
Gets the value of the int4 property. |
String |
getRef()
Gets the value of the ref property. |
GlSampler1D |
getSampler1D()
Gets the value of the sampler1D property. |
GlSampler2D |
getSampler2D()
Gets the value of the sampler2D property. |
GlSampler3D |
getSampler3D()
Gets the value of the sampler3D property. |
GlSamplerCUBE |
getSamplerCUBE()
Gets the value of the samplerCUBE property. |
GlSamplerDEPTH |
getSamplerDEPTH()
Gets the value of the samplerDEPTH property. |
GlSamplerRECT |
getSamplerRECT()
Gets the value of the samplerRECT property. |
GlslSurfaceType |
getSurface()
Gets the value of the surface property. |
Boolean |
isBool()
Gets the value of the bool property. |
void |
setBool(Boolean value)
Sets the value of the bool property. |
void |
setEnum(String value)
Sets the value of the enum property. |
void |
setFloat(Float value)
Sets the value of the float property. |
void |
setInt(Integer value)
Sets the value of the int property. |
void |
setRef(String value)
Sets the value of the ref property. |
void |
setSampler1D(GlSampler1D value)
Sets the value of the sampler1D property. |
void |
setSampler2D(GlSampler2D value)
Sets the value of the sampler2D property. |
void |
setSampler3D(GlSampler3D value)
Sets the value of the sampler3D property. |
void |
setSamplerCUBE(GlSamplerCUBE value)
Sets the value of the samplerCUBE property. |
void |
setSamplerDEPTH(GlSamplerDEPTH value)
Sets the value of the samplerDEPTH property. |
void |
setSamplerRECT(GlSamplerRECT value)
Sets the value of the samplerRECT property. |
void |
setSurface(GlslSurfaceType value)
Sets the value of the surface property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<FxAnnotateCommon> annotate
protected Boolean bool
protected List<Boolean> bool2
protected List<Boolean> bool3
protected List<Boolean> bool4
protected Float _float
protected List<Float> float2
protected List<Float> float3
protected List<Float> float4
protected List<Float> float2X2
protected List<Float> float3X3
protected List<Float> float4X4
protected Integer _int
protected List<Integer> int2
protected List<Integer> int3
protected List<Integer> int4
protected GlslSurfaceType surface
protected GlSampler1D sampler1D
protected GlSampler2D sampler2D
protected GlSampler3D sampler3D
protected GlSamplerCUBE samplerCUBE
protected GlSamplerRECT samplerRECT
protected GlSamplerDEPTH samplerDEPTH
protected String _enum
protected String ref
| Constructor Detail |
|---|
public GlslSetparamSimple()
| Method Detail |
|---|
public List<FxAnnotateCommon> getAnnotate()
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 set method for the annotate property.
For example, to add a new item, do as follows:
getAnnotate().add(newItem);
Objects of the following type(s) are allowed in the list
FxAnnotateCommon
public Boolean isBool()
Booleanpublic void setBool(Boolean value)
value - allowed object is
Booleanpublic List<Boolean> getBool2()
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 set method for the bool2 property.
For example, to add a new item, do as follows:
getBool2().add(newItem);
Objects of the following type(s) are allowed in the list
Boolean
public List<Boolean> getBool3()
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 set method for the bool3 property.
For example, to add a new item, do as follows:
getBool3().add(newItem);
Objects of the following type(s) are allowed in the list
Boolean
public List<Boolean> getBool4()
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 set method for the bool4 property.
For example, to add a new item, do as follows:
getBool4().add(newItem);
Objects of the following type(s) are allowed in the list
Boolean
public Float getFloat()
Floatpublic void setFloat(Float value)
value - allowed object is
Floatpublic List<Float> getFloat2()
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 set method for the float2 property.
For example, to add a new item, do as follows:
getFloat2().add(newItem);
Objects of the following type(s) are allowed in the list
Float
public List<Float> getFloat3()
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 set method for the float3 property.
For example, to add a new item, do as follows:
getFloat3().add(newItem);
Objects of the following type(s) are allowed in the list
Float
public List<Float> getFloat4()
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 set method for the float4 property.
For example, to add a new item, do as follows:
getFloat4().add(newItem);
Objects of the following type(s) are allowed in the list
Float
public List<Float> getFloat2X2()
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 set method for the float2X2 property.
For example, to add a new item, do as follows:
getFloat2X2().add(newItem);
Objects of the following type(s) are allowed in the list
Float
public List<Float> getFloat3X3()
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 set method for the float3X3 property.
For example, to add a new item, do as follows:
getFloat3X3().add(newItem);
Objects of the following type(s) are allowed in the list
Float
public List<Float> getFloat4X4()
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 set method for the float4X4 property.
For example, to add a new item, do as follows:
getFloat4X4().add(newItem);
Objects of the following type(s) are allowed in the list
Float
public Integer getInt()
Integerpublic void setInt(Integer value)
value - allowed object is
Integerpublic List<Integer> getInt2()
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 set method for the int2 property.
For example, to add a new item, do as follows:
getInt2().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public List<Integer> getInt3()
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 set method for the int3 property.
For example, to add a new item, do as follows:
getInt3().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public List<Integer> getInt4()
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 set method for the int4 property.
For example, to add a new item, do as follows:
getInt4().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public GlslSurfaceType getSurface()
GlslSurfaceTypepublic void setSurface(GlslSurfaceType value)
value - allowed object is
GlslSurfaceTypepublic GlSampler1D getSampler1D()
GlSampler1Dpublic void setSampler1D(GlSampler1D value)
value - allowed object is
GlSampler1Dpublic GlSampler2D getSampler2D()
GlSampler2Dpublic void setSampler2D(GlSampler2D value)
value - allowed object is
GlSampler2Dpublic GlSampler3D getSampler3D()
GlSampler3Dpublic void setSampler3D(GlSampler3D value)
value - allowed object is
GlSampler3Dpublic GlSamplerCUBE getSamplerCUBE()
GlSamplerCUBEpublic void setSamplerCUBE(GlSamplerCUBE value)
value - allowed object is
GlSamplerCUBEpublic GlSamplerRECT getSamplerRECT()
GlSamplerRECTpublic void setSamplerRECT(GlSamplerRECT value)
value - allowed object is
GlSamplerRECTpublic GlSamplerDEPTH getSamplerDEPTH()
GlSamplerDEPTHpublic void setSamplerDEPTH(GlSamplerDEPTH value)
value - allowed object is
GlSamplerDEPTHpublic String getEnum()
Stringpublic void setEnum(String value)
value - allowed object is
Stringpublic String getRef()
Stringpublic void setRef(String value)
value - allowed object is
String
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||