|
LiveGraph data visualisation and analysis framework |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LiveGraph.plot.Plotter.PointsByIndexComparator
private class Plotter.PointsByIndexComparator
Used in order to compare points referenced by their index in Plotter.SeriesScreenData.points
;
the comparison is by x-xoordinates.
Field Summary | |
---|---|
private Plotter.SeriesScreenData |
series
|
Constructor Summary | |
---|---|
private |
Plotter.PointsByIndexComparator()
|
Method Summary | |
---|---|
int |
compare(Plotter.MutableInt pi1,
Plotter.MutableInt pi2)
|
(package private) void |
setSeries(Plotter.SeriesScreenData series)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Field Detail |
---|
private Plotter.SeriesScreenData series
Constructor Detail |
---|
private Plotter.PointsByIndexComparator()
Method Detail |
---|
void setSeries(Plotter.SeriesScreenData series)
public int compare(Plotter.MutableInt pi1, Plotter.MutableInt pi2)
compare
in interface java.util.Comparator<Plotter.MutableInt>
|
LiveGraph data visualisation and analysis framework |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |