Re: Point in java.awt.geom
- From: Daniel Pitts <googlegroupie@xxxxxxxxxxxxx>
- Date: 27 Apr 2007 15:17:53 -0700
On Apr 24, 2:37 pm, "visionset" <s...@xxxxxxxxxxxx> wrote:
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
Points.
GeneralPath etc, they all deal with primitives.
Why is that?
--
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.
.
- References:
- Point in java.awt.geom
- From: visionset
- Point in java.awt.geom
- Prev by Date: Re: Combinig 2 GUI's to compile and run at the same time.
- Next by Date: Re: Adding custom cell renderer to JTable causes delete problems
- Previous by thread: Point in java.awt.geom
- Next by thread: Swing example app
- Index(es):