Package gov.nih.mipav.model.structures
Class ComputationalGeometry.xyMagComparator
java.lang.Object
gov.nih.mipav.model.structures.ComputationalGeometry.xyMagComparator
- All Implemented Interfaces:
Comparator<ComputationalGeometry.xyItem>
- Enclosing class:
ComputationalGeometry
private class ComputationalGeometry.xyMagComparator
extends Object
implements Comparator<ComputationalGeometry.xyItem>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods 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
-
Field Details
-
prevx
double prevxDOCUMENT ME! -
prevy
double prevy
-
-
Constructor Details
-
xyMagComparator
private xyMagComparator()
-
-
Method Details
-
setPreviousXY
public void setPreviousXY(double prevx, double prevy) -
compare
- Specified by:
comparein interfaceComparator<ComputationalGeometry.xyItem>
-