> Why is there nothing in java.awt.geom that uses a Point?
> I want Path type objects and I want to construct them with eg an array of
[quoted text clipped - 4 lines]
> --
> Mike W
Actually, a lot of them use Point2D.
Although, its easy enough to use Point.getX() and Point.getY().
I agree though, it would be nice to have Path2D support Point2D as end
points.