Package org.radeox.macro.table
Interface Function
-
- All Known Implementing Classes:
AvgFunction,MaxFunction,MinFunction,SumFunction
public interface FunctionA function interface for functions in table cells like =SUM(A1:A3)- Version:
- $Id$
- Author:
- stephan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(Table table, int posx, int posy, int startX, int startY, int endX, int endY)StringgetName()
-