Class VertexView

All Implemented Interfaces:
Serializable, CellView

public class VertexView extends AbstractCellView
The default implementation of a vertex view.
See Also:
  • Field Details

    • renderer

      public static transient VertexRenderer renderer
      Renderer for the class.
    • defaultBounds

      public static final Rectangle2D defaultBounds
    • bounds

      protected Rectangle2D bounds
      Reference to the bounds attribute
    • defaultCursors

      public static transient int[] defaultCursors
      Array that holds the cursors for the different control points.
    • xCursors

      public static transient int[] xCursors
      Array that holds the cursors for the different control points.
    • yCursors

      public static transient int[] yCursors
      Array that holds the cursors for the different control points.
  • Constructor Details

    • VertexView

      public VertexView()
      Constructs an empty vertex view.
    • VertexView

      public VertexView(Object cell)
      Constructs a vertex view for the specified model object and the specified child views.
      Parameters:
      cell - reference to the model object
  • Method Details