Methods in org.radeox.macro.table with parameters of type Table |
void |
SumFunction.execute(Table table,
int posx,
int posy,
int startX,
int startY,
int endX,
int endY)
|
void |
MinFunction.execute(Table table,
int posx,
int posy,
int startX,
int startY,
int endX,
int endY)
|
void |
MaxFunction.execute(Table table,
int posx,
int posy,
int startX,
int startY,
int endX,
int endY)
|
void |
Function.execute(Table table,
int posx,
int posy,
int startX,
int startY,
int endX,
int endY)
|
void |
AvgFunction.execute(Table table,
int posx,
int posy,
int startX,
int startY,
int endX,
int endY)
|