程序包 cn.isliu.core
类 GridProperties
java.lang.Object
cn.isliu.core.GridProperties
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanintintintintinthashCode()voidsetColumnCount(int columnCount) voidsetFrozenColumnCount(int frozenColumnCount) voidsetFrozenRowCount(int frozenRowCount) voidsetRowCount(int rowCount) toString()
-
构造器详细资料
-
GridProperties
public GridProperties() -
GridProperties
public GridProperties(int frozenRowCount, int frozenColumnCount, int rowCount, int columnCount)
-
-
方法详细资料
-
getFrozenRowCount
public int getFrozenRowCount() -
getFrozenColumnCount
public int getFrozenColumnCount() -
getRowCount
public int getRowCount() -
getColumnCount
public int getColumnCount() -
setFrozenRowCount
public void setFrozenRowCount(int frozenRowCount) -
setFrozenColumnCount
public void setFrozenColumnCount(int frozenColumnCount) -
setRowCount
public void setRowCount(int rowCount) -
setColumnCount
public void setColumnCount(int columnCount) -
equals
-
hashCode
public int hashCode() -
toString
-