Package org.javlo.utils
Class Cell
- java.lang.Object
-
- org.javlo.utils.Cell
-
public class Cell extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static IntegerDEFAULT_WIDTH
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cell[][]getArray()intgetColSpan()intgetColTitleHeight()DoublegetDoubleValue()intgetRowSpan()intgetRowTitleWidth()StringgetSpanAttributes()StringgetValue()intgetWidth()booleanisFirstCol()booleanisFirstRow()voidsetArray(Cell[][] inArray)voidsetColSpan(int colSpan)voidsetControledWidth(int width)voidsetDoubleValue(Double doubleValue)voidsetRowSpan(int rowSpan)voidsetValue(String value)voidsetWidth(int width)StringtoString()
-
-
-
Field Detail
-
DEFAULT_WIDTH
public static final Integer DEFAULT_WIDTH
-
-
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()
-
setColSpan
public void setColSpan(int colSpan)
-
getSpanAttributes
public String getSpanAttributes()
-
getArray
public Cell[][] getArray()
-
setArray
public void setArray(Cell[][] inArray)
-
getRowTitleWidth
public int getRowTitleWidth()
-
getColTitleHeight
public int getColTitleHeight()
-
isFirstCol
public boolean isFirstCol()
-
isFirstRow
public boolean isFirstRow()
-
getDoubleValue
public Double getDoubleValue()
-
setDoubleValue
public void setDoubleValue(Double doubleValue)
-
getWidth
public int getWidth()
-
setControledWidth
public void setControledWidth(int width)
-
setWidth
public void setWidth(int width)
-
-