Class NavigableImagePanel.ZoomDevice

java.lang.Object
is.codion.plugin.imagepanel.NavigableImagePanel.ZoomDevice
Enclosing class:
NavigableImagePanel

public static final class NavigableImagePanel.ZoomDevice extends Object

Defines zoom devices.

  • Field Details

    • NONE

      public static final NavigableImagePanel.ZoomDevice NONE

      Identifies that the panel does not implement zooming, but the component using the panel does (programmatic zooming method).

    • MOUSE_BUTTON

      public static final NavigableImagePanel.ZoomDevice MOUSE_BUTTON

      Identifies the left and right mouse buttons as the zooming device.

    • MOUSE_WHEEL

      public static final NavigableImagePanel.ZoomDevice MOUSE_WHEEL

      Identifies the mouse scroll wheel as the zooming device.

  • Method Details