What's the simplest way to get a polygon (doesn't need curves etc, just an array of points) from Illustrator (or any other vector graphics program, for that matter) into a Java Polygon object?
I'm not really eager to implement a very heavy SVG class, my app needs to be as light-weight as possible.
I know it's a very wide question, but so may your answers be. Thanks in advance, guys.