|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgr.demokritos.iit.jinsect.gui.NavigableImagePanel.ZoomDevice
public static class NavigableImagePanel.ZoomDevice
Defines zoom devices.
| Field Summary | |
|---|---|
static NavigableImagePanel.ZoomDevice |
MOUSE_BUTTON
Identifies the left and right mouse buttons as the zooming device. |
static NavigableImagePanel.ZoomDevice |
MOUSE_WHEEL
Identifies the mouse scroll wheel as the zooming device. |
static NavigableImagePanel.ZoomDevice |
NONE
Identifies that the panel does not implement zooming, but the component using the panel does (programmatic zooming method). |
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final NavigableImagePanel.ZoomDevice NONE
Identifies that the panel does not implement zooming, but the component using the panel does (programmatic zooming method).
public static final NavigableImagePanel.ZoomDevice MOUSE_BUTTON
Identifies the left and right mouse buttons as the zooming device.
public static final NavigableImagePanel.ZoomDevice MOUSE_WHEEL
Identifies the mouse scroll wheel as the zooming device.
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||