Uses of Class
javax.media.j3d.Background

Packages that use Background
com.sun.j3d.loaders Provides interfaces and abstract classes for writing Java 3D loaders. 
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 Background in com.sun.j3d.loaders
 

Methods in com.sun.j3d.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 com.sun.j3d.loaders with parameters of type Background
 void SceneBase.addBackgroundNode(Background background)
          Adds the given Background node to the list of backgrounds.
 

Uses of Background in javax.media.j3d
 

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

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