de.cau.cs.kieler.klots.util
Class KlotsConsole

java.lang.Object
  extended by de.cau.cs.kieler.klots.util.KlotsConsole

public class KlotsConsole
extends Object

Rating red

Constructor Summary
KlotsConsole()
           
 
Method Summary
 void clear()
          Clears the klots console.
static KlotsConsole getInstance()
           
 void print(String text)
          Prints to the klots console.
 void println(String text)
           
 void setEnabled(boolean enabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KlotsConsole

public KlotsConsole()
Method Detail

getInstance

public static KlotsConsole getInstance()
Returns:
KlotsConsole

setEnabled

public void setEnabled(boolean enabled)
Parameters:
enabled -

clear

public void clear()
Clears the klots console.


println

public void println(String text)
Parameters:
text -

print

public void print(String text)
Prints to the klots console.

Parameters:
text - the text