public interface PaneOwner
Modifier and Type | Method and Description |
---|---|
void |
mouseMovedTo(double x,
double y,
int plane,
boolean shift_down) |
void |
panEventOccured(int x,
int y,
int sourcePlane) |
void |
showStatus(int progress,
int maximum,
String message) |
void |
zoomEventOccurred(boolean zoomInEvent,
int x,
int y,
int sourcePlane) |
void mouseMovedTo(double x, double y, int plane, boolean shift_down)
void zoomEventOccurred(boolean zoomInEvent, int x, int y, int sourcePlane)
void panEventOccured(int x, int y, int sourcePlane)
void showStatus(int progress, int maximum, String message)
Copyright © 2015–2021 Fiji. All rights reserved.