|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcsp.nxt.util.Display
public class Display
| Constructor Summary | |
|---|---|
Display()
|
|
| Method Summary | |
|---|---|
static void |
clear()
Queue up a command to clear the screen |
static boolean |
isReady()
Check whether there is currently text waiting to be displayed or not. |
static void |
print(int i)
Print an integer to the screen, turning it into a String first |
static void |
print(java.lang.Object o)
Print a object to the screen, turning it into a String first |
static void |
print(java.lang.String s)
Print a string to the screen, automatically wrapping it to fit the width of the display. |
static void |
println()
Print a newline character |
static void |
println(int i)
Print an integer to the screen, turning it into a String first, and following it by a newline character |
static void |
println(java.lang.Object o)
Print a object to the screen, turning it into a String first, and following it by a newline character |
static void |
println(java.lang.String s)
Print a string to the screen, automatically wrapping it to fit the width of the display, and follow it by a newline character |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Display()
| Method Detail |
|---|
public static void clear()
public static void print(java.lang.String s)
The - String to print to the screenpublic static void print(java.lang.Object o)
The - Object to print to the screenpublic static void println()
public static void println(java.lang.String s)
The - String to print to the screenpublic static void println(java.lang.Object o)
The - Object to print to the screenpublic static void print(int i)
public static void println(int i)
public static boolean isReady()
ActiveDisplay
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||