public final class Point
Represents a point in a coordinate system.
private final Float
x
y
final Float
getX()
getY()
component1()
component2()
final Point
copy(Float x, Float y)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Float getX()
final Float getY()
final Float component1()
final Float component2()
final Point copy(Float x, Float y)
Copies this Point, updating one or both of the coordinates. If providing new values for both x and y, consider creating a new Point using one of the helper functions instead.
String toString()