Class Selection
java.lang.Object
org.cristalise.gui.graph.controller.Selection
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSelection(DirectedEdge edge, Vertex[] vertices, int topLeftX, int topLeftY, int bottomRightX, int bottomRightY) -
Method Summary
-
Field Details
-
mEdge
-
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)
-