Rings
Version 0.3

Uses of Class
threeD.raytracer.engine.SurfaceGroup

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

Uses of SurfaceGroup in threeD.raytracer.engine
 

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

Methods in 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 threeD.raytracer.primitives
 

Subclasses of SurfaceGroup in 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 threeD.raytracer.surfaceUI
 

Methods in 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 threeD.ui.dialogs
 

Constructors in 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 threeD.ui.panels
 

Methods in 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.
 


Rings
Version 0.3

Copyright 2003-05 Mike Murray