jaune.target.gb
Class Console

java.lang.Object
  |
  +--jaune.target.gb.Console

public final class Console
extends java.lang.Object


Constructor Summary
Console()
           
 
Method Summary
static void gotoxy(int x, int y)
          Move the cursor to an absolute position.
static int posx()
          Get the current X position of the cursor.
static int posy()
          Get the current Y position of the cursor.
static void setchar(char c)
          Writes out a single character at the current cursor position.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Console

public Console()
Method Detail

gotoxy

public static final void gotoxy(int x,
                                int y)
Move the cursor to an absolute position.

posx

public static final int posx()
Get the current X position of the cursor.

posy

public static final int posy()
Get the current Y position of the cursor.

setchar

public static final void setchar(char c)
Writes out a single character at the current cursor position. Does not update the cursor or interpret the character.