All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.textmode.Screen

java.lang.Object
   |
   +----benno.textmode.Screen

public class Screen
extends Object

Variable Index

 o CAPS
 o ESC
 o NONE
 o NUM
 o SCROLL

Constructor Index

 o Screen()

Method Index

 o clear()
 o enq()
 o gotoConsole(int)
 o pos(int, int)
 o print(char)
 o print(String)
 o setBlink(boolean)
 o setBright(boolean)
 o setForeground(AnsiColor)
 o setForegroundColor(AnsiColor)
Deprecated.
 o setLed(int)

Variables

 o ESC
 public static final char ESC
 o NONE
 public static final int NONE
 o SCROLL
 public static final int SCROLL
 o NUM
 public static final int NUM
 o CAPS
 public static final int CAPS

Constructors

 o Screen
 public Screen()

Methods

 o print
 public static void print(String s)
 o print
 public static void print(char c)
 o setForeground
 public static void setForeground(AnsiColor col)
 o setForegroundColor
 public static void setForegroundColor(AnsiColor col)
Note: setForegroundColor() is deprecated. use setForeground instead

 o setBright
 public static void setBright(boolean status)
 o setBlink
 public static void setBlink(boolean status)
 o setLed
 public static void setLed(int n)
 o enq
 public static void enq()
 o gotoConsole
 public static void gotoConsole(int i)
 o pos
 public static void pos(int row,
                        int col)
 o clear
 public static void clear()

All Packages  Class Hierarchy  This Package  Previous  Next  Index