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