Lines Matching refs:point
45 * Convert a point in user space to a location relative to the
47 * from the point to the path (e.g., the magnitude of the offset
50 * @param point the point to convert. If it is not the same
51 * object as location, point will remain unmodified by this call.
53 * It can be the same object as point.
54 * @return true if the point is associated with the portion of the
58 * @throws NullPointerException if point or location is null
61 public abstract boolean pointToPath(Point2D point, Point2D location);
64 * Convert a location relative to the path to a point in user
71 * is not the same object as point, location will remain
77 * @param point a <code>Point2D</code> to hold the returned point. It can be
79 * @throws NullPointerException if location or point is null
83 Point2D point);