Uses of Class
adams.flow.sink.sequenceplotter.SequencePlotPoint
-
Packages that use SequencePlotPoint Package Description adams.flow.sink.sequenceplotter -
-
Uses of SequencePlotPoint in adams.flow.sink.sequenceplotter
Methods in adams.flow.sink.sequenceplotter that return SequencePlotPoint Modifier and Type Method Description SequencePlotPointSequencePlotSequence. newPoint()Returns a new instance of a sequence point.Methods in adams.flow.sink.sequenceplotter with parameters of type SequencePlotPoint Modifier and Type Method Description protected voidSimpleErrorPaintlet. drawErrorBar(Graphics g, AxisPanel axisX, AxisPanel axisY, SequencePlotPoint point)Draws a bars representing the errors.protected voidSimpleErrorPaintlet. drawErrorBox(Graphics g, AxisPanel axisX, AxisPanel axisY, SequencePlotPoint point)Draws a box representing the errors.protected voidSimpleErrorPaintlet. drawErrorLine(Graphics g, AxisPanel axisX, AxisPanel axisY, SequencePlotPoint point)Draws a simple line representing the errors.protected ObjectSequencePlotPointComparator. getMetaData(SequencePlotPoint p)Returns the associated meta-data value.
-