public interface MorphViewPanelMouseHandler
Modifier and Type | Method and Description |
---|---|
void |
processMouseClicked(Point point,
Dim size) |
void |
processMouseDragged(Point watchmakerPoint,
Dim watchmakerDim) |
void |
processMouseMotion(Point myPt,
Dim size) |
void |
processMousePressed(Point watchmakerPoint,
Dim watchmakerDim) |
void |
processMouseReleased(Point watchmakerPoint,
Dim watchmakerDim) |