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 TypeMethodDescriptionvoid
Xj3DNavigationUIListener.availableViewpointsChanged
(Xj3DViewpoint[] viewpoints) The list of active viewpoints have been changed to this new list.void
Xj3DNavigationUIListener.selectedViewpointChanged
(Xj3DViewpoint vp) Notification that the selected viewpoint has been changed to this new instance.void
Xj3DNavigationUIManager.selectViewpoint
(Xj3DViewpoint vp) Select the given viewpoint as the new location to move to.void
Xj3DNavigationUIListener.viewpointAdded
(Xj3DViewpoint vp) Notification that this viewpoint has been appended to the list of available viewpoints.void
Xj3DNavigationUIListener.viewpointRemoved
(Xj3DViewpoint vp) Notification that this viewpoint has been removed from the list of available viewpoints.