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 Integer
DEFAULT_WIDTH
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cell[][]
getArray()
int
getColSpan()
int
getColTitleHeight()
Double
getDoubleValue()
int
getRowSpan()
int
getRowTitleWidth()
String
getSpanAttributes()
String
getValue()
int
getWidth()
boolean
isFirstCol()
boolean
isFirstRow()
void
setArray(Cell[][] inArray)
void
setColSpan(int colSpan)
void
setControledWidth(int width)
void
setDoubleValue(Double doubleValue)
void
setRowSpan(int rowSpan)
void
setValue(String value)
void
setWidth(int width)
String
toString()
-
-
-
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)
-
-