public class Selection extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
mBottomRightX |
int |
mBottomRightY |
DirectedEdge |
mEdge |
int |
mTopLeftX |
int |
mTopLeftY |
Vertex[] |
mVertices |
| Constructor and Description |
|---|
Selection(DirectedEdge edge,
Vertex[] vertices,
int topLeftX,
int topLeftY,
int bottomRightX,
int bottomRightY) |
public DirectedEdge mEdge
public Vertex[] mVertices
public int mTopLeftX
public int mTopLeftY
public int mBottomRightX
public int mBottomRightY
public Selection(DirectedEdge edge, Vertex[] vertices, int topLeftX, int topLeftY, int bottomRightX, int bottomRightY)
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.