Package loci.plugins.in
Class ThumbLoader
java.lang.Object
loci.plugins.in.ThumbLoader
- All Implemented Interfaces:
Runnable
Loads thumbnails for Bio-Formats Importer
series chooser in a separate thread.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassHelper class for sorting series by image plane size. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionThumbLoader(IFormatReader ir, Panel[] p, Dialog dialog) Constructs a new thumbnail loader. -
Method Summary
Modifier and TypeMethodDescriptionstatic voidloadThumb(BufferedImageReader thumbReader, int series, Panel panel, boolean quiet) voidrun()Does the work of loading the thumbnails.voidstop()Instructs the thumbnail loader to stop loading thumbnails.
-
Field Details
-
ir
-
p
-
dialog
-
stop
private boolean stop -
loader
-
-
Constructor Details
-
ThumbLoader
Constructs a new thumbnail loader.- Parameters:
ir- the reader to use for obtaining the thumbnailsp- the panels upon which to populate the resultsdialog- 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. -
loadThumb
public static void loadThumb(BufferedImageReader thumbReader, int series, Panel panel, boolean quiet)
-