Uses of Class
jspecview.common.Spectrum
Packages that use Spectrum
Package
Description
-
Uses of Spectrum in jspecview.api
Methods in jspecview.api that return SpectrumMethods in jspecview.api with parameters of type SpectrumModifier and TypeMethodDescriptionJSVExporter.exportTheSpectrum(JSViewer viewer, ExportType type, OC out, Spectrum spec, int startIndex, int endIndex, PanelData pd, boolean asBase64) intScriptInterface.siGetNewJSVPanel(Spectrum spec) Method parameters in jspecview.api with type arguments of type SpectrumModifier and TypeMethodDescriptionAppletFrame.getJSVPanel(JSViewer viewer, Lst<Spectrum> specs) ScriptInterface.siGetNewJSVPanel2(Lst<Spectrum> specs) voidScriptInterface.siOpenDataOrFile(Object data, String name, Lst<Spectrum> specs, String url, int firstSpec, int lastSpec, boolean isAppend, String script, String id) -
Uses of Spectrum in jspecview.app
Methods in jspecview.app with parameters of type SpectrumMethod parameters in jspecview.app with type arguments of type Spectrum -
Uses of Spectrum in jspecview.appletjs
Method parameters in jspecview.appletjs with type arguments of type Spectrum -
Uses of Spectrum in jspecview.application
Methods in jspecview.application with parameters of type SpectrumMethod parameters in jspecview.application with type arguments of type Spectrum -
Uses of Spectrum in jspecview.common
Fields in jspecview.common declared as SpectrumMethods in jspecview.common that return SpectrumModifier and TypeMethodDescriptionSpectrum.copy()specifically for Abs/Trans conversion.Spectrum.getConvertedSpectrum()Spectrum.getCurrentSubSpectrum()Measurement.getSpectrum()MeasurementData.getSpectrum()PanelData.getSpectrum()PanelNode.getSpectrum()PanelData.getSpectrumAt(int index) static SpectrumSpectrum.newSpectrum(Spectrum spectrum, Coordinate[] newXYCoords, String units) copy spectrum with new coordinatesstatic SpectrumSpectrum.taConvert(Spectrum spectrum, Spectrum.IRMode mode) Methods in jspecview.common that return types with arguments of type SpectrumMethods in jspecview.common with parameters of type SpectrumModifier and TypeMethodDescriptionvoidPanelData.addHighlight(jspecview.common.GraphSet gs, double x1, double x2, Spectrum spec, int r, int g, int b, int a) Add information about a region of the displayed spectrum to be highlighted applet only right nowbooleanSpectrum.addSubSpectrum(Spectrum spectrum, boolean forceSub) adds an nD subspectrum and titles it "Subspectrum" These spectra can be iterated over using the UP and DOWN keys. static booleanSpectrum.allowSubSpec(Spectrum s1, Spectrum s2) static booleanSpectrum.areLinkableX(Spectrum s1, Spectrum s2) static booleanSpectrum.areLinkableY(Spectrum s1, Spectrum s2) static booleanSpectrum.areXScalesCompatible(Spectrum s1, Spectrum s2, boolean isSubspecCheck, boolean isLinkCheck) voidPanelData.dialogsToFront(Spectrum spec) voidstatic AnnotationAnnotation.getColoredAnnotation(GenericGraphics g2d, Spectrum spec, Lst<String> args, Annotation lastAnnotation) intReturns the integer color of a solution based on its visible spectrum.JSViewer.getDialog(Annotation.AType type, Spectrum spec) static Lst<Annotation> IntegralData.getIntegrationRatiosFromString(Spectrum spec, String key_values) Parses x-coordinates and values from a string and returns them asIntegrationRatioobjectsvoidvoidPanelData.jumpToSpectrum(Spectrum spec) static SpectrumSpectrum.newSpectrum(Spectrum spectrum, Coordinate[] newXYCoords, String units) copy spectrum with new coordinatesvoidPanelData.notifySubSpectrumChange(int isub, Spectrum spec) protected AnnotationAnnotation.setA(double x, double y, Spectrum spec, String text, boolean isPixels, boolean is2D, int offsetX, int offsetY) ColoredAnnotation.setCA(double x, double y, Spectrum spec, String text, GenericColor color, boolean isPixels, boolean is2D, int offsetX, int offsetY) voidSpectrum.setConvertedSpectrum(Spectrum spectrum) voidPanelData.setSpecForIRMode(Spectrum spec) voidPanelData.setXPointers(Spectrum spec, double x1, Spectrum spec2, double x2) static SpectrumSpectrum.taConvert(Spectrum spectrum, Spectrum.IRMode mode) Method parameters in jspecview.common with type arguments of type SpectrumModifier and TypeMethodDescriptionvoidstatic doubleReturns the maximum x value value from an array of arrays ofCoordinates.static doubleCoordinate.getMaxYUser(Lst<Spectrum> spectra, ViewData vd) Returns the maximum y value value from an array of arrays ofCoordinates.static doubleReturns the minimum x value value from an array of arrays ofCoordinates.static doubleCoordinate.getMinYUser(Lst<Spectrum> spectra, ViewData vd) Returns the minimum y value value from an array of arrays ofCoordinates.voidvoidViewData.newSpectrum(Lst<Spectrum> spectra) intJSViewer.openDataOrFile(Object data, String name, Lst<Spectrum> specs, String strUrl, int firstSpec, int lastSpec, boolean isAppend, String id) static booleanSpectrum.process(Lst<Spectrum> specs, Spectrum.IRMode irMode) Constructors in jspecview.common with parameters of type SpectrumModifierConstructorDescriptionIntegralData(double integralMinY, double integralOffset, double integralRange, Spectrum spec) IntegralData(Spectrum spec, Parameters p) PeakData(Annotation.AType type, Spectrum spec) Constructor parameters in jspecview.common with type arguments of type Spectrum -
Uses of Spectrum in jspecview.dialog
Fields in jspecview.dialog declared as SpectrumMethods in jspecview.dialog that return SpectrumMethods in jspecview.dialog with parameters of type Spectrum -
Uses of Spectrum in jspecview.export
Methods in jspecview.export with parameters of type SpectrumModifier and TypeMethodDescriptionAMLExporter.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) ExportInterface.exportTheSpectrum(String type, String path, Spectrum spec, int startIndex, int endIndex) returns message if path is not null, otherwise full string of text (unsigned applet)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 Spectrum in jspecview.java
Methods in jspecview.java with parameters of type SpectrumModifier and TypeMethodDescriptionstatic AwtPanelAwtPanel.getPanelOne(JSViewer viewer, Spectrum spectrum) Constructs a new JSVPanelvoidAwtDialogManager.showProperties(Object frame, Spectrum spectrum) Method parameters in jspecview.java with type arguments of type SpectrumModifier and TypeMethodDescriptionstatic AwtPanelAwtPanel.getPanelMany(JSViewer viewer, Lst<Spectrum> spectra) Constructs aJSVPanelwith List of spectra and corresponding start and end indices of data points that should be displayed -
Uses of Spectrum in jspecview.js2d
Methods in jspecview.js2d with parameters of type SpectrumModifier and TypeMethodDescriptionvoidJsDialogManager.showProperties(Object frame, Spectrum spectrum) Looks a lot like Swing, right? :)Method parameters in jspecview.js2d with type arguments of type SpectrumModifier and TypeMethodDescriptionstatic JsPanelJsPanel.getPanelMany(JSViewer viewer, Lst<Spectrum> spectra) Constructs aJSVPanelwith List of spectra and corresponding start and end indices of data points that should be displayed -
Uses of Spectrum in jspecview.source
Fields in jspecview.source declared as SpectrumMethods in jspecview.source that return SpectrumModifier and TypeMethodDescriptionJDXSource.getJDXSpectrum(int index) Returns the Spectrum at a given index in the listSpectrum[]JDXSource.getSpectraAsArray()Used in AndroidMethods in jspecview.source that return types with arguments of type SpectrumMethods in jspecview.source with parameters of type SpectrumModifier and TypeMethodDescriptionvoidJDXSource.addJDXSpectrum(String filePath, Spectrum spectrum, boolean forceSub) Adds a Spectrum to the listMethod parameters in jspecview.source with type arguments of type Spectrum