Uses of Class
javax.media.ding3d.Material

Packages that use Material
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 Material in javax.media.ding3d
 

Methods in javax.media.ding3d that return Material
 Material Appearance.getMaterial()
          Retrieves the current material object.
 Material ColorInterpolator.getTarget()
          This method retrieves this interpolator's target material component object.
 

Methods in javax.media.ding3d with parameters of type Material
 void Appearance.setMaterial(Material material)
          Sets the material object to the specified object.
 void ColorInterpolator.setTarget(Material target)
          This method sets the target material component object for this interpolator.
 

Constructors in javax.media.ding3d with parameters of type Material
ColorInterpolator(Alpha alpha, Material target)
          Constructs a trivial color interpolator with a specified target, a starting color of black, and an ending color of white.
ColorInterpolator(Alpha alpha, Material target, Color3f startColor, Color3f endColor)
          Constructs a color interpolator with the specified target, starting color, and ending color.