Uses of Class
javax.media.j3d.ShaderAttribute

Uses of ShaderAttribute in javax.media.j3d
 

Subclasses of ShaderAttribute in javax.media.j3d
 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.j3d 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.j3d 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.