org.jfree.formula.lvalues
Class DefaultDataTable
ObjectTable
org.jfree.formula.lvalues.DefaultDataTable
- Cloneable, DataTable, LValue, Serializable
Creation-Date: 05.11.2006, 13:34:01
- Thomas Morgner
- Cedric Pronzato
clone
public Object clone()
throws CloneNotSupportedException
- clone in interface LValue
isConstant
public boolean isConstant()
Checks, whether the LValue is constant. Constant lvalues always return the
same value.
- isConstant in interface LValue
setObject
public void setObject(int row,
int column,
LValue object)
Sets the object for a cell in the table. The table is expanded if
necessary.
row
- the row index (zero-based).column
- the column index (zero-based).object
- the object.