public abstract class CellHelper
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static CellHelper |
COL_LEAD_HELPER |
static CellHelper |
ROW_LEAD_Helper |
构造器和说明 |
---|
CellHelper() |
限定符和类型 | 方法和说明 |
---|---|
abstract CellElement |
derive(CellElement fromCell,
int currentIndex,
int oppositeIndex) |
abstract CellElement |
derive(CellElement fromCell,
int currentIndex,
int oppositeIndex,
int currentSpan,
int oppositeSpan) |
abstract int |
getIndex(Cell cell) |
abstract int |
getOppositeIndex(Cell cell) |
abstract int |
getOppositeSpan(Cell cell) |
abstract int |
getSpan(Cell cell) |
public static final CellHelper ROW_LEAD_Helper
public static final CellHelper COL_LEAD_HELPER
public abstract int getIndex(Cell cell)
public abstract int getOppositeIndex(Cell cell)
public abstract int getSpan(Cell cell)
public abstract int getOppositeSpan(Cell cell)
public abstract CellElement derive(CellElement fromCell, int currentIndex, int oppositeIndex)
public abstract CellElement derive(CellElement fromCell, int currentIndex, int oppositeIndex, int currentSpan, int oppositeSpan)