Package io.keikai.model
Class PasteCellRegion
java.lang.Object
io.keikai.model.CellRegion
io.keikai.model.PasteCellRegion
- All Implemented Interfaces:
Serializable
- Since:
- 3.8.3
- Author:
- henri
- See Also:
-
Field Summary
Fields inherited from class io.keikai.model.CellRegion
column, lastColumn, lastRow, row -
Constructor Summary
ConstructorsConstructorDescriptionPasteCellRegion(int row, int column, int lastRow, int lastColumn, boolean wholeColumn, boolean wholeRow) -
Method Summary
Methods inherited from class io.keikai.model.CellRegion
cloneCellRegion, contains, contains, convertColumnStringToIndex, convertIndexToColumnString, diff, equals, equals, getCellCount, getColumn, getColumnCount, getLastColumn, getLastRow, getOverlap, getReferenceString, getRow, getRowCount, hashCode, intersect, isSingle, overlaps, toString
-
Constructor Details
-
PasteCellRegion
public PasteCellRegion(int row, int column, int lastRow, int lastColumn, boolean wholeColumn, boolean wholeRow)
-
-
Method Details
-
isWholeColumn
public boolean isWholeColumn() -
isWholeRow
public boolean isWholeRow()
-