Uses of Class
cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.ShowText

Packages that use ShowText
cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands   
 

Uses of ShowText in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
 

Methods in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands that return ShowText
 ShowText ShowText.setPlayer(String Player)
          Name of the player on who's HUD should be the text shown.
 ShowText ShowText.setShow(Boolean Show)
          False if the message should be removed, true if it should be shown.
 ShowText ShowText.setText(String Text)
          The text that should be shown.
 ShowText ShowText.setTextColor(Color TextColor)
          The color of text.
 ShowText ShowText.setTime(Double Time)
          Number of seconds for which should be the text shown.
 

Constructors in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands with parameters of type ShowText
ShowText(ShowText original)
          Cloning constructor.
 



Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.