org.radeox.macro.table
Class SumFunction

java.lang.Object
  extended by org.radeox.macro.table.SumFunction
All Implemented Interfaces:
Function

public class SumFunction
extends java.lang.Object
implements Function

A function that summerizes table cells


Constructor Summary
SumFunction()
           
 
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
 

Constructor Detail

SumFunction

public SumFunction()
Method Detail

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