| Modifier and Type | Class and Description | 
|---|---|
class  | 
ThumbLoader.SeriesInfo
Helper class for sorting series by image plane size. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private Dialog | 
dialog  | 
private BufferedImageReader | 
ir  | 
private Thread | 
loader  | 
private Panel[] | 
p  | 
private boolean | 
stop  | 
| 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. 
 | 
private BufferedImageReader ir
private Panel[] p
private Dialog dialog
private boolean stop
private Thread loader
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 © 2017 Open Microscopy Environment