Uses of Class
javax.media.j3d.ShaderProgram

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

Subclasses of ShaderProgram in javax.media.j3d
 class GLSLShaderProgram
          The GLSLShaderProgram object is a concrete implementation of a ShaderProgram node component for the OpenGL GLSL shading language.
 

Methods in javax.media.j3d that return ShaderProgram
 ShaderProgram ShaderError.getShaderProgram()
          Returns the shader program associated with this shader error.
 ShaderProgram ShaderAppearance.getShaderProgram()
          Retrieves the current ShaderProgram object.
 

Methods in javax.media.j3d with parameters of type ShaderProgram
 void ShaderError.setShaderProgram(ShaderProgram shaderProgram)
          Sets the shader program associated with this shader error.
 void ShaderAppearance.setShaderProgram(ShaderProgram shaderProgram)
          Sets the ShaderProgram object to the specified object.