Package xal.extension.widgets.plot
Class BasicGraphData.CompareX
java.lang.Object
xal.extension.widgets.plot.BasicGraphData.CompareX
- All Implemented Interfaces:
Comparator<BasicGraphData.XYpoint>
- Enclosing class:
- BasicGraphData
protected static class BasicGraphData.CompareX
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
-
CompareX
protected CompareX()
-
-
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
-