Uses of Class
net.sf.j3d.threeD.raytracer.surfaceUI.AbstractSurfaceUI

Packages that use AbstractSurfaceUI
net.sf.j3d.threeD.raytracer.surfaceUI   
net.sf.j3d.threeD.ui.panels   
 

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

Subclasses of AbstractSurfaceUI in net.sf.j3d.threeD.raytracer.surfaceUI
static class SurfaceUIFactory.SurfaceUIImpl
           
 

Methods in net.sf.j3d.threeD.raytracer.surfaceUI that return AbstractSurfaceUI
static AbstractSurfaceUI SurfaceUIFactory.createSurfaceUI(AbstractSurface s)
           
static AbstractSurfaceUI SurfaceUIFactory.createSurfaceUI(int nameIndex)
          Creates a new Surface implementation of the type given by the specified index into the array returned by the getSurfaceTypeNames method.
 

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

Methods in net.sf.j3d.threeD.ui.panels that return AbstractSurfaceUI
 AbstractSurfaceUI EditSurfacePanel.getSurface()
          Returns the AbstractSurfaceUI object stored by this EditSurfacePanel object.
 

Methods in net.sf.j3d.threeD.ui.panels with parameters of type AbstractSurfaceUI
 void EditSurfacePanel.setSurface(AbstractSurfaceUI surface)
          Sets the AbstractSurfaceUI object that this EditSurfacePanel object modifies and updates the fields to reflect the change.
 

Constructors in net.sf.j3d.threeD.ui.panels with parameters of type AbstractSurfaceUI
EditSurfacePanel(AbstractSurfaceUI s)
          Constructs a new EditSurfacePanel object that can be used to modify the specified AbstractSurfaceUI object.