Class Cell


  • public class Cell
    extends Object
    • Constructor Detail

      • Cell

        public Cell​(String value,
                    Cell[][] arrays,
                    int x,
                    int y)
    • Method Detail

      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • getRowSpan

        public int getRowSpan()
      • setRowSpan

        public void setRowSpan​(int rowSpan)
      • getColSpan

        public int getColSpan()
      • isDigit

        public boolean isDigit()
      • isFloatValue

        public boolean isFloatValue()
      • setColSpan

        public void setColSpan​(int colSpan)
      • getSpanAttributes

        public String getSpanAttributes()
      • getArray

        public Cell[][] getArray()
      • getRowTitleWidth

        public int getRowTitleWidth()
      • getColTitleHeight

        public int getColTitleHeight()
      • isFirstCol

        public boolean isFirstCol()
      • isFirstRow

        public boolean isFirstRow()
      • getDoubleValue

        public Double getDoubleValue()
      • getType

        public String getType()