+ 1
Java shapes class/methods output
does anyone know what kind of file format output the shapes produce?
1 Réponse
+ 1
As far as I know, Shape does not provide a file output. But you could implement the interface and output height, width and the coordinates.
Or you could describe what you want to do in detail, maybe there's another/better way than using Shape?