Modifier and Type | Class and Description |
---|---|
class |
ThumbLoader.SeriesInfo
Helper class for sorting series by image plane size.
|
Constructor and Description |
---|
ThumbLoader(IFormatReader ir,
Panel[] p,
Dialog dialog)
Constructs a new thumbnail loader.
|
Modifier and Type | Method and Description |
---|---|
static void |
loadThumb(BufferedImageReader thumbReader,
int series,
Panel panel,
boolean quiet) |
void |
run()
Does the work of loading the thumbnails.
|
void |
stop()
Instructs the thumbnail loader to stop loading thumbnails.
|
public ThumbLoader(IFormatReader ir, Panel[] p, Dialog dialog)
ir
- the reader to use for obtaining the thumbnailsp
- the panels upon which to populate the resultsdialog
- the dialog containing the panelspublic void stop()
public void run()
public static void loadThumb(BufferedImageReader thumbReader, int series, Panel panel, boolean quiet)
Copyright © 2015–2021 Fiji. All rights reserved.