Uses of Interface
net.sf.j3d.threeD.raytracer.surfaceUI.SurfaceUI

Packages that use SurfaceUI
net.sf.j3d.threeD.raytracer.surfaceUI   
net.sf.j3d.threeD.ui.dialogs   
net.sf.j3d.threeD.ui.tree   
 

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

Classes in net.sf.j3d.threeD.raytracer.surfaceUI that implement SurfaceUI
 class AbstractSurfaceUI
          AbstractSurfaceUI is an abstract implementation of the SurfaceUI interface that takes care of all of the standard methods of SurfaceUI that all SurfaceUI implementations use in the same way.
static class SurfaceUIFactory.SurfaceUIImpl
           
 

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

Constructors in net.sf.j3d.threeD.ui.dialogs with parameters of type SurfaceUI
EditPlaneDialog(SurfaceUI plane)
          Constructs a new EditPlaneDialog object that can be used to modify the specified SurfaceUI object.
EditPolynomialDialog(SurfaceUI polynomial)
          Constructs a new EditPolynomialDialog object that can be used to edit the specified SurfaceUI object.
EditTriangleDialog(SurfaceUI triangle)
          Constructs a new EditTriangleDialog object that can be used to edit the specified SurfaceUI object.
 

Uses of SurfaceUI in net.sf.j3d.threeD.ui.tree
 

Methods in net.sf.j3d.threeD.ui.tree that return SurfaceUI
 SurfaceUI SurfaceTreeNode.getSurface()
          Returns the SurfaceUI object stored by this SurfaceTreeNode object.
 

Constructors in net.sf.j3d.threeD.ui.tree with parameters of type SurfaceUI
SurfaceTreeNode(SurfaceUI surface, TreeNode parent)
          Constructs a new SurfaceTreeNode object using the specified SurfaceUI object with the specified parent.