Class ModelVertex

java.lang.Object
dk.gtz.graphedit.model.ModelVertex

public class ModelVertex extends Object
The base class of a graph vertex. Can be overridden with custom model data if needed.
  • Field Details

    • position

      public ModelPoint position
      The point at which the vertex is located
  • Constructor Details

    • ModelVertex

      public ModelVertex()
      Construct a new instance
    • ModelVertex

      public ModelVertex(ModelPoint position)
      Construct a new instance with a provided position
      Parameters:
      position - Point value for the vertex position