Module org.controlsfx.controls
Package impl.org.controlsfx.spreadsheet
Class RectangleSelection.GridRange
java.lang.Object
impl.org.controlsfx.spreadsheet.RectangleSelection.GridRange
- Enclosing class:
- RectangleSelection
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GridRange
public GridRange(int top, int bottom, int left, int right)
-
-
Method Details
-
getTop
public int getTop() -
getBottom
public int getBottom() -
getLeft
public int getLeft() -
getRight
public int getRight()
-