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 polygon on the map.
|
void |
paint(Graphics g,
Polygon polygon)
Paints the map polygon on the map.
|
List<? extends ICoordinate> getPoints()
void paint(Graphics g, List<Point> points)
points
are specifying the coordinates within g
g
- graphicspoints
- list of points defining the polygon to draw