Class OmeroRawImageServerBrowserCommand

java.lang.Object
qupath.ext.biop.servers.omero.raw.browser.OmeroRawImageServerBrowserCommand
All Implemented Interfaces:
Runnable

public class OmeroRawImageServerBrowserCommand extends Object implements Runnable
Command to browse a specified OMERO server and import images from that server
  • Constructor Details

    • OmeroRawImageServerBrowserCommand

      public OmeroRawImageServerBrowserCommand(qupath.lib.gui.QuPathGUI qupath, OmeroRawClient client)
  • Method Details

    • getStage

      public javafx.stage.Stage getStage()
    • run

      public void run()
      Specified by:
      run in interface Runnable
    • paintBufferedImageOnCanvas

      protected static javafx.scene.image.WritableImage paintBufferedImageOnCanvas(BufferedImage img, javafx.scene.canvas.Canvas canvas, int prefSize)
      Paint the specified image onto the specified canvas (of the preferred size). Additionally, it returns the WritableImage for further use.
      Parameters:
      img -
      canvas -
      prefSize -
      Returns:
      writable image
    • requestClose

      public void requestClose()
      Request closure of the dialog
    • createStateNode

      @Deprecated public static javafx.scene.Node createStateNode(boolean loggedIn)
      Build a colored-coded disk indicating the status of the server connection
      Parameters:
      loggedIn -
      Returns: