Uses of Class
pulse.ui.components.AuxPlotter
-
Packages that use AuxPlotter Package Description pulse.ui.components This package contains all custom Swing-based components of the graphical user interface ofPULsE
that are used to interact with all other entities, such asPropertyHolder
s, etc.pulse.ui.frames Contains all JFrame classes that are used to create the graphical user interface ofPULsE
. -
-
Uses of AuxPlotter in pulse.ui.components
Subclasses of AuxPlotter in pulse.ui.components Modifier and Type Class Description class
LogChart
class
PulseChart
class
ResidualsChart
-
Uses of AuxPlotter in pulse.ui.frames
Methods in pulse.ui.frames that return AuxPlotter Modifier and Type Method Description AuxPlotter<T>
ExternalGraphFrame. getChart()
AuxPlotter<T>
InternalGraphFrame. getChart()
Constructors in pulse.ui.frames with parameters of type AuxPlotter Constructor Description ExternalGraphFrame(String name, AuxPlotter<T> chart, int width, int height)
HistogramFrame(AuxPlotter<ResidualStatistic> chart, int width, int height)
InternalGraphFrame(String name, AuxPlotter<T> chart)
-