Java Doc for GlslNewparam.java in  » 6.0-JDK-Modules » java-3d » org » collada » colladaschema » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » java 3d » org.collada.colladaschema 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.collada.colladaschema.GlslNewparam

GlslNewparam
public class GlslNewparam (Code)

Java class for glsl_newparam complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="glsl_newparam">
 <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"/>
 <element name="semantic" type="{http://www.w3.org/2001/XMLSchema}NCName" minOccurs="0"/>
 <element name="modifier" type="{http://www.collada.org/2005/11/COLLADASchema}fx_modifier_enum_common" minOccurs="0"/>
 <choice>
 <group ref="{http://www.collada.org/2005/11/COLLADASchema}glsl_param_type"/>
 <element name="array" type="{http://www.collada.org/2005/11/COLLADASchema}glsl_newarray_type"/>
 </choice>
 </sequence>
 <attribute name="sid" 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>annotates
    
protected  GlslNewarrayTypearray
    
protected  Booleanbool
    
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  FxModifierEnumCommonmodifier
    
protected  GlSampler1Dsampler1D
    
protected  GlSampler2Dsampler2D
    
protected  GlSampler3Dsampler3D
    
protected  GlSamplerCUBEsamplerCUBE
    
protected  GlSamplerDEPTHsamplerDEPTH
    
protected  GlSamplerRECTsamplerRECT
    
protected  Stringsemantic
    
protected  Stringsid
    
protected  GlslSurfaceTypesurface
    


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  GlslNewarrayTypegetArray()
     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  StringgetEnum()
     Gets the value of the enum property.
public  FloatgetFloat()
     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  IntegergetInt()
     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  FxModifierEnumCommongetModifier()
     Gets the value of the modifier property.
public  GlSampler1DgetSampler1D()
     Gets the value of the sampler1D property.
public  GlSampler2DgetSampler2D()
     Gets the value of the sampler2D property.
public  GlSampler3DgetSampler3D()
     Gets the value of the sampler3D property.
public  GlSamplerCUBEgetSamplerCUBE()
     Gets the value of the samplerCUBE property.
public  GlSamplerDEPTHgetSamplerDEPTH()
     Gets the value of the samplerDEPTH property.
public  GlSamplerRECTgetSamplerRECT()
     Gets the value of the samplerRECT property.
public  StringgetSemantic()
     Gets the value of the semantic property.
public  StringgetSid()
     Gets the value of the sid property.
public  GlslSurfaceTypegetSurface()
     Gets the value of the surface property.
public  BooleanisBool()
     Gets the value of the bool property.
public  voidsetArray(GlslNewarrayType value)
     Sets the value of the array property.
public  voidsetBool(Boolean value)
     Sets the value of the bool property.
public  voidsetEnum(String value)
     Sets the value of the enum property.
public  voidsetFloat(Float value)
     Sets the value of the float property.
public  voidsetInt(Integer value)
     Sets the value of the int property.
public  voidsetModifier(FxModifierEnumCommon value)
     Sets the value of the modifier property.
public  voidsetSampler1D(GlSampler1D value)
     Sets the value of the sampler1D property.
public  voidsetSampler2D(GlSampler2D value)
     Sets the value of the sampler2D property.
public  voidsetSampler3D(GlSampler3D value)
     Sets the value of the sampler3D property.
public  voidsetSamplerCUBE(GlSamplerCUBE value)
     Sets the value of the samplerCUBE property.
public  voidsetSamplerDEPTH(GlSamplerDEPTH value)
     Sets the value of the samplerDEPTH property.
public  voidsetSamplerRECT(GlSamplerRECT value)
     Sets the value of the samplerRECT property.
public  voidsetSemantic(String value)
     Sets the value of the semantic property.
public  voidsetSid(String value)
     Sets the value of the sid property.
public  voidsetSurface(GlslSurfaceType value)
     Sets the value of the surface property.

Field Detail
_enum
protected String _enum(Code)



_float
protected Float _float(Code)



_int
protected Integer _int(Code)



annotates
protected List<FxAnnotateCommon> annotates(Code)



array
protected GlslNewarrayType array(Code)



bool
protected Boolean bool(Code)



bool2
protected List<Boolean> bool2(Code)



bool3
protected List<Boolean> bool3(Code)



bool4
protected List<Boolean> bool4(Code)



float2
protected List<Float> float2(Code)



float2X2
protected List<Float> float2X2(Code)



float3
protected List<Float> float3(Code)



float3X3
protected List<Float> float3X3(Code)



float4
protected List<Float> float4(Code)



float4X4
protected List<Float> float4X4(Code)



int2
protected List<Integer> int2(Code)



int3
protected List<Integer> int3(Code)



int4
protected List<Integer> int4(Code)



modifier
protected FxModifierEnumCommon modifier(Code)



sampler1D
protected GlSampler1D sampler1D(Code)



sampler2D
protected GlSampler2D sampler2D(Code)



sampler3D
protected GlSampler3D sampler3D(Code)



samplerCUBE
protected GlSamplerCUBE samplerCUBE(Code)



samplerDEPTH
protected GlSamplerDEPTH samplerDEPTH(Code)



samplerRECT
protected GlSamplerRECT samplerRECT(Code)



semantic
protected String semantic(Code)



sid
protected String sid(Code)



surface
protected GlslSurfaceType surface(Code)





Method Detail
getAnnotates
public List<FxAnnotateCommon> getAnnotates()(Code)
Gets the value of the annotates 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 set method for the annotates property.

For example, to add a new item, do as follows:

 getAnnotates().add(newItem);
 

Objects of the following type(s) are allowed in the list FxAnnotateCommon




getArray
public GlslNewarrayType getArray()(Code)
Gets the value of the array property. possible object isGlslNewarrayType



getBool2
public List<Boolean> getBool2()(Code)
Gets the value of the bool2 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 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




getBool3
public List<Boolean> getBool3()(Code)
Gets the value of the bool3 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 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




getBool4
public List<Boolean> getBool4()(Code)
Gets the value of the bool4 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 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




getEnum
public String getEnum()(Code)
Gets the value of the enum property. possible object isString



getFloat
public Float getFloat()(Code)
Gets the value of the float property. possible object isFloat



getFloat2
public List<Float> getFloat2()(Code)
Gets the value of the float2 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 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




getFloat2X2
public List<Float> getFloat2X2()(Code)
Gets the value of the float2X2 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 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




getFloat3
public List<Float> getFloat3()(Code)
Gets the value of the float3 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 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




getFloat3X3
public List<Float> getFloat3X3()(Code)
Gets the value of the float3X3 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 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




getFloat4
public List<Float> getFloat4()(Code)
Gets the value of the float4 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 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




getFloat4X4
public List<Float> getFloat4X4()(Code)
Gets the value of the float4X4 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 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




getInt
public Integer getInt()(Code)
Gets the value of the int property. possible object isInteger



getInt2
public List<Integer> getInt2()(Code)
Gets the value of the int2 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 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




getInt3
public List<Integer> getInt3()(Code)
Gets the value of the int3 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 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




getInt4
public List<Integer> getInt4()(Code)
Gets the value of the int4 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 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




getModifier
public FxModifierEnumCommon getModifier()(Code)
Gets the value of the modifier property. possible object isFxModifierEnumCommon



getSampler1D
public GlSampler1D getSampler1D()(Code)
Gets the value of the sampler1D property. possible object isGlSampler1D



getSampler2D
public GlSampler2D getSampler2D()(Code)
Gets the value of the sampler2D property. possible object isGlSampler2D



getSampler3D
public GlSampler3D getSampler3D()(Code)
Gets the value of the sampler3D property. possible object isGlSampler3D



getSamplerCUBE
public GlSamplerCUBE getSamplerCUBE()(Code)
Gets the value of the samplerCUBE property. possible object isGlSamplerCUBE



getSamplerDEPTH
public GlSamplerDEPTH getSamplerDEPTH()(Code)
Gets the value of the samplerDEPTH property. possible object isGlSamplerDEPTH



getSamplerRECT
public GlSamplerRECT getSamplerRECT()(Code)
Gets the value of the samplerRECT property. possible object isGlSamplerRECT



getSemantic
public String getSemantic()(Code)
Gets the value of the semantic property. possible object isString



getSid
public String getSid()(Code)
Gets the value of the sid property. possible object isString



getSurface
public GlslSurfaceType getSurface()(Code)
Gets the value of the surface property. possible object isGlslSurfaceType



isBool
public Boolean isBool()(Code)
Gets the value of the bool property. possible object isBoolean



setArray
public void setArray(GlslNewarrayType value)(Code)
Sets the value of the array property.
Parameters:
  value - allowed object isGlslNewarrayType



setBool
public void setBool(Boolean value)(Code)
Sets the value of the bool property.
Parameters:
  value - allowed object isBoolean



setEnum
public void setEnum(String value)(Code)
Sets the value of the enum property.
Parameters:
  value - allowed object isString



setFloat
public void setFloat(Float value)(Code)
Sets the value of the float property.
Parameters:
  value - allowed object isFloat



setInt
public void setInt(Integer value)(Code)
Sets the value of the int property.
Parameters:
  value - allowed object isInteger



setModifier
public void setModifier(FxModifierEnumCommon value)(Code)
Sets the value of the modifier property.
Parameters:
  value - allowed object isFxModifierEnumCommon



setSampler1D
public void setSampler1D(GlSampler1D value)(Code)
Sets the value of the sampler1D property.
Parameters:
  value - allowed object isGlSampler1D



setSampler2D
public void setSampler2D(GlSampler2D value)(Code)
Sets the value of the sampler2D property.
Parameters:
  value - allowed object isGlSampler2D



setSampler3D
public void setSampler3D(GlSampler3D value)(Code)
Sets the value of the sampler3D property.
Parameters:
  value - allowed object isGlSampler3D



setSamplerCUBE
public void setSamplerCUBE(GlSamplerCUBE value)(Code)
Sets the value of the samplerCUBE property.
Parameters:
  value - allowed object isGlSamplerCUBE



setSamplerDEPTH
public void setSamplerDEPTH(GlSamplerDEPTH value)(Code)
Sets the value of the samplerDEPTH property.
Parameters:
  value - allowed object isGlSamplerDEPTH



setSamplerRECT
public void setSamplerRECT(GlSamplerRECT value)(Code)
Sets the value of the samplerRECT property.
Parameters:
  value - allowed object isGlSamplerRECT



setSemantic
public void setSemantic(String value)(Code)
Sets the value of the semantic property.
Parameters:
  value - allowed object isString



setSid
public void setSid(String value)(Code)
Sets the value of the sid property.
Parameters:
  value - allowed object isString



setSurface
public void setSurface(GlslSurfaceType value)(Code)
Sets the value of the surface property.
Parameters:
  value - allowed object isGlslSurfaceType



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.