-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P5
-
Affects Version/s: None
-
Component/s: javafx
It becomes a little verbose when creating lines, especially when you have points, to put the coordinates of the end points into the line. I would like a constructor that takes two Point2D objects, and a getters for start point and end point that return them as points.