|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The factory building vertex sets.
Method Summary | |
mascoptLib.abstractGraph.AbstractVertex |
newAbstractVertex()
Default vertex constructor. |
mascoptLib.abstractGraph.AbstractVertex |
newAbstractVertex(double x,
double y)
Constructs a vertex with coordinates. |
mascoptLib.abstractGraph.AbstractVertexSet |
newAbstractVertexSet()
Default vertex set constructor. |
mascoptLib.abstractGraph.AbstractVertexSet |
newAbstractVertexSet(mascoptLib.abstractGraph.AbstractVertexSet vertexSet)
Constructs a new vertex set based on a vertex set. |
mascoptLib.abstractGraph.AbstractVertexSet |
newAbstractVertexSet(mascoptLib.abstractGraph.AbstractVertexSet vertexSet,
boolean copyElements)
Constructs a new vertex set based on a vertex set. |
Method Detail |
public mascoptLib.abstractGraph.AbstractVertexSet newAbstractVertexSet()
public mascoptLib.abstractGraph.AbstractVertexSet newAbstractVertexSet(mascoptLib.abstractGraph.AbstractVertexSet vertexSet)
vertexSet
- the vertex set used as base to the vertex set.
public mascoptLib.abstractGraph.AbstractVertexSet newAbstractVertexSet(mascoptLib.abstractGraph.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 mascoptLib.abstractGraph.AbstractVertex newAbstractVertex()
public mascoptLib.abstractGraph.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 |