org.radeox.macro.table
Interface Function
- All Known Implementing Classes:
- AvgFunction, MaxFunction, MinFunction, SumFunction
- public interface Function
A function interface for functions in table cells like
=SUM(A1:A3)
- Version:
- $Id: Function.java,v 1.1 2003/02/17 07:21:21 stephan Exp $
- Author:
- stephan
Method Summary |
void |
execute(Table table,
int posx,
int posy,
int startX,
int startY,
int endX,
int endY)
|
java.lang.String |
getName()
|
getName
public java.lang.String getName()
execute
public void 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.