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 SequencePlotPoint
SequencePlotSequence. 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 void
SimpleErrorPaintlet. drawErrorBar(Graphics g, AxisPanel axisX, AxisPanel axisY, SequencePlotPoint point)
Draws a bars representing the errors.protected void
SimpleErrorPaintlet. drawErrorBox(Graphics g, AxisPanel axisX, AxisPanel axisY, SequencePlotPoint point)
Draws a box representing the errors.protected void
SimpleErrorPaintlet. drawErrorLine(Graphics g, AxisPanel axisX, AxisPanel axisY, SequencePlotPoint point)
Draws a simple line representing the errors.protected Object
SequencePlotPointComparator. getMetaData(SequencePlotPoint p)
Returns the associated meta-data value.
-