Uses of Class
javax.media.ding3d.Background

Packages that use Background
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. 
javax.media.ding3d.loaders Provides interfaces and abstract classes for writing Java 3D loaders. 
 

Uses of Background in javax.media.ding3d
 

Methods in javax.media.ding3d that return Background
 Background GraphicsContext3D.getBackground()
          Retrieves the current Background leaf node object.
 

Methods in javax.media.ding3d with parameters of type Background
 void GraphicsContext3D.setBackground(Background background)
          Sets the current Background to the specified Background leaf node object.
 

Uses of Background in javax.media.ding3d.loaders
 

Methods in javax.media.ding3d.loaders that return Background
 Background[] SceneBase.getBackgroundNodes()
          This method returns an array of all Background nodes defined in the file.
 Background[] Scene.getBackgroundNodes()
          This method returns an array of all Background nodes defined in the file.
 

Methods in javax.media.ding3d.loaders with parameters of type Background
 void SceneBase.addBackgroundNode(Background background)
          Adds the given Background node to the list of backgrounds.