程序包 cn.isliu.core

类 GridProperties

java.lang.Object
cn.isliu.core.GridProperties

public class GridProperties extends Object
  • 构造器详细资料

    • 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

      public boolean equals(Object o)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object