public class PointInCanvas extends PointInImage implements SNTPoint
Modifier | Constructor and Description |
---|---|
|
PointInCanvas(double x,
double y,
double z) |
protected |
PointInCanvas(double x,
double y,
double z,
Path onPath) |
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.
|
chebyshevDxTo, chebyshevXYdxTo, chebyshevZdxTo, clone, distanceSquaredTo, distanceSquaredTo, distanceTo, equals, euclideanDxTo, getAnnotation, getCoordinateOnAxis, getHemisphere, getPath, getUnscaledPoint, getUnscaledPoint, getX, getY, getZ, hashCode, isReal, isSameLocation, scale, setAnnotation, setHemisphere, setPath, toString, transform
finalize, getClass, notify, notifyAll, wait, wait, wait
average, getAnnotation, getCoordinateOnAxis, getHemisphere, getX, getY, getZ, setAnnotation, setHemisphere
public PointInCanvas(double x, double y, double z)
protected PointInCanvas(double x, double y, double z, Path onPath)
public PointInImage getScaledPoint() throws IllegalArgumentException
IllegalArgumentException
- if this point is not associated with a
PathCopyright © 2015–2021 Fiji. All rights reserved.