Module is.codion.plugin.imagepanel
Package is.codion.plugin.imagepanel
Class NavigableImagePanel.ZoomDevice
java.lang.Object
is.codion.plugin.imagepanel.NavigableImagePanel.ZoomDevice
- Enclosing class:
- NavigableImagePanel
Defines zoom devices.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final NavigableImagePanel.ZoomDevice
Identifies the left and right mouse buttons as the zooming device.static final NavigableImagePanel.ZoomDevice
Identifies the mouse scroll wheel as the zooming device.static final NavigableImagePanel.ZoomDevice
Identifies that the panel does not implement zooming, but the component using the panel does (programmatic zooming method). -
Method Summary
-
Field Details
-
NONE
Identifies that the panel does not implement zooming, but the component using the panel does (programmatic zooming method).
-
MOUSE_BUTTON
Identifies the left and right mouse buttons as the zooming device.
-
MOUSE_WHEEL
Identifies the mouse scroll wheel as the zooming device.
-
-
Method Details