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