Rings
Version 0.3

Uses of Class
threeD.raytracer.surfaceUI.AbstractSurfaceUI

Packages that use AbstractSurfaceUI
threeD.raytracer.surfaceUI   
threeD.ui.panels   
 

Uses of AbstractSurfaceUI in threeD.raytracer.surfaceUI
 

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

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

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

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


Rings
Version 0.3

Copyright 2003-05 Mike Murray