public interface MapPolygon extends MapObject
Modifier and Type | Method and Description |
---|---|
List<? extends ICoordinate> |
getPoints() |
void |
paint(Graphics g,
List<Point> points)
Paints the map rectangle on the map.
|
void |
paint(Graphics g,
Polygon polygon)
Paints the map rectangle on the map.
|