Uses of Class
net.sf.j3d.threeD.ui.panels.SurfaceInfoPanel

Packages that use SurfaceInfoPanel
net.sf.j3d.threeD.ui.menus   
 

Uses of SurfaceInfoPanel in net.sf.j3d.threeD.ui.menus
 

Constructors in net.sf.j3d.threeD.ui.menus with parameters of type SurfaceInfoPanel
EditMenu(Scene scene, SurfaceInfoPanel surfaceInfoPanel, LightInfoPanel lightInfoPanel)
          Constructs a new EditMenu object using the specified Scene object and the specified SurfaceInfoPanel and LightInfoPanel objects.
EditSceneMenu(Scene scn, SurfaceInfoPanel surfaceInfoPanel, LightInfoPanel lightInfoPanel)
          Constructs a new EditSceneMenu object using the specified Scene object and the specified SurfaceInfoPanel and LightInfoPanel objects.
FileMenu(Scene scene, RenderPanel renderPanel, SurfaceInfoPanel surfacePanel)
          Constructs a new FileMenu object using the specified Scene object.
SaveMenu(Scene scene, RenderPanel renderPanel, SurfaceInfoPanel surfacePanel)
          Constructs a new SaveMenu object.
WindowsMenu(SurfaceInfoPanel surfaceInfoPnl, EditCameraDialog editCameraDlg, EditLightDialog editLightDlg)