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