Uses of Class
javax.media.j3d.ShaderAttributeSet

Packages that use ShaderAttributeSet
javax.media.j3d 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 ShaderAttributeSet in javax.media.j3d
 

Methods in javax.media.j3d that return ShaderAttributeSet
 ShaderAttributeSet ShaderError.getShaderAttributeSet()
          Returns the shader attribute set associated with this shader error.
 ShaderAttributeSet ShaderAppearance.getShaderAttributeSet()
          Retrieves the current ShaderAttributeSet object.
 

Methods in javax.media.j3d with parameters of type ShaderAttributeSet
 void ShaderError.setShaderAttributeSet(ShaderAttributeSet shaderAttributeSet)
          Sets the shader attribute set associated with this shader error.
 void ShaderAppearance.setShaderAttributeSet(ShaderAttributeSet shaderAttributeSet)
          Sets the ShaderAttributeSet object to the specified object.