Uses of Class
adams.flow.sink.sequenceplotter.AbstractErrorPaintlet
-
Packages that use AbstractErrorPaintlet Package Description adams.flow.sink adams.flow.sink.sequenceplotter adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated -
-
Uses of AbstractErrorPaintlet in adams.flow.sink
Fields in adams.flow.sink declared as AbstractErrorPaintlet Modifier and Type Field Description protected AbstractErrorPaintlet
SequencePlotter. m_ErrorPaintlet
the paintlet to use for painting errors.Methods in adams.flow.sink that return AbstractErrorPaintlet Modifier and Type Method Description AbstractErrorPaintlet
SequencePlotter. getErrorPaintlet()
Returns the error paintlet to use.Methods in adams.flow.sink with parameters of type AbstractErrorPaintlet Modifier and Type Method Description void
SequencePlotter. setErrorPaintlet(AbstractErrorPaintlet value)
Sets the error paintlet to use. -
Uses of AbstractErrorPaintlet in adams.flow.sink.sequenceplotter
Subclasses of AbstractErrorPaintlet in adams.flow.sink.sequenceplotter Modifier and Type Class Description class
ByNameErrorPaintlet
A wrapper for error paintlets, plots only sequences if the ID matches the regular expression.class
ErrorBandPaintlet
Plots a band around the values, using the Y errors to define the width of the band.class
NoErrorPaintlet
Performs no painting at all.class
SimpleErrorPaintlet
Simple error plots: line, errorbar, box.Fields in adams.flow.sink.sequenceplotter declared as AbstractErrorPaintlet Modifier and Type Field Description protected AbstractErrorPaintlet
SequencePlotterPanel. m_ErrorPaintlet
the error paintlet.protected AbstractErrorPaintlet
ByNameErrorPaintlet. m_Paintlet
the actual paintlet to use.Methods in adams.flow.sink.sequenceplotter that return AbstractErrorPaintlet Modifier and Type Method Description protected AbstractErrorPaintlet
ByNameErrorPaintlet. getDefaultPaintlet()
Returns the default paintlet to use.AbstractErrorPaintlet
SequencePlotterPanel. getErrorPaintlet()
Returns the error paintlet to use.AbstractErrorPaintlet
ByNameErrorPaintlet. getPaintlet()
Returns the painlet in use.Methods in adams.flow.sink.sequenceplotter with parameters of type AbstractErrorPaintlet Modifier and Type Method Description void
SequencePlotterPanel. setErrorPaintlet(AbstractErrorPaintlet value)
Sets the error paintlet to use.void
ByNameErrorPaintlet. setPaintlet(AbstractErrorPaintlet value)
Sets the actual paintlet to use. -
Uses of AbstractErrorPaintlet in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated declared as AbstractErrorPaintlet Modifier and Type Field Description protected AbstractErrorPaintlet
SamplePlot. m_RangePaintlet
the paintlet to use for the lower/upper statistic.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated that return AbstractErrorPaintlet Modifier and Type Method Description protected AbstractErrorPaintlet
SamplePlot. getDefaultRangePaintlet()
Returns the default paintlet to use for the lower/upper statistics.AbstractErrorPaintlet
SamplePlot. getRangePaintlet()
Returns the paintlet to use for the lower/upper statistics.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated with parameters of type AbstractErrorPaintlet Modifier and Type Method Description void
SamplePlot. setRangePaintlet(AbstractErrorPaintlet value)
Sets the paintlet to use for the lower/upper statistics.
-