org.radeox.macro.table
Class AvgFunction
java.lang.Object
|
+--org.radeox.macro.table.AvgFunction
- All Implemented Interfaces:
- Function
- public class AvgFunction
- extends java.lang.Object
- implements Function
A function that calculates the average table cells
- Version:
- $Id: AvgFunction.java,v 1.2 2003/06/11 10:04:27 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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AvgFunction
public AvgFunction()
getName
public java.lang.String getName()
- Specified by:
getName
in interface Function
execute
public void execute(Table table,
int posx,
int posy,
int startX,
int startY,
int endX,
int endY)
- Specified by:
execute
in interface Function
Copyright © 2003 Matthias L. Jugel, Stephan J. Schmidt. All Rights Reserved.