Class ROIFigure.ROIRectDragger

  • All Implemented Interfaces:
    org.eclipse.draw2d.MouseListener, org.eclipse.draw2d.MouseMotionListener
    Enclosing class:
    ROIFigure

    class ROIFigure.ROIRectDragger
    extends ROIFigure.CommonDragger
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.eclipse.draw2d.MouseListener

        org.eclipse.draw2d.MouseListener.Stub
      • Nested classes/interfaces inherited from interface org.eclipse.draw2d.MouseMotionListener

        org.eclipse.draw2d.MouseMotionListener.Stub
    • Constructor Summary

      Constructors 
      Constructor Description
      ROIRectDragger()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void mousePressed​(org.eclipse.draw2d.MouseEvent me)  
      protected void updateROIBounds​(org.eclipse.draw2d.MouseEvent me)  
      • Methods inherited from class org.eclipse.draw2d.MouseMotionListener.Stub

        mouseEntered, mouseExited, mouseHover, mouseMoved
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ROIRectDragger

        ROIRectDragger()
    • Method Detail

      • mousePressed

        public void mousePressed​(org.eclipse.draw2d.MouseEvent me)
        Specified by:
        mousePressed in interface org.eclipse.draw2d.MouseListener
        Overrides:
        mousePressed in class ROIFigure.CommonDragger