Package | Description |
---|---|
jspecview.applet | |
jspecview.application | |
jspecview.common | |
jspecview.export |
Modifier and Type | Method and Description |
---|---|
JSVPanel |
JSVAppletPrivate.getNewJSVPanel(JDXSpectrum spec) |
JSVPanel |
JSVAppletPrivate.getNewJSVPanel(java.util.List<JDXSpectrum> specs) |
JSVPanel |
JSVAppletPrivate.getSelectedPanel() |
JSVPanel |
JSVAppletPrivate.setSpectrum(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
JSVAppletPrivate.execExport(JSVPanel jsvp,
java.lang.String value) |
JSVPanelNode |
JSVAppletPrivate.getNewPanelNode(java.lang.String id,
java.lang.String fileName,
JDXSource source,
JSVPanel jsvp) |
JSVDialog |
JSVAppletPrivate.getOverlayLegend(JSVPanel jsvp) |
void |
JSVAppletPrivate.sendPanelChange(JSVPanel jsvp) |
void |
JSVAppletPrivate.setPropertiesFromPreferences(JSVPanel jsvp,
boolean includeMeasures) |
void |
JSVAppletPrivate.setSelectedPanel(JSVPanel jsvp) |
Modifier and Type | Method and Description |
---|---|
JSVPanel |
MainFrame.getNewJSVPanel(JDXSpectrum spec) |
JSVPanel |
MainFrame.getNewJSVPanel(java.util.List<JDXSpectrum> specs) |
JSVPanel |
MainFrame.getSelectedPanel() |
JSVPanel |
MainFrame.setSpectrum(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
MainFrame.execExport(JSVPanel jsvp,
java.lang.String value) |
JSVPanelNode |
MainFrame.getNewPanelNode(java.lang.String id,
java.lang.String fileName,
JDXSource source,
JSVPanel jsvp) |
JSVDialog |
MainFrame.getOverlayLegend(JSVPanel jsvp) |
void |
MainFrame.sendPanelChange(JSVPanel jsvp) |
void |
MainFrame.setPropertiesFromPreferences(JSVPanel jsvp,
boolean includeMeasures)
Sets the display properties as specified from the preferences dialog or the
properties file
|
void |
MainFrame.setSelectedPanel(JSVPanel jsvp) |
void |
AppMenu.setSelections(boolean sidePanelOn,
boolean toolbarOn,
boolean statusbarOn,
JSVPanel jsvp) |
void |
AppToolBar.setSelections(JSVPanel jsvp) |
Modifier and Type | Class and Description |
---|---|
class |
AwtPanel
JSVPanel class represents a View combining one or more GraphSets, each with one or more JDXSpectra.
|
Modifier and Type | Field and Description |
---|---|
JSVPanel |
JSVPanelNode.jsvp |
Modifier and Type | Method and Description |
---|---|
JSVPanel |
ScriptInterface.getNewJSVPanel(JDXSpectrum spec) |
JSVPanel |
ScriptInterface.getNewJSVPanel(java.util.List<JDXSpectrum> specs) |
JSVPanel |
AwtPanel.getNewPanel(ScriptInterface si,
JDXSpectrum spectrum) |
JSVPanel |
JSVPanel.getNewPanel(ScriptInterface si,
JDXSpectrum spectrum) |
JSVPanel |
ScriptInterface.getSelectedPanel() |
static JSVPanel |
JSVTree.setSpectrum(ScriptInterface si,
java.lang.String value) |
JSVPanel |
ScriptInterface.setSpectrum(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
static JSVTreeNode |
JSVTree.createTree(ScriptInterface si,
JDXSource source,
JSVPanel[] panels) |
java.lang.String |
ScriptInterface.execExport(JSVPanel jsvp,
java.lang.String value) |
JSVPanelNode |
ScriptInterface.getNewPanelNode(java.lang.String id,
java.lang.String fileName,
JDXSource source,
JSVPanel jsvp) |
JSVDialog |
ScriptInterface.getOverlayLegend(JSVPanel jsvp) |
void |
AwtPopupMenu.overlay(JSVPanel jsvp,
AwtPopupMenu.EnumOverlay overlay) |
void |
AwtPopupMenu.script(JSVPanel jsvp) |
static JSVPanelNode |
JSVTree.selectFrameNode(ScriptInterface si,
JSVPanel jsvp) |
void |
ScriptInterface.sendPanelChange(JSVPanel jsvp) |
static void |
JSViewer.sendPanelChange(ScriptInterface si,
JSVPanel jsvp) |
void |
Parameters.set(JSVPanel jsvp,
ScriptToken st,
java.lang.String value) |
void |
AwtPopupMenu.setEnables(JSVPanel jsvp) |
void |
Parameters.setFor(JSVPanel jsvp,
Parameters ds,
boolean includeMeasures) |
static void |
JSViewer.setOverlayLegendVisibility(ScriptInterface si,
JSVPanel jsvp,
boolean showLegend) |
void |
ScriptInterface.setPropertiesFromPreferences(JSVPanel jsvp,
boolean b) |
void |
ScriptInterface.setSelectedPanel(JSVPanel jsvp) |
void |
ViewPanel.setSelectedPanel(JSVPanel jsvp,
java.util.List<JSVPanelNode> panelNodes) |
void |
JSVTree.setSelectedPanel(ScriptInterface si,
JSVPanel jsvp) |
void |
AwtPopupMenu.show(JSVPanel jsvp,
int x,
int y) |
void |
AwtPopupMenu.userZoom(JSVPanel jsvp) |
Constructor and Description |
---|
AwtOverlayLegendDialog(java.awt.Frame frame,
JSVPanel jsvp)
Initialises a non-modal
OverlayLegendDialog with a default
title of "Legend: " + jsvp.getTitle() and parent frame |
JSVPanelNode(java.lang.String id,
java.lang.String fileName,
JDXSource source,
JSVPanel jsvp) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Exporter.exportCmd(JSVPanel jsvp,
java.util.List<java.lang.String> tokens,
boolean forInkscape)
from EXPORT command
|