Package io.keikai.model
Class PasteCellRegion
- java.lang.Object
-
- io.keikai.model.CellRegion
-
- io.keikai.model.PasteCellRegion
-
- All Implemented Interfaces:
Serializable
public class PasteCellRegion extends CellRegion
- Since:
- 3.8.3
- Author:
- henri
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class io.keikai.model.CellRegion
column, lastColumn, lastRow, row
-
-
Constructor Summary
Constructors Constructor Description PasteCellRegion(int row, int column, int lastRow, int lastColumn, boolean wholeColumn, boolean wholeRow)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isWholeColumn()
boolean
isWholeRow()
-
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
-
-