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 TypeMethodDescriptionvoidAppletFrame.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) voidAppletFrame.setDropTargetListener(boolean isSigned, JSViewer viewer) voidJSVMainPanel.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 TypeMethodDescriptionvoidJSVApplet.createMainPanel(JSViewer viewer) JSVApplet.getJSVPanel(JSViewer viewer, Lst<Spectrum> specs) voidJSVApplet.setDropTargetListener(boolean isSigned, JSViewer viewer) -
Uses of JSViewer in jspecview.application
Fields in jspecview.application declared as JSViewerModifier and TypeFieldDescriptionprotected JSViewerApplicationMenu.jsvViewerprotected JSViewerAppToolBar.vwrprotected JSViewerAwtTree.vwrConstructors 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 voidJSVFileManager.setDocumentBase(JSViewer v, URL documentBase) static voidSyncManager.syncFromJmol(JSViewer vwr, String peakScript) incoming script processing of invalid input: '<'PeakAssignment file="" type="xxx"...> record from JmolConstructors in jspecview.common with parameters of type JSViewer -
Uses of JSViewer in jspecview.dialog
Fields in jspecview.dialog declared as JSViewerModifier and TypeFieldDescriptionprotected JSViewerDialogManager.vwrprotected JSViewerJSVDialog.vwrMethods in jspecview.dialog with parameters of type JSViewer -
Uses of JSViewer in jspecview.export
Fields in jspecview.export declared as JSViewerModifier and TypeFieldDescriptionprotected JSViewerFormExporter.vwrprotected JSViewerFormExporter.vwrprotected JSViewerFormExporter.vwrMethods in jspecview.export with parameters of type JSViewerModifier and TypeMethodDescriptionvoidExportInterface.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 AwtPanelAwtPanel.getEmptyPanel(JSViewer viewer) Constructs a new JSVPanelstatic AwtPanelAwtPanel.getPanelMany(JSViewer viewer, Lst<Spectrum> spectra) Constructs aJSVPanelwith List of spectra and corresponding start and end indices of data points that should be displayedstatic AwtPanelAwtPanel.getPanelOne(JSViewer viewer, Spectrum spectrum) Constructs a new JSVPanelvoidAwtMainPanel.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 JsPanelJsPanel.getEmptyPanel(JSViewer viewer) Constructs a new JSVPanelstatic JsPanelJsPanel.getPanelMany(JSViewer viewer, Lst<Spectrum> spectra) Constructs aJSVPanelwith List of spectra and corresponding start and end indices of data points that should be displayedvoidJsMainPanel.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 voidJSVGenericPopup.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