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)
Object
getValue(int row, int column)

Method Details

getColumnCount

public int getColumnCount()

getRaw

public LValue getRaw(int row,
                     int column)

getRowCount

public int getRowCount()

getType

public Type getType(int row,
                    int column)
            throws EvaluationException

getValue

public Object getValue(int row,
                       int column)
            throws EvaluationException