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 | 
 
blank
public blank()
mouseUp
public boolean mouseUp(int x,
                       int y)
- 
- Specified by:
- mouseUpin interface- tool
 
- 
 
mouseDown
public boolean mouseDown(int x,
                         int y,
                         int z,
                         asciiJam ajam)
- 
- Specified by:
- mouseDownin interface- tool
 
- 
 
mouseDrag
public boolean mouseDrag(int x,
                         int y)
- 
- Specified by:
- mouseDragin interface- tool
 
- 
 
setchar
public void setchar(int c,
                    int pos,
                    int zoom,
                    asciiJam aj)
- 
- Specified by:
- setcharin 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:
- identifyin interface- tool
 
-