Interface CellShiftStrategy

All Known Implementing Classes:
AdjacentCellShiftStrategy, InnerCellShiftStrategy

public interface CellShiftStrategy
Defines cell shift strategy
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    requiresColShifting(CellRef cell, int startRow, int endRow, int startColShift)
     
    boolean
    requiresRowShifting(CellRef cell, int startCol, int endCol, int startRowShift)
     
  • Method Details

    • requiresColShifting

      boolean requiresColShifting(CellRef cell, int startRow, int endRow, int startColShift)
    • requiresRowShifting

      boolean requiresRowShifting(CellRef cell, int startCol, int endCol, int startRowShift)