gr.demokritos.iit.jinsect.gui
Class NavigableImagePanel.ZoomDevice

java.lang.Object
  extended by gr.demokritos.iit.jinsect.gui.NavigableImagePanel.ZoomDevice
Enclosing class:
NavigableImagePanel

public static class NavigableImagePanel.ZoomDevice
extends java.lang.Object

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

NONE

public static final NavigableImagePanel.ZoomDevice NONE

Identifies that the panel does not implement zooming, but the component using the panel does (programmatic zooming method).


MOUSE_BUTTON

public static final NavigableImagePanel.ZoomDevice MOUSE_BUTTON

Identifies the left and right mouse buttons as the zooming device.


MOUSE_WHEEL

public static final NavigableImagePanel.ZoomDevice MOUSE_WHEEL

Identifies the mouse scroll wheel as the zooming device.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object