Uses of Class
net.sf.j3d.threeD.raytracer.engine.SurfaceGroup

Packages that use SurfaceGroup
net.sf.j3d.threeD.raytracer.engine   
net.sf.j3d.threeD.raytracer.primitives   
net.sf.j3d.threeD.raytracer.surfaceUI   
net.sf.j3d.threeD.ui.dialogs   
net.sf.j3d.threeD.ui.panels   
 

Uses of SurfaceGroup in net.sf.j3d.threeD.raytracer.engine
 

Subclasses of SurfaceGroup in net.sf.j3d.threeD.raytracer.engine
 class SpacePartition
           
 

Methods in net.sf.j3d.threeD.raytracer.engine that return SurfaceGroup
 SurfaceGroup AbstractSurface.getParent()
          Returns the parent of this AbstractSurface as a SurfaceGroup object.
 

Methods in net.sf.j3d.threeD.raytracer.engine with parameters of type SurfaceGroup
 void AbstractSurface.setParent(SurfaceGroup parent)
          Sets the parent surface group of this AbstractSurface to the specified SurfaceGroup object.
 

Uses of SurfaceGroup in net.sf.j3d.threeD.raytracer.primitives
 

Subclasses of SurfaceGroup in net.sf.j3d.threeD.raytracer.primitives
 class Mesh
          A Mesh object stores a set of points (Vector objects) and allows triangles to be specified using those points.
 

Uses of SurfaceGroup in net.sf.j3d.threeD.raytracer.surfaceUI
 

Methods in net.sf.j3d.threeD.raytracer.surfaceUI with parameters of type SurfaceGroup
 void AbstractSurfaceUI.setParent(SurfaceGroup parent)
          Sets the parent of the underlying AbstractSurface object stored by this AbstractSurfaceUI.
 

Uses of SurfaceGroup in net.sf.j3d.threeD.ui.dialogs
 

Constructors in net.sf.j3d.threeD.ui.dialogs with parameters of type SurfaceGroup
NewSurfaceDialog(SurfaceGroup group)
          Constructs a new NewSurfaceDialog object using the specified SurfaceGroup object.
 

Uses of SurfaceGroup in net.sf.j3d.threeD.ui.panels
 

Methods in net.sf.j3d.threeD.ui.panels that return SurfaceGroup
 SurfaceGroup SurfaceInfoPanel.getSelectedGroup()
          Returns the currently selected SurfaceGroup object or the SurfaceGroup object containing the currently selected Surface object.