Package gov.nih.mipav.model.structures
Class ComputationalGeometry.xyMagComparator
- java.lang.Object
-
- gov.nih.mipav.model.structures.ComputationalGeometry.xyMagComparator
-
- All Implemented Interfaces:
java.util.Comparator<ComputationalGeometry.xyItem>
- Enclosing class:
- ComputationalGeometry
private class ComputationalGeometry.xyMagComparator extends java.lang.Object implements java.util.Comparator<ComputationalGeometry.xyItem>
-
-
Constructor Summary
Constructors Modifier Constructor Description privatexyMagComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(ComputationalGeometry.xyItem o1, ComputationalGeometry.xyItem o2)voidsetPreviousXY(double prevx, double prevy)
-
-
-
Method Detail
-
setPreviousXY
public void setPreviousXY(double prevx, double prevy)
-
compare
public int compare(ComputationalGeometry.xyItem o1, ComputationalGeometry.xyItem o2)
- Specified by:
comparein interfacejava.util.Comparator<ComputationalGeometry.xyItem>
-
-