org.starhope.vergil.logic
Interface DisplaySystem


public interface DisplaySystem

Author:
brpocock@star-hope.org

Method Summary
 void paint()
          WRITEME: Document this method brpocock@star-hope.org
 void setRoot(Container root)
          WRITEME: Document this method brpocock@star-hope.org
 void tick(int msec)
          WRITEME: Document this method brpocock@star-hope.org
 

Method Detail

paint

void paint()
WRITEME: Document this method brpocock@star-hope.org


setRoot

void setRoot(Container root)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
root - WRITEME

tick

void tick(int msec)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
msec - WRITEME