Method Summary |
|
public List<FxAnnotateCommon> | getAnnotates() Gets the value of the annotates property.
This accessor method returns a reference to the live list,
not a snapshot. |
public GlslSetarrayType | getArray() Gets the value of the array property. |
public List<Boolean> | getBool2() Gets the value of the bool2 property.
This accessor method returns a reference to the live list,
not a snapshot. |
public List<Boolean> | getBool3() Gets the value of the bool3 property.
This accessor method returns a reference to the live list,
not a snapshot. |
public List<Boolean> | getBool4() Gets the value of the bool4 property.
This accessor method returns a reference to the live list,
not a snapshot. |
public String | getEnum() Gets the value of the enum property. |
public Float | getFloat() Gets the value of the float property. |
public List<Float> | getFloat2() Gets the value of the float2 property.
This accessor method returns a reference to the live list,
not a snapshot. |
public List<Float> | getFloat2X2() Gets the value of the float2X2 property.
This accessor method returns a reference to the live list,
not a snapshot. |
public List<Float> | getFloat3() Gets the value of the float3 property.
This accessor method returns a reference to the live list,
not a snapshot. |
public List<Float> | getFloat3X3() Gets the value of the float3X3 property.
This accessor method returns a reference to the live list,
not a snapshot. |
public List<Float> | getFloat4() Gets the value of the float4 property.
This accessor method returns a reference to the live list,
not a snapshot. |
public List<Float> | getFloat4X4() Gets the value of the float4X4 property.
This accessor method returns a reference to the live list,
not a snapshot. |
public Integer | getInt() Gets the value of the int property. |
public List<Integer> | getInt2() Gets the value of the int2 property.
This accessor method returns a reference to the live list,
not a snapshot. |
public List<Integer> | getInt3() Gets the value of the int3 property.
This accessor method returns a reference to the live list,
not a snapshot. |
public List<Integer> | getInt4() Gets the value of the int4 property.
This accessor method returns a reference to the live list,
not a snapshot. |
public String | getProgram() Gets the value of the program property. |
public String | getRef() Gets the value of the ref property. |
public GlSampler1D | getSampler1D() Gets the value of the sampler1D property. |
public GlSampler2D | getSampler2D() Gets the value of the sampler2D property. |
public GlSampler3D | getSampler3D() Gets the value of the sampler3D property. |
public GlSamplerCUBE | getSamplerCUBE() Gets the value of the samplerCUBE property. |
public GlSamplerDEPTH | getSamplerDEPTH() Gets the value of the samplerDEPTH property. |
public GlSamplerRECT | getSamplerRECT() Gets the value of the samplerRECT property. |
public GlslSurfaceType | getSurface() Gets the value of the surface property. |
public Boolean | isBool() Gets the value of the bool property. |
public void | setArray(GlslSetarrayType value) Sets the value of the array property. |
public void | setBool(Boolean value) Sets the value of the bool property. |
public void | setEnum(String value) Sets the value of the enum property. |
public void | setFloat(Float value) Sets the value of the float property. |
public void | setInt(Integer value) Sets the value of the int property. |
public void | setProgram(String value) Sets the value of the program property. |
public void | setRef(String value) Sets the value of the ref property. |
public void | setSampler1D(GlSampler1D value) Sets the value of the sampler1D property. |
public void | setSampler2D(GlSampler2D value) Sets the value of the sampler2D property. |
public void | setSampler3D(GlSampler3D value) Sets the value of the sampler3D property. |
public void | setSamplerCUBE(GlSamplerCUBE value) Sets the value of the samplerCUBE property. |
public void | setSamplerDEPTH(GlSamplerDEPTH value) Sets the value of the samplerDEPTH property. |
public void | setSamplerRECT(GlSamplerRECT value) Sets the value of the samplerRECT property. |
public void | setSurface(GlslSurfaceType value) Sets the value of the surface property. |