Uses of Class
javax.media.j3d.ShaderAppearance

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

Methods in javax.media.j3d that return ShaderAppearance
 ShaderAppearance ShaderError.getShaderAppearance()
          Returns the shader appearance associated with this shader error.
 

Methods in javax.media.j3d with parameters of type ShaderAppearance
 void ShaderError.setShaderAppearance(ShaderAppearance shaderApp)
          Sets the shader appearance associated with this shader error.