()
| 1178 | } |
| 1179 | |
| 1180 | public Polygon getPolygon() { |
| 1181 | FloatPolygon fp = getFloatPolygon(); |
| 1182 | return new Polygon(toIntR(fp.xpoints), toIntR(fp.ypoints), fp.npoints); |
| 1183 | } |
| 1184 | |
| 1185 | /** Returns all vertex points of the shape as approximated by polygons, |
| 1186 | * in image pixel coordinates */ |
no test coverage detected