edu.jas.kern
Class PrettyPrint

java.lang.Object
  extended by edu.jas.kern.PrettyPrint

public class PrettyPrint
extends java.lang.Object

PrettyPrint, defines global pretty print status.

Author:
Heinz Kredel

Constructor Summary
protected PrettyPrint()
           
 
Method Summary
static boolean isTrue()
          isTrue.
static void setInternal()
          setInternal.
static void setPretty()
          setPretty.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrettyPrint

protected PrettyPrint()
Method Detail

isTrue

public static boolean isTrue()
isTrue.

Returns:
true, if to use pretty printing, else false.

setPretty

public static void setPretty()
setPretty. Set use pretty printing to true.


setInternal

public static void setInternal()
setInternal. Set use pretty printing to false.