| java.lang.Object org.radeox.macro.table.MinFunction
MinFunction | public class MinFunction implements Function(Code) | | A function that finds the max of table cells
author: stephan version: $Id: MinFunction.java 7756 2006-04-13 12:25:49Z ian@caret.cam.ac.uk $ |
Method Summary | |
public void | execute(Table table, int posx, int posy, int startX, int startY, int endX, int endY) | public String | getName() |
execute | public void execute(Table table, int posx, int posy, int startX, int startY, int endX, int endY)(Code) | | |
|
|