public class Exporter
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Exporter.ExportType |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
sourceLabel |
Constructor and Description |
---|
Exporter() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
exportCmd(JSVPanel jsvp,
java.util.List<java.lang.String> tokens,
boolean forInkscape)
from EXPORT command
|
static java.lang.String |
exportSpectrum(ScriptInterface si,
javax.swing.JFrame frame,
DialogHelper dialogHelper,
java.lang.String type) |
static java.lang.String |
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)
|
public static final java.lang.String sourceLabel
public static java.lang.String exportTheSpectrum(Exporter.ExportType mode, java.lang.String path, JDXSpectrum spec, int startIndex, int endIndex) throws java.io.IOException
mode
- path
- spec
- startIndex
- endIndex
- java.io.IOException
public static java.lang.String exportSpectrum(ScriptInterface si, javax.swing.JFrame frame, DialogHelper dialogHelper, java.lang.String type)
si
- frame
- dialogHelper
- type
- public static java.lang.String exportCmd(JSVPanel jsvp, java.util.List<java.lang.String> tokens, boolean forInkscape)
jsvp
- tokens
- forInkscape
-