Package | Description |
---|---|
jspecview.applet | |
jspecview.application | |
jspecview.common | |
jspecview.export |
Modifier and Type | Class and Description |
---|---|
class |
JSVAppletPrivate
JSpecView Applet class.
|
class |
JSVAppletPrivatePro |
Modifier and Type | Class and Description |
---|---|
class |
MainFrame
The Main Class or Entry point of the JSpecView Application.
|
Constructor and Description |
---|
CommandHistory(ScriptInterface scriptInterface,
javax.swing.JTextField commandInput) |
Modifier and Type | Method and Description |
---|---|
static void |
JSViewer.addHighLight(ScriptInterface si,
double x1,
double x2,
int r,
int g,
int b,
int a) |
static void |
JSVTree.close(ScriptInterface si,
java.lang.String value) |
static void |
JSVTree.closeSource(ScriptInterface si,
JDXSource source) |
static JSVTreeNode |
JSVTree.createTree(ScriptInterface si,
JDXSource source,
JSVPanel[] panels) |
static void |
JSViewer.execView(ScriptInterface si,
java.lang.String value,
boolean fromScript) |
static java.lang.String |
JSViewer.getCoordinate(ScriptInterface si) |
static AwtPanel |
AwtPanel.getJSVPanel(ScriptInterface si,
java.util.List<JDXSpectrum> specs,
int startIndex,
int endIndex,
AwtPopupMenu popup) |
JSVPanel |
AwtPanel.getNewPanel(ScriptInterface si,
JDXSpectrum spectrum) |
JSVPanel |
JSVPanel.getNewPanel(ScriptInterface si,
JDXSpectrum spectrum) |
static AwtPanel |
AwtPanel.getNewPanel(ScriptInterface si,
JDXSpectrum spec,
AwtPopupMenu jsvpPopupMenu)
generates a single panel or an integrated panel, as appropriate
|
static java.util.Map<java.lang.String,java.lang.Object> |
JSViewer.getPropertyAsJavaObject(ScriptInterface si,
java.lang.String key) |
static void |
JSVTree.load(ScriptInterface si,
java.lang.String value) |
static int |
JSVTree.openDataOrFile(ScriptInterface si,
java.lang.String data,
java.lang.String name,
java.util.List<JDXSpectrum> specs,
java.lang.String url,
int firstSpec,
int lastSpec,
boolean isAppend) |
static void |
JSViewer.processPeakPickEvent(ScriptInterface si,
java.lang.Object eventObj,
boolean isApp)
this method is called as a result of the user clicking on a peak
(eventObject instanceof PeakPickEvent) or from PEAK command execution
|
static void |
JSViewer.removeAllHighlights(ScriptInterface si) |
static void |
JSViewer.removeHighlights(ScriptInterface si,
double x1,
double x2) |
static boolean |
JSViewer.runScriptNow(ScriptInterface si,
java.lang.String script) |
static JSVPanelNode |
JSVTree.selectFrameNode(ScriptInterface si,
JSVPanel jsvp) |
static void |
JSViewer.sendPanelChange(ScriptInterface si,
JSVPanel jsvp) |
static void |
JSVTree.setFrameAndTreeNode(ScriptInterface si,
int i) |
static void |
JSViewer.setOverlayLegendVisibility(ScriptInterface si,
JSVPanel jsvp,
boolean showLegend) |
void |
JSVTree.setSelectedPanel(ScriptInterface si,
JSVPanel jsvp) |
static JSVPanel |
JSVTree.setSpectrum(ScriptInterface si,
java.lang.String value) |
static void |
JSViewer.showColorMessage(ScriptInterface si) |
static void |
JSViewer.syncScript(ScriptInterface si,
java.lang.String peakScript)
incoming script processing of
|
Constructor and Description |
---|
AwtPanel(ScriptInterface si,
JDXSpectrum spectrum,
AwtPopupMenu popup)
Constructs a new JSVPanel
|
AwtPopupMenu(ScriptInterface scripter) |
DialogHelper(ScriptInterface si) |
JSVDropTargetListener(ScriptInterface si) |
JSVTree(ScriptInterface si) |
RepaintManager(ScriptInterface si) |
ViewDialog(ScriptInterface si,
java.awt.Component panel,
boolean modal)
Initialises the
IntegralDialog with the given values for minY,
offset and factor |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Exporter.exportSpectrum(ScriptInterface si,
javax.swing.JFrame frame,
DialogHelper dialogHelper,
java.lang.String type) |