Class Point2D

java.lang.Object
javafx.geometry.Point2D
All Implemented Interfaces:
Interpolatable<Point2D>

public class Point2D extends Object implements Interpolatable<Point2D>
A 2D geometric point that usually represents the x, y coordinates. It can also represent a relative magnitude vector's x, y magnitudes.
Since:
JavaFX 2.0