Package com.isti.jplotresp

Classes making up the JPlotResp program.

See:
          Description

Class Summary
AmpPhaseComboBox Class AmpPhaseComboBox is a combo box for choosing "Amplitude", "Phase" or "Amplitude/Phase".
AmpPhaseDataset Class AmpPhaseDataset is a JFreeChart dataset of amplitude or phase data points generated by JEvalResp.
CallbackProcPlot Class CallbackProcPlot implements a callback method that processes and writes the output of a response.
ChartPanelWithCopy Class ChartPanelWithCopy extends 'ChartPanel' to add a "Copy to Clipboard" option to the popup menu.
CmdLnPlotter Class CmdLnPlotter is an extension to JEvalResp that accepts command-line arguments and plots the results.
ConfigManager Class ConfigManager manages an XML-format configuration file.
FreqValueBlk Class FreqValueBlk holds a frequency value and one or two data values.
FreqValuesSet  
IRISSmall Class IRISSmall is a byte array representation of "IRISSmall.gif" created by the FileToByteArray.java utility.
JPlotResp Class JPlotResp is a program launcher that detects if the "JEvalResp.jar" file is missing and shows an error message if so.
PlotDisplayOptionPanel Class PlotDisplayOptionPanel is a panel with plot display options.
PlotRun Class PlotRun is the entry point and managing module for 'JPlotResp'.
RespAboutPanel Class RespAboutPanel implements the "About" dialog panel.
RespChartPanel Class RespChartPanel generates and hosts the plotting of a response.
RespChartPanel.RespXYLineAndShapeRenderer Class RespXYLineAndShapeRenderer extends XYLineAndShapeRenderer to support a 'showPointsFlag' parameter, define a smaller shape that is always returned via the 'getSeriesShape()' method, and show "square" shapes on the legend items.
RespConsolePanel Class RespConsolePanel implements the console panel.
RespEntryPanel Class RespEntryPanel implements the entry panel.
RespPlotPanel Class RespPlotPanel generates and hosts the plotting of a response.
RespProcessingThread Class RespProcessingThread creates a new thread to process parameters.
RespTimePanel Class RespTimePanel implements the time panel.
 

Package com.isti.jplotresp Description

Classes making up the JPlotResp program.