Hi All, I'm trying to draw a curved line through a set of points. One option is to write an interpolation algorithm to do it. Would anyone have such an algorighm which is fast enough? Does Java 2D have any other support for that? GeneralPath.curveTo only allows drawing the points through 3 points. However I have 3-30 points. Thanking you, 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".
