| Interface | Description |
|---|---|
| ISaveImageDialog |
This interface provides signature for a file dialog.
|
| ISaveTableDialog |
This interface provides signature for a file dialog.
|
| Class | Description |
|---|---|
| AbstractImageSavingDialog |
An abstract implementation of the
ISaveImageDialog. |
| AbstractTableSavingDialog |
An abstract implementation of the
ISaveTableDialog. |
| GenericFileDialog |
This file dialog represents a generic wrapper for choosing or saving files.
|
| OpenImageDialog |
This dialog is responsible for selecting one or more image files to be
loaded.
|
| OpenPlotDialog |
This class is responsible for creating a dialog, where the user can select
a plot file for being displayed in a JFreeChart instance.
|
| OpenTableDialog |
This class is responsible for opening a dialog, where the user is able to
select a file for being displayed in a
JTable. |
| SaveImageSequenceDialog |
This class is responsible for saving a sequence of images.
|
| SaveImageStackDialog |
This class is responsible for saving an image stack to a single file.
|
| SavePlotDataDialog |
Uses the
JFileChooser to save the data of a displayed plot. |
| SaveSingleImageDialog |
This class extends the
JFileChooser for determining the location in
order to save a single image. |
| SaveTableDialog |
Uses the JFileChooser from Swing to save a Table.
|
| SaveTableSequDialog |
Uses the
JFileChooser for locating the target in order to save a
table. |
| SVSImageExtractorFrame |
This GUI class provides a front end for the image extraction out of an Aperio
SVS file.
|
| SVSImageExtractorOpenDialog |
This class is responsible for opening an Aperio SVS file, showing information
about its image pyramid and selecting images to be extracted into defined image
formats.
|
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.