j3d.org Code

Uses of Class
org.j3d.ui.navigation.ViewpointData

Packages that use ViewpointData
org.j3d.ui.navigation User interface components and capabilities for implementing simple navigation on any Canvas 3D. 
 

Uses of ViewpointData in org.j3d.ui.navigation
 

Methods in org.j3d.ui.navigation with parameters of type ViewpointData
 void ViewpointToolbar.appendViewpoint(ViewpointData vp)
          Add the given viewpoint to the end of the list of available viewpoints.
 void ViewpointToolbar.insertViewpoint(int index, ViewpointData vp)
          Insert the viewpoint at the given position in the list
 void ViewpointToolbar.removeViewpoint(ViewpointData vp)
          Remove the viewpoint from the list.
 void ViewpointToolbar.selectViewpoint(ViewpointData vp)
          Select the given viewpoint in the display
 void ViewpointToolbar.setViewpoints(ViewpointData[] vp)
          Set the viewpoint list to the given array.
 void ViewpointSelectionListener.viewpointSelected(ViewpointData vp)
          A new viewpoint has been selected and this is it.
 

Constructors in org.j3d.ui.navigation with parameters of type ViewpointData
ViewpointToolbar(ViewpointData[] vps)
          Create a new viewpoint toolbar that has the given list of viewpoints to be displayed.
 


j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org