Class Selection

java.lang.Object
org.cristalise.gui.graph.controller.Selection

public class Selection extends Object
  • Field Details

    • mEdge

      public DirectedEdge mEdge
    • mVertices

      public Vertex[] mVertices
    • mTopLeftX

      public int mTopLeftX
    • mTopLeftY

      public int mTopLeftY
    • mBottomRightX

      public int mBottomRightX
    • mBottomRightY

      public int mBottomRightY
  • Constructor Details

    • Selection

      public Selection(DirectedEdge edge, Vertex[] vertices, int topLeftX, int topLeftY, int bottomRightX, int bottomRightY)