Uses of Class
jspecview.common.JSViewer
Packages that use JSViewer
Package
Description
-
Uses of JSViewer in jspecview.api
Methods in jspecview.api with parameters of type JSViewerModifier and TypeMethodDescriptionvoid
AppletFrame.createMainPanel
(JSViewer viewer) JSVExporter.exportTheSpectrum
(JSViewer viewer, ExportType type, OC out, Spectrum spec, int startIndex, int endIndex, PanelData pd, boolean asBase64) AppletFrame.getJSVPanel
(JSViewer viewer, Lst<Spectrum> specs) void
AppletFrame.setDropTargetListener
(boolean isSigned, JSViewer viewer) void
JSVMainPanel.setSelectedPanel
(JSViewer viewer, JSVPanel jsvp, Lst<PanelNode> panelNodes) from EXPORT command -
Uses of JSViewer in jspecview.app
Fields in jspecview.app declared as JSViewer -
Uses of JSViewer in jspecview.appletjs
Fields in jspecview.appletjs declared as JSViewerMethods in jspecview.appletjs with parameters of type JSViewerModifier and TypeMethodDescriptionvoid
JSVApplet.createMainPanel
(JSViewer viewer) JSVApplet.getJSVPanel
(JSViewer viewer, Lst<Spectrum> specs) void
JSVApplet.setDropTargetListener
(boolean isSigned, JSViewer viewer) -
Uses of JSViewer in jspecview.application
Fields in jspecview.application declared as JSViewerModifier and TypeFieldDescriptionprotected JSViewer
ApplicationMenu.viewer
protected JSViewer
AppToolBar.vwr
protected JSViewer
AwtTree.vwr
Constructors in jspecview.application with parameters of type JSViewerModifierConstructorDescriptionCommandHistory
(JSViewer viewer, JTextField commandInput) PreferencesDialog
(Frame frame, JSViewer viewer, String title, boolean modal, DisplaySchemesProcessor dsp) Initialises thePreferencesDialog
-
Uses of JSViewer in jspecview.common
Methods in jspecview.common with parameters of type JSViewerModifier and TypeMethodDescriptionstatic void
JSVFileManager.setDocumentBase
(JSViewer v, URL documentBase) Constructors in jspecview.common with parameters of type JSViewer -
Uses of JSViewer in jspecview.dialog
Fields in jspecview.dialog declared as JSViewerModifier and TypeFieldDescriptionprotected JSViewer
DialogManager.vwr
protected JSViewer
JSVDialog.vwr
Methods in jspecview.dialog with parameters of type JSViewer -
Uses of JSViewer in jspecview.export
Fields in jspecview.export declared as JSViewerModifier and TypeFieldDescriptionprotected JSViewer
FormExporter.vwr
protected JSViewer
FormExporter.vwr
protected JSViewer
FormExporter.vwr
Methods in jspecview.export with parameters of type JSViewerModifier and TypeMethodDescriptionvoid
ExportInterface.exportSpectrum
(JSViewer viewer, String type) AMLExporter.exportTheSpectrum
(JSViewer viewer, ExportType mode, OC out, Spectrum spec, int startIndex, int endIndex, PanelData pd, boolean asBase64) Exports the Spectrum that is displayed by JSVPanel to a file given by fileName If display is zoomed then export the current viewCMLExporter.exportTheSpectrum
(JSViewer viewer, ExportType mode, OC out, Spectrum spec, int startIndex, int endIndex, PanelData pd, boolean asBase64) Exports the Spectrum that is displayed by JSVPanel to a file given by fileName If display is zoomed then export the current viewExporter.exportTheSpectrum
(JSViewer viewer, ExportType mode, OC out, Spectrum spec, int startIndex, int endIndex, PanelData pd, boolean asBase64) JDXExporter.exportTheSpectrum
(JSViewer viewer, ExportType type, OC out, Spectrum spectrum, int startIndex, int endIndex, PanelData pd, boolean asBase64) Exports spectrum in one of several formatsSVGExporter.exportTheSpectrum
(JSViewer viewer, ExportType mode, OC out, Spectrum spec, int startIndex, int endIndex, PanelData pd, boolean asBase64) Export a Graph as SVG to a file given by fileName -
Uses of JSViewer in jspecview.java
Methods in jspecview.java with parameters of type JSViewerModifier and TypeMethodDescriptionstatic AwtPanel
AwtPanel.getEmptyPanel
(JSViewer viewer) Constructs a new JSVPanelstatic AwtPanel
AwtPanel.getPanelMany
(JSViewer viewer, Lst<Spectrum> spectra) Constructs aJSVPanel
with List of spectra and corresponding start and end indices of data points that should be displayedstatic AwtPanel
AwtPanel.getPanelOne
(JSViewer viewer, Spectrum spectrum) Constructs a new JSVPanelvoid
AwtMainPanel.setSelectedPanel
(JSViewer viewer, JSVPanel jsvp, Lst<PanelNode> panelNodes) -
Uses of JSViewer in jspecview.js2d
Methods in jspecview.js2d with parameters of type JSViewerModifier and TypeMethodDescriptionstatic JsPanel
JsPanel.getEmptyPanel
(JSViewer viewer) Constructs a new JSVPanelstatic JsPanel
JsPanel.getPanelMany
(JSViewer viewer, Lst<Spectrum> spectra) Constructs aJSVPanel
with List of spectra and corresponding start and end indices of data points that should be displayedvoid
JsMainPanel.setSelectedPanel
(JSViewer viewer, JSVPanel jsvp, Lst<PanelNode> panelNodes) -
Uses of JSViewer in jspecview.popup
Fields in jspecview.popup declared as JSViewerMethods in jspecview.popup with parameters of type JSViewerModifier and TypeMethodDescriptionprotected void
JSVGenericPopup.initialize
(JSViewer viewer, PopupResource bundle, String title) -
Uses of JSViewer in jspecview.tree
Fields in jspecview.tree declared as JSViewerConstructors in jspecview.tree with parameters of type JSViewer