public static interface DisplayUtilities.ImageComponent.ImageComponentListener
Modifier and Type | Method and Description |
---|---|
void |
imagePanned(double newX,
double newY)
Called when the image has been panned to a new position.
|
void |
imageZoomed(double newScaleFactor)
Called when the image has been zoomed to the new zoom factor.
|
void imageZoomed(double newScaleFactor)
newScaleFactor
- The new zoom factorvoid imagePanned(double newX, double newY)
newX
- The new X positionnewY
- The new Y position