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

S

sceneCenter - Variable in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Center of the scene bounding sphere.
sceneRadius - Variable in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Radius of the scene bounding sphere.
sceneSphere - Variable in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Bounding sphere of the scene as base for clipping distances calculation.
setAWTComponent(Component) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Sets the Component used to listen for mouse, mouse motion, and mouse wheel events.
setAWTComponent(Component) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.ViewPlatformAWTBehaviorInterim
Sets the Component used to listen for mouse, mouse motion, and mouse wheel events.
setClippingBounds(Bounds) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Sets the bounding object for clipping distances calculation.
setClippingDistances() - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
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 com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
This OrbitBehaviorAnaglyph updates the front and back clip distances of the View object if this clipping flag is set.
setEnable(boolean) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.ViewPlatformAWTBehaviorInterim
Overload setEnable from Behavior.
setFieldOfView(double) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Sets the field of view of the View object.
setHomeRotationCenter(Point3d) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.ViewPlatformBehaviorInterim
Sets the "home" rotation center.
setHomeTransform(Transform3D) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.ViewPlatformBehaviorInterim
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 com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.ViewPlatformAWTBehaviorInterim
Sets listener flags for this behavior.
setMinRadius(double) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Sets the minimum radius for the OrbitBehavior.
setProjectionMode(int) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Sets the projection mode for this OrbitBehaviorAnaglyph to parallel or perspective projection.
setProportionalZoom(boolean) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Set proportional zoom behavior.
setPureParallelEnabled(boolean) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
The pure parallel flag has to be set if this OrbitBeahviorInterim 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 com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Set reverse rotate behavior.
setReverseTranslate(boolean) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Set reverse translate behavior.
setReverseZoom(boolean) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Set reverse zoom behavior.
setRotateEnable(boolean) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Enables or disables rotation.
setRotationCenter(Point3d) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Sets the center around which the View rotates.
setRotationCenter(Point3d, boolean) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Sets the center around which the View rotates and moves the View to this center if desired.
setRotFactors(double, double) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Sets the rotation x and y factors.
setRotXFactor(double) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Sets the rotation x factor.
setRotYFactor(double) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Sets the rotation y factor.
setTransFactors(double, double) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Sets the translation x and y factors.
setTranslateEnable(boolean) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Enables or disables translate.
setTransXFactor(double) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Sets the translation x factor.
setTransYFactor(double) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Sets the translation y factor.
setViewingTransform(Transform3D) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Sets the viewing transform of this OrbitBehaviorAnaglyph and the transform component of the viewing TransformGroup object to the value of the passed transform.
setViewingTransform(Transform3D, Point3d) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Sets the viewing transform of this OrbitBehaviorAnaglyph 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 com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Sets the viewing transform of this OrbitBehaviorAnaglyph 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 com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Sets the viewing transform of this OrbitBehaviorAnaglyph 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 com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Sets the ViewPlatform's TransformGroup for this behavior.
setViewingTransformGroup(TransformGroup) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.ViewPlatformAWTBehaviorInterim
Sets the ViewPlatform's TransformGroup for this behavior.
setViewingTransformGroup(TransformGroup) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.ViewPlatformBehaviorInterim
Sets the ViewPlatform's TransformGroup for this behavior.
setVpViews(View, View) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Sets the ViewPlatform's Views for this behavior.
setZoomEnable(boolean) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Enables or disables zoom.
setZoomFactor(double) - Method in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Sets the zoom factor.
STOP_ZOOM - Static variable in class com.interactivemesh.j3d.community.utils.navigation.orbitanaglyph.OrbitBehaviorAnaglyph
Constructor flag that indicates zoom should stop when it reaches the minimum orbit radius set by setMinRadius().

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