Package dk.gtz.graphedit.model
Class ModelVertex
java.lang.Object
dk.gtz.graphedit.model.ModelVertex
The base class of a graph vertex.
Can be overridden with custom model data if needed.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstruct a new instanceModelVertex
(ModelPoint position) Construct a new instance with a provided position -
Method Summary
-
Field Details
-
position
The point at which the vertex is located
-
-
Constructor Details
-
ModelVertex
public ModelVertex()Construct a new instance -
ModelVertex
Construct a new instance with a provided position- Parameters:
position
- Point value for the vertex position
-