Class MiniViewers.MiniViewerManager

java.lang.Object
qupath.lib.gui.commands.MiniViewers.MiniViewerManager
All Implemented Interfaces:
EventListener, EventHandler<MouseEvent>
Enclosing class:
MiniViewers

public static class MiniViewers.MiniViewerManager extends Object implements EventHandler<MouseEvent>
A manager for one or more mini-viewers, where the 'more' means a separate viewer per channel.
  • Constructor Details

  • Method Details

    • getDownsample

      public double getDownsample()
      Get the downsample used within the mini viewers.
      Returns:
    • setDownsample

      public void setDownsample(double downsample)
      Set the downsample to use within the mini viewers.
      Parameters:
      downsample -
    • getPane

      public GridPane getPane()
      Get the pane containing all mini viewers, which can be added to a scene for display.
      Returns:
    • handle

      public void handle(MouseEvent event)
      Specified by:
      handle in interface EventHandler<MouseEvent>