public static class NavigableImagePanel.ZoomDevice extends Object
Defines zoom devices.
| Modifier and Type | Field and Description |
|---|---|
static NavigableImagePanel.ZoomDevice |
MOUSE_BUTTON
.
|
static NavigableImagePanel.ZoomDevice |
MOUSE_WHEEL
.
|
static 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 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.
Copyright © 2012–2026 cismet GmbH. All rights reserved.