org.jfree.formula.typing
Interface ArrayCallback


public interface ArrayCallback

Author:
Cedric Pronzato

Method Summary
 int getColumnCount()
           
 LValue getRaw(int row, int column)
           
 int getRowCount()
           
 Type getType(int row, int column)
           
 java.lang.Object getValue(int row, int column)
           
 

Method Detail

getRaw

LValue getRaw(int row,
              int column)

getValue

java.lang.Object getValue(int row,
                          int column)
                          throws EvaluationException
Throws:
EvaluationException

getType

Type getType(int row,
             int column)
             throws EvaluationException
Throws:
EvaluationException

getColumnCount

int getColumnCount()

getRowCount

int getRowCount()