public interface CalculateLocator
限定符和类型 | 方法和说明 |
---|---|
ColumnRow |
getCurrent()
获取当前坐标(计算中)
|
ColumnRow |
getOriginal()
获取当前坐标对应的原始坐标
|
void |
reset()
清空当前坐标
|
void |
resetOriginal()
清空原始坐标
|
void |
update(ColumnRow location)
更新当前坐标
|
void |
updateOriginal(ColumnRow originalLocation)
更新当前坐标对应的原始(扩展前)坐标
|