public class Cell extends Object
Constructor and Description |
---|
Cell(String value,
Double doubleValue,
Cell[][] arrays,
int x,
int y) |
Modifier and Type | Method and Description |
---|---|
Cell[][] |
getArray() |
int |
getColSpan() |
int |
getColTitleHeight() |
Double |
getDoubleValue() |
int |
getRowSpan() |
int |
getRowTitleWidth() |
String |
getSpanAttributes() |
String |
getValue() |
boolean |
isFirstCol() |
boolean |
isFirstRow() |
void |
setColSpan(int colSpan) |
void |
setDoubleValue(Double doubleValue) |
void |
setRowSpan(int rowSpan) |
void |
setValue(String value) |
String |
toString() |
public String getValue()
public void setValue(String value)
public int getRowSpan()
public void setRowSpan(int rowSpan)
public int getColSpan()
public void setColSpan(int colSpan)
public String getSpanAttributes()
public Cell[][] getArray()
public int getRowTitleWidth()
public int getColTitleHeight()
public boolean isFirstCol()
public boolean isFirstRow()
public Double getDoubleValue()
public void setDoubleValue(Double doubleValue)
Copyright © 2012-2018. All Rights Reserved.