Interface MouseBehaviorCallback

All Known Implementing Classes:
PlaneRender, Probe

public interface MouseBehaviorCallback
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.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    DOCUMENT ME!
    static final int
    DOCUMENT ME!
    static final int
    DOCUMENT ME!
    static final int
    Added so that Probe Rotation with the left and right mouse buttons could be distinguised.
    static final int
    DOCUMENT ME!
    static final int
    DOCUMENT ME!
    static final int
    DOCUMENT ME!
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    transformChanged(int type, javax.media.j3d.Transform3D transform)
    Classes implementing this interface that are registered with one of the MouseBehaviors will be called every time the behavior updates the Transform.
  • Field Details

  • Method Details

    • transformChanged

      void transformChanged(int type, javax.media.j3d.Transform3D transform)
      Classes implementing this interface that are registered with one of the MouseBehaviors will be called every time the behavior updates the Transform.
      Parameters:
      type - will be one of ROTATE, TRANSLATE or ZOOM
      transform - DOCUMENT ME!