Class DraggableRectangle

All Implemented Interfaces:
Draggable, Shape, Serializable, Cloneable
Direct Known Subclasses:
ExtraText, Gradient, Legend

public class DraggableRectangle extends Rectangle implements Draggable
See Also:
  • Field Details

    • _dragging

      protected boolean _dragging
    • _draggingPrimed

      protected boolean _draggingPrimed
    • _currentPoint

      protected Point _currentPoint
    • _beenMoved

      protected boolean _beenMoved
  • Constructor Details

    • DraggableRectangle

      public DraggableRectangle()
  • Method Details