Package org.javlo.component.files
Class Cell
- java.lang.Object
-
- org.javlo.component.files.Cell
-
public class Cell extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCell.ColInfo
-
Field Summary
Fields Modifier and Type Field Description Cell.ColInfoinfo
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cell[][]getArray()intgetColSpan()intgetColTitleHeight()DoublegetDoubleValue()Cell.ColInfogetInfo()intgetRowSpan()intgetRowTitleWidth()StringgetSpanAttributes()StringgetType()StringgetValue()booleanisDigit()booleanisFirstCol()booleanisFirstRow()booleanisFloatValue()voidsetColSpan(int colSpan)voidsetRowSpan(int rowSpan)voidsetValue(String value)StringtoString()
-
-
-
Field Detail
-
info
public Cell.ColInfo info
-
-
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()
-
getInfo
public Cell.ColInfo getInfo()
-
-