org.collada._2005._11.colladaschema
Class ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate

java.lang.Object
  extended by org.collada._2005._11.colladaschema.ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate
Enclosing class:
ProfileGLSL.Type.Technique.Pass

public static class ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate
extends Object

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">
       <sequence>
         <element name="src_rgb">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="param" type="{http://www.w3.org/2001/XMLSchema}NCName" />
                 <attribute name="value" type="{http://www.collada.org/2005/11/COLLADASchema}gl_blend_type" default="ONE" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="dest_rgb">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="param" type="{http://www.w3.org/2001/XMLSchema}NCName" />
                 <attribute name="value" type="{http://www.collada.org/2005/11/COLLADASchema}gl_blend_type" default="ZERO" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="src_alpha">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="param" type="{http://www.w3.org/2001/XMLSchema}NCName" />
                 <attribute name="value" type="{http://www.collada.org/2005/11/COLLADASchema}gl_blend_type" default="ONE" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="dest_alpha">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="param" type="{http://www.w3.org/2001/XMLSchema}NCName" />
                 <attribute name="value" type="{http://www.collada.org/2005/11/COLLADASchema}gl_blend_type" default="ZERO" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.DestAlpha
          Java class for anonymous complex type.
static class ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.DestRgb
          Java class for anonymous complex type.
static class ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.SrcAlpha
          Java class for anonymous complex type.
static class ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.SrcRgb
          Java class for anonymous complex type.
 
Field Summary
protected  ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.DestAlpha destAlpha
           
protected  ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.DestRgb destRgb
           
protected  ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.SrcAlpha srcAlpha
           
protected  ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.SrcRgb srcRgb
           
 
Constructor Summary
ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate()
           
 
Method Summary
 ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.DestAlpha getDestAlpha()
          Gets the value of the destAlpha property.
 ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.DestRgb getDestRgb()
          Gets the value of the destRgb property.
 ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.SrcAlpha getSrcAlpha()
          Gets the value of the srcAlpha property.
 ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.SrcRgb getSrcRgb()
          Gets the value of the srcRgb property.
 void setDestAlpha(ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.DestAlpha value)
          Sets the value of the destAlpha property.
 void setDestRgb(ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.DestRgb value)
          Sets the value of the destRgb property.
 void setSrcAlpha(ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.SrcAlpha value)
          Sets the value of the srcAlpha property.
 void setSrcRgb(ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.SrcRgb value)
          Sets the value of the srcRgb property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

srcRgb

protected ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.SrcRgb srcRgb

destRgb

protected ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.DestRgb destRgb

srcAlpha

protected ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.SrcAlpha srcAlpha

destAlpha

protected ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.DestAlpha destAlpha
Constructor Detail

ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate

public ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate()
Method Detail

getSrcRgb

public ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.SrcRgb getSrcRgb()
Gets the value of the srcRgb property.

Returns:
possible object is ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.SrcRgb

setSrcRgb

public void setSrcRgb(ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.SrcRgb value)
Sets the value of the srcRgb property.

Parameters:
value - allowed object is ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.SrcRgb

getDestRgb

public ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.DestRgb getDestRgb()
Gets the value of the destRgb property.

Returns:
possible object is ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.DestRgb

setDestRgb

public void setDestRgb(ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.DestRgb value)
Sets the value of the destRgb property.

Parameters:
value - allowed object is ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.DestRgb

getSrcAlpha

public ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.SrcAlpha getSrcAlpha()
Gets the value of the srcAlpha property.

Returns:
possible object is ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.SrcAlpha

setSrcAlpha

public void setSrcAlpha(ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.SrcAlpha value)
Sets the value of the srcAlpha property.

Parameters:
value - allowed object is ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.SrcAlpha

getDestAlpha

public ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.DestAlpha getDestAlpha()
Gets the value of the destAlpha property.

Returns:
possible object is ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.DestAlpha

setDestAlpha

public void setDestAlpha(ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.DestAlpha value)
Sets the value of the destAlpha property.

Parameters:
value - allowed object is ProfileGLSL.Type.Technique.Pass.BlendFuncSeparate.DestAlpha

CroftSoft Javadoc

CroftSoft COLLADA JAXB Javadoc (2006-11-13 15:08:25)