Uses of Interface
org.xj3d.sai.Xj3DViewpoint
Packages that use Xj3DViewpoint
-
Uses of Xj3DViewpoint in org.xj3d.sai
Methods in org.xj3d.sai that return Xj3DViewpointModifier and TypeMethodDescriptionXj3DNavigationUIManager.getCurrentViewpoints()Get the list of current viewpoints that are to be displayed.Methods in org.xj3d.sai with parameters of type Xj3DViewpointModifier and TypeMethodDescriptionvoidXj3DNavigationUIListener.availableViewpointsChanged(Xj3DViewpoint[] viewpoints) The list of active viewpoints have been changed to this new list.voidXj3DNavigationUIListener.selectedViewpointChanged(Xj3DViewpoint vp) Notification that the selected viewpoint has been changed to this new instance.voidXj3DNavigationUIManager.selectViewpoint(Xj3DViewpoint vp) Select the given viewpoint as the new location to move to.voidXj3DNavigationUIListener.viewpointAdded(Xj3DViewpoint vp) Notification that this viewpoint has been appended to the list of available viewpoints.voidXj3DNavigationUIListener.viewpointRemoved(Xj3DViewpoint vp) Notification that this viewpoint has been removed from the list of available viewpoints.