public interface ISaveImageDialog
| Modifier and Type | Method and Description |
|---|---|
boolean |
drawROIs()
Indicates whether or not the visible ROIs should be superimposed on the
image before exporting.
|
String |
getEncoding()
Gets the encoding of the image file according to the extension or
selected file filter.
|
String |
getExtension()
Returns the file extension for the selected file.
|
File |
showDialog()
Shows the dialog and lets the user choose a file name.
|
File showDialog()
File objectString getEncoding()
String for the image file writer (JAI)String getExtension()
boolean drawROIs()
true, if all visible ROIs are about to be written to
the image, false otherwiseCopyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.