Package xal.extension.widgets.plot
Class BasicGraphData.CompareY
java.lang.Object
xal.extension.widgets.plot.BasicGraphData.CompareY
- All Implemented Interfaces:
Comparator<BasicGraphData.XYpoint>
- Enclosing class:
- BasicGraphData
protected static class BasicGraphData.CompareY
extends Object
implements Comparator<BasicGraphData.XYpoint>
Description of the Class
- Version:
- August 3, 2004
- Author:
- shishlo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(BasicGraphData.XYpoint obj1, BasicGraphData.XYpoint obj2) Description of the MethodMethods 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, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
CompareY
protected CompareY()
-
-
Method Details
-
compare
Description of the Method- Specified by:
compare
in interfaceComparator<BasicGraphData.XYpoint>
- Parameters:
obj1
- Description of the Parameterobj2
- Description of the Parameter- Returns:
- Description of the Return Value
-