at.ac.sbg.cosy.soccerbot.controller
Class BufferedImage_Init

java.lang.Object
  extended by at.ac.sbg.cosy.soccerbot.controller.BufferedImage_Init
All Implemented Interfaces:
giotto.functionality.interfaces.DriverInterface, java.io.Serializable

public class BufferedImage_Init
extends java.lang.Object
implements giotto.functionality.interfaces.DriverInterface, java.io.Serializable

An initialization value for BufferedImage_port

Author:
Peter Wild, Krystian Szczurek, Georg Klima
See Also:
Serialized Form

Constructor Summary
BufferedImage_Init()
           
 
Method Summary
 void run(giotto.functionality.table.Parameter parameter)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferedImage_Init

public BufferedImage_Init()
Method Detail

run

public void run(giotto.functionality.table.Parameter parameter)
Specified by:
run in interface giotto.functionality.interfaces.DriverInterface
See Also:
DriverInterface.run(Parameter)