OrbitBehaviorPivot
C D F G H I L M O P Q R S T V

S

sceneCenter - Variable in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Center of the scene bounding sphere.
sceneRadius - Variable in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Radius of the scene bounding sphere.
sceneSphere - Variable in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Bounding sphere of the scene as base for clipping distances calculation.
setClippingBounds(Bounds) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Sets the bounding object for clipping distances calculation.
setClippingDistances() - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Calculates and sets the back and front clip distances for the target View object if clipping bounds and View objects are set.
setClippingEnabled(boolean) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
This OrbitBehaviorPivot updates the front and back clip distances of the View object if this clipping flag is set.
setComponent(Component) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Sets the Component used to listen for mouse, mouse motion, and mouse wheel events.
setComponent(Component) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.ViewPlatformEventBehaviorPivot
Sets the Component used to listen for mouse, mouse motion, and mouse wheel events.
setEnable(boolean) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.ViewPlatformEventBehaviorPivot
Overload setEnable from Behavior.
setFieldOfView(double) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Sets the field of view of the View object.
setHomeRotationCenter(Point3d) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.ViewPlatformBehaviorPivot
Sets the "home" rotation center.
setHomeTransform(Transform3D) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.ViewPlatformBehaviorPivot
Copies the given Transform3D into the "home" transform, used to position and reorient the ViewingPlatform to a known point of interest.
setListenerFlags(int) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.ViewPlatformEventBehaviorPivot
Sets listener flags for this behavior.
setMinRadius(double) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Sets the minimum radius for the OrbitBehaviorPivot.
setProjectionMode(int) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Sets the projection mode for this OrbitBehaviorPivot to parallel or perspective projection.
setProportionalZoom(boolean) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Set proportional zoom behavior.
setPureParallelEnabled(boolean) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
The pure parallel flag has to be set if this OrbitBehaviorPivot is used only or mainly in parallel projection mode to ensure that all its features are adjusted to parallel projection.
setReverseRotate(boolean) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Set reverse rotate behavior.
setReverseTranslate(boolean) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Set reverse translate behavior.
setReverseZoom(boolean) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Set reverse zoom behavior.
setRotateEnable(boolean) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Enables or disables rotation.
setRotationCenter(Point3d) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Sets the center around which the View rotates.
setRotationCenter(Point3d, boolean) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Sets the center around which the View rotates and moves the View to this center if desired.
setRotFactors(double, double) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Sets the rotation x and y factors.
setRotXFactor(double) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Sets the rotation x factor.
setRotYFactor(double) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Sets the rotation y factor.
setTransFactors(double, double) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Sets the translation x and y factors.
setTranslateEnable(boolean) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Enables or disables translate.
setTransXFactor(double) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Sets the translation x factor.
setTransYFactor(double) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Sets the translation y factor.
setViewingTransform(Transform3D) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Sets the viewing transform of this OrbitBehaviorPivot and the transform component of the viewing TransformGroup object to the value of the passed transform.
setViewingTransform(Transform3D, Point3d) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Sets the viewing transform of this OrbitBehaviorPivot and the transform component of the viewing TransformGroup object to the value of the passed transform and sets the center of rotation.
setViewingTransform(Point3d, Point3d, Vector3d, boolean) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Sets the viewing transform of this OrbitBehaviorPivot and the transform component of the viewing TransformGroup object according to the values of the passed objects and sets the center of view to the center of rotation if desired.
setViewingTransform(Point3d, Point3d, Vector3d, Point3d) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Sets the viewing transform of this OrbitBehaviorPivot and the transform component of the viewing TransformGroup object according to the values of the passed objects and sets the center of rotation.
setViewingTransformGroup(TransformGroup) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Sets the ViewPlatform's TransformGroup for this behavior.
setViewingTransformGroup(TransformGroup) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.ViewPlatformBehaviorPivot
Sets the ViewPlatform's TransformGroup for this behavior.
setViewingTransformGroup(TransformGroup) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.ViewPlatformEventBehaviorPivot
Sets the ViewPlatform's TransformGroup for this behavior.
setVpView(View) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Sets the ViewPlatform's View for this behavior.
setZoomEnable(boolean) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Enables or disables zoom.
setZoomFactor(double) - Method in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Sets the zoom factor.
STOP_ZOOM - Static variable in class org.interactivemesh.pivot.wtk.j3d.nav.OrbitBehaviorPivot
Constructor flag that indicates zoom should stop when it reaches the minimum orbit radius set by setMinRadius().

OrbitBehaviorPivot
C D F G H I L M O P Q R S T V