Class erase

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

public class erase
extends java.lang.Object
implements tool


Constructor Summary
erase()
           
 
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

erase

public erase()
Method Detail

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

mouseUp

public boolean mouseUp(int x,
                       int y)
Specified by:
mouseUp 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