Uses of Class
javax.media.j3d.Background

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.