Uses of Class
adams.flow.sink.sequenceplotter.SequencePlotSequence
-
Packages that use SequencePlotSequence Package Description adams.flow.sink.sequenceplotter adams.gui.visualization.core adams.gui.visualization.image -
-
Uses of SequencePlotSequence in adams.flow.sink.sequenceplotter
Methods in adams.flow.sink.sequenceplotter with parameters of type SequencePlotSequence Modifier and Type Method Description protected abstract voidAbstractErrorPaintlet. drawData(Graphics g, SequencePlotSequence data, Color color)Draws the error data with the given color.protected voidByNameErrorPaintlet. drawData(Graphics g, SequencePlotSequence data, Color color)Draws the error data with the given color.protected voidErrorBandPaintlet. drawData(Graphics g, SequencePlotSequence data, Color color)Draws the error data with the given color.protected voidNoErrorPaintlet. drawData(Graphics g, SequencePlotSequence data, Color color)Does nothing.protected voidSimpleErrorPaintlet. drawData(Graphics g, SequencePlotSequence data, Color color)Draws the error data with the given color. -
Uses of SequencePlotSequence in adams.gui.visualization.core
Methods in adams.gui.visualization.core that return SequencePlotSequence Modifier and Type Method Description protected abstract SequencePlotSequence[]AbstractHistogramPanel. createSequences()Generates the sequence(s) from the data. -
Uses of SequencePlotSequence in adams.gui.visualization.image
Methods in adams.gui.visualization.image that return SequencePlotSequence Modifier and Type Method Description protected SequencePlotSequence[]HistogramPanel. createSequences()Generates the sequence(s) from the data.
-