Uses of Enum Class
jspecview.common.ExportType
Packages that use ExportType
-
Uses of ExportType in jspecview.api
Methods in jspecview.api with parameters of type ExportTypeModifier and TypeMethodDescriptionJSVExporter.exportTheSpectrum
(JSViewer viewer, ExportType type, OC out, Spectrum spec, int startIndex, int endIndex, PanelData pd, boolean asBase64) void
JSVFileHelper.setFileChooser
(ExportType pdf) -
Uses of ExportType in jspecview.common
Methods in jspecview.common that return ExportTypeModifier and TypeMethodDescriptionstatic ExportType
static ExportType
Returns the enum constant of this class with the specified name.static ExportType[]
ExportType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ExportType in jspecview.export
Methods in jspecview.export with parameters of type ExportTypeModifier 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) 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 ExportType in jspecview.java
Methods in jspecview.java with parameters of type ExportType -
Uses of ExportType in jspecview.js2d
Methods in jspecview.js2d with parameters of type ExportType