Class blank

java.lang.Object
  |
  +--blank
All Implemented Interfaces:
tool

public class blank
extends java.lang.Object
implements tool


Constructor Summary
blank()
           
 
Method Summary
 void add(int x, int y, int dir)
           
 void identify(int x, int y, int z, asciiJam ajam)
           
 boolean mouseDown(int x, int y, int z, asciiJam ajam)
           
 boolean mouseDrag(int x, int y)
           
 boolean mouseUp(int x, int y)
           
 void setchar(int c, int pos, int zoom, asciiJam aj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

blank

public blank()
Method Detail

mouseUp

public boolean mouseUp(int x,
                       int y)
Specified by:
mouseUp in interface tool

mouseDown

public boolean mouseDown(int x,
                         int y,
                         int z,
                         asciiJam ajam)
Specified by:
mouseDown in interface tool

mouseDrag

public boolean mouseDrag(int x,
                         int y)
Specified by:
mouseDrag in interface tool

setchar

public void setchar(int c,
                    int pos,
                    int zoom,
                    asciiJam aj)
Specified by:
setchar in interface tool

add

public void add(int x,
                int y,
                int dir)

identify

public void identify(int x,
                     int y,
                     int z,
                     asciiJam ajam)
Specified by:
identify in interface tool