Uses of Class
javax.media.ding3d.ShaderAttribute

Packages that use ShaderAttribute
javax.media.ding3d Provides the core set of classes for the 3D graphics API for the Java platform; click here for more information, including explanatory material that was formerly found in the guide. 
 

Uses of ShaderAttribute in javax.media.ding3d
 

Subclasses of ShaderAttribute in javax.media.ding3d
 class ShaderAttributeArray
          The ShaderAttributeArray object encapsulates a uniform shader attribute whose value is specified explicitly.
 class ShaderAttributeBinding
          The ShaderAttributeBinding object encapsulates a uniform attribute whose value is bound to a Java 3D system attribute.
 class ShaderAttributeObject
          The ShaderAttributeObject class is an abstract class that encapsulates a uniform shader attribute whose value is specified explicitly.
 class ShaderAttributeValue
          The ShaderAttributeValue object encapsulates a uniform shader attribute whose value is specified explicitly.
 

Methods in javax.media.ding3d that return ShaderAttribute
 ShaderAttribute ShaderAttributeSet.get(java.lang.String attrName)
          Retrieves the shader attribute with the specified attrName from the attributes set.
 ShaderAttribute[] ShaderAttributeSet.getAll()
          Returns a shallow copy of the attributes set.
 ShaderAttribute ShaderError.getShaderAttribute()
          Returns the shader attribute associated with this shader error.
 

Methods in javax.media.ding3d with parameters of type ShaderAttribute
 void ShaderAttributeSet.put(ShaderAttribute attr)
          Adds the specified shader attribute to the attributes set.
 void ShaderAttributeSet.remove(ShaderAttribute attr)
          Removes the specified shader attribute from the attributes set.
 void ShaderError.setShaderAttribute(ShaderAttribute shaderAttribute)
          Sets the shader attribute associated with this shader error.