I want to draw a curved line through 'n' (x,y) points.
The line has to be just pleasing to the eyes. No other limitations are
imposed.

Graphics.drawPolyline helps in drawing a straight line through a set of
points.
GeneralPath.curveTo helps in drawing a curve given some paramaters. But it
doesn't help in drawing a good looking curve through a set of points.

Thanks a lot for any help on it.

-Jayant.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to