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 void
AbstractErrorPaintlet. drawData(Graphics g, SequencePlotSequence data, Color color)
Draws the error data with the given color.protected void
ByNameErrorPaintlet. drawData(Graphics g, SequencePlotSequence data, Color color)
Draws the error data with the given color.protected void
ErrorBandPaintlet. drawData(Graphics g, SequencePlotSequence data, Color color)
Draws the error data with the given color.protected void
NoErrorPaintlet. drawData(Graphics g, SequencePlotSequence data, Color color)
Does nothing.protected void
SimpleErrorPaintlet. 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.
-