public class MatrixPoint extends Point implements Comparable<MatrixPoint>
Point2D.Double, Point2D.Float| Constructor and Description |
|---|
MatrixPoint(int x,
int y,
double value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MatrixPoint o) |
Double |
getValue() |
equals, getLocation, getX, getY, move, setLocation, setLocation, setLocation, toString, translateclone, distance, distance, distance, distanceSq, distanceSq, distanceSq, hashCode, setLocationpublic Double getValue()
public int compareTo(MatrixPoint o)
compareTo in interface Comparable<MatrixPoint>Copyright © 2002-2013 UBC Centre for High-Throughput Biology. All Rights Reserved.