public class AdjacentCellShiftStrategy extends Object implements CellShiftStrategy
| Constructor and Description |
|---|
AdjacentCellShiftStrategy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
requiresColShifting(CellRef cell,
int startRow,
int endRow,
int startColShift) |
boolean |
requiresRowShifting(CellRef cell,
int startCol,
int endCol,
int startRowShift) |
public boolean requiresColShifting(CellRef cell, int startRow, int endRow, int startColShift)
requiresColShifting in interface CellShiftStrategypublic boolean requiresRowShifting(CellRef cell, int startCol, int endCol, int startRowShift)
requiresRowShifting in interface CellShiftStrategyCopyright © 2023. All rights reserved.