public class Cell extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Cell.ColInfo |
Constructor and Description |
---|
Cell(String value,
Cell[][] arrays,
int x,
int y) |
Modifier and Type | Method and 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() |
public String getValue()
public void setValue(String value)
public int getRowSpan()
public void setRowSpan(int rowSpan)
public int getColSpan()
public boolean isDigit()
public boolean isFloatValue()
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 String getType()
public Cell.ColInfo getInfo()
Copyright © 2012-2018. All Rights Reserved.