public class PointInCanvas extends PointInImage implements SNTPoint
| Constructor and Description |
|---|
PointInCanvas(double x,
double y,
double z) |
| Modifier and Type | Method and Description |
|---|---|
PointInImage |
getScaledPoint()
Converts the pixels coordinates of this point into a physical location if
this point is associated with a Path.
|
distanceSquaredTo, distanceSquaredTo, distanceTo, equals, getAnnotation, getPath, getUnscaledPoint, getUnscaledPoint, getX, getY, getZ, hashCode, isReal, isSameLocation, scale, setAnnotation, setPath, toString, toUPoint, transformaverage, getAnnotation, getX, getY, getZ, setAnnotationpublic PointInImage getScaledPoint() throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException - if this point is not associated with a
Path