Class MinFunction

  • All Implemented Interfaces:
    Function

    public class MinFunction
    extends Object
    implements Function
    A function that finds the max of table cells
    Version:
    $Id$
    Author:
    stephan
    • Constructor Detail

      • MinFunction

        public MinFunction()
    • Method Detail

      • execute

        public void execute​(Table table,
                            int posx,
                            int posy,
                            int startX,
                            int startY,
                            int endX,
                            int endY)
        Specified by:
        execute in interface Function