Package gov.nih.mipav.view.renderer.J3D.surfaceview.rfaview.mouse


package gov.nih.mipav.view.renderer.J3D.surfaceview.rfaview.mouse
  • Class
    Description
    Title: MouseBehavior
    Also added this line: public final static int SELECTION=4; And this method: public void transformClicked Also added this line: public final static int PROPERTIES=5; Added this method: public void transformDoubleClicked.
    DOCUMENT ME!
    Converting a copy of MouseSelection to be used to with DoubleClicking (PickProperties).
    MouseRotate is a Java3D behavior object that lets users control the rotation of an object via a mouse.
    Converting a copy of MouseRotation to be used to with picking (PickSelection).
    MouseTranslate is a Java3D behavior object that lets users control the translation (X, Y) of an object via a mouse drag motion with the third mouse button (alt-click on PC).
    MouseTranslate is a Java3D behavior object that lets users control the translation (X, Y) of an object via a mouse drag motion with the third mouse button (alt-click on PC).
    MouseZoom is a Java3D behavior object that lets users control the Z axis translation of an object via a mouse drag motion with the second mouse button.
    MouseZoom is a Java3D behavior object that lets users control the Z axis translation of an object via a mouse drag motion with the second mouse button.