Uses of Class
javax.media.ding3d.ColoringAttributes

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

Methods in javax.media.ding3d that return ColoringAttributes
 ColoringAttributes Appearance.getColoringAttributes()
          Retrieves the current coloringAttributes object.
 

Methods in javax.media.ding3d with parameters of type ColoringAttributes
 void Appearance.setColoringAttributes(ColoringAttributes coloringAttributes)
          Sets the coloringAttributes object to the specified object.