|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MapPolygon
Interface to be implemented by polygons that can be displayed on the map.
Method Summary | |
---|---|
java.util.List<Coordinate> |
getPoints()
|
void |
paint(java.awt.Graphics g,
java.util.List<java.awt.Point> points)
Paints the map rectangle on the map. |
void |
paint(java.awt.Graphics g,
java.awt.Polygon polygon)
Paints the map rectangle on the map. |
Method Detail |
---|
java.util.List<Coordinate> getPoints()
void paint(java.awt.Graphics g, java.util.List<java.awt.Point> points)
points
are specifying the coordinates within g
g
- points
- void paint(java.awt.Graphics g, java.awt.Polygon polygon)
polygon
is specifying the coordinates within g
g
- polygon
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |