Uses of Class
is.codion.plugin.imagepanel.NavigableImagePanel.ZoomDevice
Packages that use NavigableImagePanel.ZoomDevice
-
Uses of NavigableImagePanel.ZoomDevice in is.codion.plugin.imagepanel
Fields in is.codion.plugin.imagepanel declared as NavigableImagePanel.ZoomDeviceModifier and TypeFieldDescriptionstatic final NavigableImagePanel.ZoomDevice
NavigableImagePanel.ZoomDevice.MOUSE_BUTTON
Identifies the left and right mouse buttons as the zooming device.static final NavigableImagePanel.ZoomDevice
NavigableImagePanel.ZoomDevice.MOUSE_WHEEL
Identifies the mouse scroll wheel as the zooming device.static final NavigableImagePanel.ZoomDevice
NavigableImagePanel.ZoomDevice.NONE
Identifies that the panel does not implement zooming, but the component using the panel does (programmatic zooming method).Methods in is.codion.plugin.imagepanel that return NavigableImagePanel.ZoomDeviceModifier and TypeMethodDescriptionNavigableImagePanel.getZoomDevice()
Gets the current zoom device.Methods in is.codion.plugin.imagepanel with parameters of type NavigableImagePanel.ZoomDeviceModifier and TypeMethodDescriptionfinal void
NavigableImagePanel.setZoomDevice
(NavigableImagePanel.ZoomDevice newZoomDevice) Sets a new zoom device.