|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The factory building vertex sets.
| Method Summary | |
AbstractVertex |
newAbstractVertex()
Default vertex constructor. |
AbstractVertex |
newAbstractVertex(double x,
double y)
Constructs a vertex with coordinates. |
AbstractVertexSet |
newAbstractVertexSet()
Default vertex set constructor. |
AbstractVertexSet |
newAbstractVertexSet(AbstractVertexSet vertexSet)
Constructs a new vertex set based on a vertex set. |
AbstractVertexSet |
newAbstractVertexSet(AbstractVertexSet vertexSet,
boolean copyElements)
Constructs a new vertex set based on a vertex set. |
| Method Detail |
public AbstractVertexSet newAbstractVertexSet()
public AbstractVertexSet newAbstractVertexSet(AbstractVertexSet vertexSet)
vertexSet - the vertex set used as base to the vertex set.
public AbstractVertexSet newAbstractVertexSet(AbstractVertexSet vertexSet,
boolean copyElements)
vertexSet - the vertex set used as base to the vertex set.copyElements - if true, then a new set is created independant, otherwise the new set is a subset.
public AbstractVertex newAbstractVertex()
public AbstractVertex newAbstractVertex(double x,
double y)
x - the x coordinatey - the y coordinate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||