at.ac.sbg.cosy.soccerbot.controller
Class copy_BufferedImage_port
java.lang.Object
at.ac.sbg.cosy.soccerbot.controller.copy_BufferedImage_port
- All Implemented Interfaces:
- giotto.functionality.interfaces.DriverInterface, java.io.Serializable
public class copy_BufferedImage_port
- extends java.lang.Object
- implements giotto.functionality.interfaces.DriverInterface, java.io.Serializable
Additional Class needed for the BufferedImage_port:
copies the image from one port variable to the other
(Be aware, that only a reference is passed here, so
the BufferedImage isn't realy copied)!
- Author:
- Peter Wild, Krystian Szczurek, Georg Klima
- See Also:
- Serialized Form
Method Summary |
void |
run(giotto.functionality.table.Parameter p)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
copy_BufferedImage_port
public copy_BufferedImage_port()
run
public void run(giotto.functionality.table.Parameter p)
- Specified by:
run
in interface giotto.functionality.interfaces.DriverInterface
- See Also:
DriverInterface.run(Parameter)