Package | Description |
---|---|
jspecview.common | |
jspecview.export |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
DialogHelper.getSuggestedFileName(Exporter.ExportType imode) |
void |
DialogHelper.setFileChooser(Exporter.ExportType imode) |
Modifier and Type | Method and Description |
---|---|
static Exporter.ExportType |
Exporter.ExportType.getType(java.lang.String type) |
static Exporter.ExportType |
Exporter.ExportType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Exporter.ExportType[] |
Exporter.ExportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Exporter.exportTheSpectrum(Exporter.ExportType mode,
java.lang.String path,
JDXSpectrum spec,
int startIndex,
int endIndex)
returns message if path is not null, otherwise full string of text (unsigned applet)
|