|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Vertex2DSpaceInterface
| Method Summary | |
|---|---|
void |
clear()
Clears information about vertices, which have been created. |
Vertex2D |
get(double x,
double y)
Should return existing or new vertex which has "equal" coordinates. |
Vertex2D |
get(Tuple2D t)
Should return existing or new vertex which has "equal" coordinates. |
void |
remove(Vertex2D v)
Vertex must be removed from the space |
void |
set(Vertex2D v)
You have to insert this vertex into space, possibly overwriting the existing one. |
| Method Detail |
|---|
Vertex2D get(Tuple2D t)
t -
Vertex2D get(double x,
double y)
x - coordinatey - coordinate
void set(Vertex2D v)
v - void remove(Vertex2D v)
v - void clear()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||