Package com.bc.ceres.glayer.swing
Interface NavControl.NavControlModel
-
- Enclosing class:
- NavControl
public static interface NavControl.NavControlModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getCurrentAngle()
void
handleMove(double moveDirX, double moveDirY)
void
handleRotate(double rotationAngle)
void
handleScale(double scaleDir)
-