- paintComponent(Graphics) - Method in class jspecview.common.AwtPanel
-
Overrides paintComponent in class JPanel in order to draw the spectrum
- PanelData - Class in jspecview.common
-
JSVPanel class draws a plot from the data contained a instance of a
Graph
.
- panelEvent(Object) - Method in class jspecview.applet.JSVAppletPrivate
-
called by notifyPeakPickedListeners in JSVPanel
- panelEvent(Object) - Method in class jspecview.application.MainFrame
-
- panelEvent(Object) - Method in interface jspecview.common.PanelListener
-
- PanelListener - Interface in jspecview.common
-
- panelNode - Variable in class jspecview.common.JSVTreeNode
-
- paper - Variable in class jspecview.common.PrintLayout
-
The size of the paper to be printed on
- parabolicInterpolation(Coordinate[], int) - Static method in class jspecview.common.Coordinate
-
see https://ccrma.stanford.edu/~jos/sasp/Quadratic_Interpolation_Spectral_Peaks.html
- Parameters - Class in jspecview.common
-
This a representation of the Display Scheme for the spectral display.
- Parameters(String) - Constructor for class jspecview.common.Parameters
-
Intialises a DisplayScheme with the given name
- parseDSV(String, double, double) - Static method in class jspecview.common.Coordinate
-
Parses data stored in x, y format
- parseFloat(String) - Static method in class jspecview.util.Parser
-
- parseFloat(String, int[]) - Static method in class jspecview.util.Parser
-
- parseFloat(String, int, int[]) - Static method in class jspecview.util.Parser
-
- parseFloatArray(String) - Static method in class jspecview.util.Parser
-
- parseFloatArray(String, int[]) - Static method in class jspecview.util.Parser
-
- parseFloatArray(String[], BitSet, float[]) - Static method in class jspecview.util.Parser
-
- parseFloatArray(String[], float[]) - Static method in class jspecview.util.Parser
-
parses a string array for floats.
- parseFloatArray(String[], float[], int) - Static method in class jspecview.util.Parser
-
parses a string array for floats.
- parseFloatArray2d(String) - Static method in class jspecview.util.Parser
-
- parseFloatArray3d(String) - Static method in class jspecview.util.Parser
-
- parseFloatArrayFromMatchAndField(String, BitSet, int, int, int[], int, int, float[], int) - Static method in class jspecview.util.Parser
-
the major lifter here.
- parseFloatStrict(String) - Static method in class jspecview.util.Parser
-
- parseInt(String) - Static method in class jspecview.util.Parser
-
- parseInt(String, int[]) - Static method in class jspecview.util.Parser
-
- parseInt(String, int, int[]) - Static method in class jspecview.util.Parser
-
- Parser - Class in jspecview.util
-
- Parser() - Constructor for class jspecview.util.Parser
-
- parseStringInfestedFloatArray(String, BitSet, float[]) - Static method in class jspecview.util.Parser
-
parses a "dirty" string for floats.
- parseToken(String) - Static method in class jspecview.util.Parser
-
- parseToken(String, int[]) - Static method in class jspecview.util.Parser
-
- parseToken(String, int, int[]) - Static method in class jspecview.util.Parser
-
- parseTrimmed(String) - Static method in class jspecview.util.Parser
-
- parseTrimmed(String, int) - Static method in class jspecview.util.Parser
-
- parseTrimmed(String, int, int) - Static method in class jspecview.util.Parser
-
- pd - Variable in class jspecview.common.AwtPanel
-
- PdfCreator - Class in jspecview.common
-
- PdfCreator() - Constructor for class jspecview.common.PdfCreator
-
- peakCount - Variable in class jspecview.source.JDXSource
-
- PeakData - Class in jspecview.common
-
a data structure for peak lists
- PeakData(Annotation.AType, JDXSpectrum) - Constructor for class jspecview.common.PeakData
-
- PeakInfo - Class in jspecview.common
-
- PeakInfo() - Constructor for class jspecview.common.PeakInfo
-
- PeakInfo(String) - Constructor for class jspecview.common.PeakInfo
-
- peakListInterpolation - Variable in class jspecview.common.Parameters
-
- peakListMenuItem - Variable in class jspecview.common.AwtPopupMenu
-
- peakListThreshold - Variable in class jspecview.common.Parameters
-
- PeakPick - Class in jspecview.common
-
- PeakPick(JDXSpectrum, double, double, String, double) - Constructor for class jspecview.common.PeakPick
-
- PeakPick(JDXSpectrum, double, double) - Constructor for class jspecview.common.PeakPick
-
- PeakPickEvent - Class in jspecview.common
-
- PeakPickEvent(Object, Coordinate, PeakInfo) - Constructor for class jspecview.common.PeakPickEvent
-
- peek() - Method in class jspecview.util.SimpleXmlReader
-
- position - Variable in class jspecview.common.PrintLayout
-
The position of the graph on the paper
("center", "default", "fit to page")
- PreferencesDialog - Class in jspecview.application
-
Dialog to change the preferences for the application.
- PreferencesDialog(Frame, String, boolean, Properties, DisplaySchemesProcessor) - Constructor for class jspecview.application.PreferencesDialog
-
Initialises the PreferencesDialog
- previousMenuItem - Variable in class jspecview.common.AwtPopupMenu
-
Menu Item for navigating to previous view
- previousView() - Method in class jspecview.common.PanelData
-
Displays the previous view zoomed
- print(String) - Method in class jspecview.applet.JSVApplet
-
- print() - Method in class jspecview.applet.JSVAppletPrivate
-
Opens the print dialog to enable printing
- print(String) - Method in class jspecview.applet.JSVAppletPrivate
-
Opens the print dialog to enable printing
- print(String) - Method in class jspecview.application.MainFrame
-
- print(Graphics, PageFormat, int) - Method in class jspecview.common.AwtPanel
-
Implements method print in interface printable
- print(Frame, String) - Method in class jspecview.common.DialogHelper
-
- print(String) - Method in interface jspecview.common.JSVAppletInterface
-
- print(String) - Method in interface jspecview.common.ScriptInterface
-
- printFilePath(Object, int, int, String) - Method in class jspecview.common.AwtPanel
-
draws the file path only for printing
- printFilePath(Object, int, int, String) - Method in interface jspecview.common.JSVPanel
-
- PrintLayout - Class in jspecview.common
-
PrintLayout
class stores all the information needed from the
PrintLayoutDialog
- PrintLayout() - Constructor for class jspecview.common.PrintLayout
-
- printPanel(PrintLayout, OutputStream, String) - Method in class jspecview.common.AwtPanel
-
Send a print job of the spectrum to the default printer on the system
- printVersion(Object, int) - Method in class jspecview.common.AwtPanel
-
- printVersion(Object, int) - Method in interface jspecview.common.JSVPanel
-
- process(List<JDXSpectrum>) - Method in class jspecview.applet.JSVAppletPrivate
-
- process(List<JDXSpectrum>, JDXSpectrum.IRMode) - Static method in class jspecview.common.JDXSpectrum
-
- processCommand(String) - Method in class jspecview.applet.JSVAppletPro
-
- processCommand(String) - Method in class jspecview.application.MainFrame
-
- processPeakPickEvent(ScriptInterface, Object, boolean) - Static method in class jspecview.common.JSViewer
-
this method is called as a result of the user clicking on a peak
(eventObject instanceof PeakPickEvent) or from PEAK command execution
- properties - Variable in class jspecview.common.AwtPopupMenu
-
Allows for the viewing of the properties of the Spectrum that is
displayed on the JSVPanel
- putInfo(String, Map<String, Object>, String, Object) - Static method in class jspecview.common.Parameters
-