|
Arc2D.Double coordinates
Hello,
I would like to create an array with some x and y coordinates (say 10 of them, or decided by the user) of the arc of an Arc2D.Double shape so as to create Point2D objects on these coordinates.
Can you help me how this can be done? I have tried the getPathIterator() but couldn't get the coordinates, too difficult for me...!
Thanks for your help.
|