public interface MapPolygon extends MapObject
List<? extends ICoordinate>
getPoints()
void
paint(Graphics g, List<Point> points)
paint(Graphics g, Polygon polygon)
getBackColor, getColor, getFont, getLayer, getName, getStroke, getStyle, getStyleAssigned, isVisible, setLayer
List<? extends ICoordinate> getPoints()
void paint(Graphics g, List<Point> points)
points
g
void paint(Graphics g, Polygon polygon)
polygon
JOSM