public interface InteractiveView| Modifier and Type | Method and Description |
|---|---|
void |
move(float dx, float dy)
|
void |
zoomIn(double zoomFactor)
|
void |
zoomInToPosition(int x, int y, double zoomFactor)
|
void |
zoomOut(double zoomFactor)
|
void |
zoomOutToPosition(int x, int y, double zoomFactor)
|