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.ZoomDeviceNavigableImagePanel.ZoomDevice.MOUSE_BUTTONIdentifies the left and right mouse buttons as the zooming device.static final NavigableImagePanel.ZoomDeviceNavigableImagePanel.ZoomDevice.MOUSE_WHEELIdentifies the mouse scroll wheel as the zooming device.static final NavigableImagePanel.ZoomDeviceNavigableImagePanel.ZoomDevice.NONEIdentifies 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 voidNavigableImagePanel.setZoomDevice(NavigableImagePanel.ZoomDevice newZoomDevice) Sets a new zoom device.