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 AbstractErrorPaintletSequencePlotter. m_ErrorPaintletthe paintlet to use for painting errors.Methods in adams.flow.sink that return AbstractErrorPaintlet Modifier and Type Method Description AbstractErrorPaintletSequencePlotter. getErrorPaintlet()Returns the error paintlet to use.Methods in adams.flow.sink with parameters of type AbstractErrorPaintlet Modifier and Type Method Description voidSequencePlotter. 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 classByNameErrorPaintletA wrapper for error paintlets, plots only sequences if the ID matches the regular expression.classErrorBandPaintletPlots a band around the values, using the Y errors to define the width of the band.classNoErrorPaintletPerforms no painting at all.classSimpleErrorPaintletSimple error plots: line, errorbar, box.Fields in adams.flow.sink.sequenceplotter declared as AbstractErrorPaintlet Modifier and Type Field Description protected AbstractErrorPaintletSequencePlotterPanel. m_ErrorPaintletthe error paintlet.protected AbstractErrorPaintletByNameErrorPaintlet. m_Paintletthe actual paintlet to use.Methods in adams.flow.sink.sequenceplotter that return AbstractErrorPaintlet Modifier and Type Method Description protected AbstractErrorPaintletByNameErrorPaintlet. getDefaultPaintlet()Returns the default paintlet to use.AbstractErrorPaintletSequencePlotterPanel. getErrorPaintlet()Returns the error paintlet to use.AbstractErrorPaintletByNameErrorPaintlet. getPaintlet()Returns the painlet in use.Methods in adams.flow.sink.sequenceplotter with parameters of type AbstractErrorPaintlet Modifier and Type Method Description voidSequencePlotterPanel. setErrorPaintlet(AbstractErrorPaintlet value)Sets the error paintlet to use.voidByNameErrorPaintlet. 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 AbstractErrorPaintletSamplePlot. m_RangePaintletthe 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 AbstractErrorPaintletSamplePlot. getDefaultRangePaintlet()Returns the default paintlet to use for the lower/upper statistics.AbstractErrorPaintletSamplePlot. 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 voidSamplePlot. setRangePaintlet(AbstractErrorPaintlet value)Sets the paintlet to use for the lower/upper statistics.
-