Package com.pixelmed.display
Class SingleImagePanel.LeftMouseMode
- java.lang.Object
-
- com.pixelmed.display.SingleImagePanel.LeftMouseMode
-
- Enclosing class:
- SingleImagePanel
protected class SingleImagePanel.LeftMouseMode extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isPanning()
boolean
isWindowing()
void
setPanning()
void
setWindowing()
-
-
-
Field Detail
-
WINDOWING
public static final int WINDOWING
- See Also:
- Constant Field Values
-
PANNING
public static final int PANNING
- See Also:
- Constant Field Values
-
mode
protected int mode
-
-