Uses of Interface
net.sf.j3d.threeD.raytracer.engine.SurfaceWrapper

Packages that use SurfaceWrapper
net.sf.j3d.threeD.raytracer.primitives   
net.sf.j3d.threeD.raytracer.surfaceUI   
 

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

Classes in net.sf.j3d.threeD.raytracer.primitives that implement SurfaceWrapper
static class Mesh.MeshFile
           
 

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

Subinterfaces of SurfaceWrapper in net.sf.j3d.threeD.raytracer.surfaceUI
 interface SurfaceUI
          The SurfaceUI interface is implemented by classes that represent a Surface object that can be used in an application with a user interface.
 

Classes in net.sf.j3d.threeD.raytracer.surfaceUI that implement SurfaceWrapper
 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