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 class
Cell.ColInfo
-
Field Summary
Fields Modifier and Type Field Description Cell.ColInfo
info
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cell[][]
getArray()
int
getColSpan()
int
getColTitleHeight()
Double
getDoubleValue()
Cell.ColInfo
getInfo()
int
getRowSpan()
int
getRowTitleWidth()
String
getSpanAttributes()
String
getType()
String
getValue()
boolean
isDigit()
boolean
isFirstCol()
boolean
isFirstRow()
boolean
isFloatValue()
void
setColSpan(int colSpan)
void
setRowSpan(int rowSpan)
void
setValue(String value)
String
toString()
-
-
-
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()
-
-