Uses of Class
adams.flow.sink.controlchartplot.AbstractControlChartPaintlet
-
Packages that use AbstractControlChartPaintlet Package Description adams.flow.sink adams.flow.sink.controlchartplot -
-
Uses of AbstractControlChartPaintlet in adams.flow.sink
Fields in adams.flow.sink declared as AbstractControlChartPaintlet Modifier and Type Field Description protected AbstractControlChartPaintlet
ControlChartPlot. m_LimitPaintlet
the paintlet to use for painting the limits.protected AbstractControlChartPaintlet
ControlChartPlot. m_Paintlet
the paintlet to use for painting the chart data.Methods in adams.flow.sink that return AbstractControlChartPaintlet Modifier and Type Method Description AbstractControlChartPaintlet
ControlChartPlot. getLimitPaintlet()
Returns the paintlet to use for painting the limits.AbstractControlChartPaintlet
ControlChartPlot. getPaintlet()
Returns the paintlet to use.Methods in adams.flow.sink with parameters of type AbstractControlChartPaintlet Modifier and Type Method Description void
ControlChartPlot. setLimitPaintlet(AbstractControlChartPaintlet value)
Sets the paintlet to use for painting the limits.void
ControlChartPlot. setPaintlet(AbstractControlChartPaintlet value)
Sets the paintlet to use. -
Uses of AbstractControlChartPaintlet in adams.flow.sink.controlchartplot
Subclasses of AbstractControlChartPaintlet in adams.flow.sink.controlchartplot Modifier and Type Class Description class
ChartPaintlet
A paintlet for painting a line plot of a sequence.class
LimitPaintlet
A paintlet for painting a line plot of a sequence.
-