Class ThumbLoader

java.lang.Object
loci.plugins.in.ThumbLoader
All Implemented Interfaces:
Runnable

public class ThumbLoader extends Object implements Runnable
Loads thumbnails for Bio-Formats Importer series chooser in a separate thread.
  • Field Details

  • Constructor Details

    • ThumbLoader

      public ThumbLoader(IFormatReader ir, Panel[] p, Dialog dialog)
      Constructs a new thumbnail loader.
      Parameters:
      ir - the reader to use for obtaining the thumbnails
      p - the panels upon which to populate the results
      dialog - the dialog containing the panels
  • Method Details

    • stop

      public void stop()
      Instructs the thumbnail loader to stop loading thumbnails.
    • run

      public void run()
      Does the work of loading the thumbnails.
      Specified by:
      run in interface Runnable
    • loadThumb

      public static void loadThumb(BufferedImageReader thumbReader, int series, Panel panel, boolean quiet)