Package Map
Interface PanZoomBehaviour
- All Known Implementing Classes:
PamZoomOnMapPanel
public interface PanZoomBehaviour
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
void
void
void
void
void
handleUp()
void
void
void
void
-
Method Details
-
handleUp
void handleUp() -
handleDown
void handleDown() -
handleRight
void handleRight() -
handleLeft
void handleLeft() -
handleUpLeft
void handleUpLeft() -
handleUpRight
void handleUpRight() -
handleDownLeft
void handleDownLeft() -
handleDownRight
void handleDownRight() -
handleZoomIn
void handleZoomIn() -
handleZoomOut
void handleZoomOut() -
handleRotateClockwise
void handleRotateClockwise() -
handleRotateAntiClockwise
void handleRotateAntiClockwise() -
handleNorthUp
void handleNorthUp() -
handleHeadUp
void handleHeadUp() -
handleCentreOnShip
void handleCentreOnShip() -
handleMBReleased
void handleMBReleased() -
handlePanWithMouse
void handlePanWithMouse() -
handleMeasureWithMouse
void handleMeasureWithMouse()
-