程序包 cn.isliu.core

类 Cell

java.lang.Object
cn.isliu.core.Cell
直接已知子类:
MergedCell

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

    • Cell

      public Cell(int row, int col, Object o)
    • Cell

      public Cell(int row, int col, Object o, Merge merge)
    • Cell

      public Cell()
  • 方法详细资料

    • getRow

      public int getRow()
    • setRow

      public void setRow(int row)
    • getMerge

      public Merge getMerge()
    • setMerge

      public void setMerge(Merge merge)
    • getValue

      public Object getValue()
    • setValue

      public void setValue(Object value)
    • getCol

      public int getCol()
    • setCol

      public void setCol(int col)
    • toString

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

      public boolean isMerged()