R
Roedy Green
Look in Graphics and Graphics2D.
There is a fillPolygon. I wrote a fillRoundPolygon available at
http://mindprod.com/jgloss/graphicsobject.html
See Shape. There are several curve classes that implement it.
Google "Java Bezier". There is quite abit of material out there.
--
Roedy Green Canadian Mind Products
http://mindprod.com
To err is human, but to really foul things up requires a computer.
~ Farmer's Almanac
It is breathtaking how a misplaced comma in a computer program can
shred megabytes of data in seconds.
There is a fillPolygon. I wrote a fillRoundPolygon available at
http://mindprod.com/jgloss/graphicsobject.html
See Shape. There are several curve classes that implement it.
Google "Java Bezier". There is quite abit of material out there.
--
Roedy Green Canadian Mind Products
http://mindprod.com
To err is human, but to really foul things up requires a computer.
~ Farmer's Almanac
It is breathtaking how a misplaced comma in a computer program can
shred megabytes of data in seconds.