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 AbstractControlChartPaintletControlChartPlot. m_LimitPaintletthe paintlet to use for painting the limits.protected AbstractControlChartPaintletControlChartPlot. m_Paintletthe paintlet to use for painting the chart data.Methods in adams.flow.sink that return AbstractControlChartPaintlet Modifier and Type Method Description AbstractControlChartPaintletControlChartPlot. getLimitPaintlet()Returns the paintlet to use for painting the limits.AbstractControlChartPaintletControlChartPlot. getPaintlet()Returns the paintlet to use.Methods in adams.flow.sink with parameters of type AbstractControlChartPaintlet Modifier and Type Method Description voidControlChartPlot. setLimitPaintlet(AbstractControlChartPaintlet value)Sets the paintlet to use for painting the limits.voidControlChartPlot. 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 classChartPaintletA paintlet for painting a line plot of a sequence.classLimitPaintletA paintlet for painting a line plot of a sequence.
-