at.ac.sbg.cosy.soccerbot.controller.gui
Interface IControllerGUI

All Known Implementing Classes:
ControllerGUI

public interface IControllerGUI

Interface for graphical control units for SoccerBot

Author:
Peter Wild, Krystian Szczurek, Georg Klima

Method Summary
 void addText(java.lang.String s)
          Adds some text to the internal console
 void close()
          Closes the graphical user interface
 void updateImage(IRegion ball)
          Updates the actual camera image (and may display recognized objects)
 

Method Detail

addText

void addText(java.lang.String s)
Adds some text to the internal console

Parameters:
s - message to be displayed

updateImage

void updateImage(IRegion ball)
Updates the actual camera image (and may display recognized objects)

Parameters:
ball - detected tennisball-region

close

void close()
Closes the graphical user interface