Uses of Class
org.radeox.macro.table.Table

Packages that use Table
org.radeox.macro.table   
 

Uses of Table in org.radeox.macro.table
 

Methods in org.radeox.macro.table that return Table
static Table TableBuilder.build(java.lang.String content)
           
 

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)
           
 



Copyright © 2003 Matthias L. Jugel, Stephan J. Schmidt. All Rights Reserved.