Uses of Class
org.radeox.macro.table.Table
-
Packages that use Table Package Description org.radeox.macro.table -
-
Uses of Table in org.radeox.macro.table
Methods in org.radeox.macro.table that return Table Modifier and Type Method Description static TableTableBuilder. build(String content)TableTableBuilder. getTable()Methods in org.radeox.macro.table with parameters of type Table Modifier and Type Method Description voidAvgFunction. execute(Table table, int posx, int posy, int startX, int startY, int endX, int endY)voidFunction. execute(Table table, int posx, int posy, int startX, int startY, int endX, int endY)voidMaxFunction. execute(Table table, int posx, int posy, int startX, int startY, int endX, int endY)voidMinFunction. execute(Table table, int posx, int posy, int startX, int startY, int endX, int endY)voidSumFunction. execute(Table table, int posx, int posy, int startX, int startY, int endX, int endY)
-