Package io.keikai.util
Class Ref
- java.lang.Object
-
- io.keikai.util.Ref
-
public class Ref extends java.lang.ObjectRef is a reference for cell or range with 4 value : top(top row), left(left column), bottom(last row) and right(last column).- Author:
- jumperchen
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBottom()intgetColumnCount()intgetCount()intgetLeft()intgetRight()intgetRowCount()intgetTop()booleanisCell()java.lang.StringtoString()
-
-
-
Method Detail
-
isCell
public boolean isCell()
-
getTop
public int getTop()
-
getLeft
public int getLeft()
-
getRight
public int getRight()
-
getBottom
public int getBottom()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getCount
public int getCount()
-
getRowCount
public int getRowCount()
-
getColumnCount
public int getColumnCount()
-
-