| Package | Description |
|---|---|
| org.radeox.macro.table |
| Modifier and Type | Method and Description |
|---|---|
static Table |
TableBuilder.build(String content) |
Table |
TableBuilder.getTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
SumFunction.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) |
void |
MinFunction.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 |
MaxFunction.execute(Table table,
int posx,
int posy,
int startX,
int startY,
int endX,
int endY) |
Copyright © 2003–2018 Sakai Project. All rights reserved.