Rings
Version 0.3

Uses of Interface
threeD.raytracer.surfaceUI.SurfaceUI

Packages that use SurfaceUI
threeD.raytracer.surfaceUI   
threeD.ui.dialogs   
threeD.ui.tree   
 

Uses of SurfaceUI in threeD.raytracer.surfaceUI
 

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

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

Uses of SurfaceUI in threeD.ui.tree
 

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

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


Rings
Version 0.3

Copyright 2003-05 Mike Murray