|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PointsManager
Intended only as an interface so that the implementation of POIManager can be hidden. (Used for plugins.)
Method Summary | |
---|---|
void |
addPoint(Coordinate point,
int color)
|
Coordinate[] |
getPoints(int color)
|
void |
removePoint(Coordinate point,
int color)
|
Method Detail |
---|
void addPoint(Coordinate point, int color)
void removePoint(Coordinate point, int color)
Coordinate[] getPoints(int color)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |