Package cnuphys.splot.plot
Interface Draggable
- All Known Implementing Classes:
DraggableRectangle
,ExtraText
,Gradient
,Legend
public interface Draggable
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
void
void
setDragging
(boolean dragging) void
setDraggingPrimed
(boolean primed)
-
Method Details
-
contains
-
isDraggingPrimed
boolean isDraggingPrimed() -
isDragging
boolean isDragging() -
setDraggingPrimed
void setDraggingPrimed(boolean primed) -
setDragging
void setDragging(boolean dragging) -
setCurrentPoint
-
getCurrentPoint
Point getCurrentPoint()
-