Class thinLine

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

public class thinLine
extends java.lang.Object
implements tool


Constructor Summary
thinLine()
           
 
Method Summary
 void add(int x, int y, int dir)
           
 char c(int n)
           
 void d1(char c0)
           
 void d2(char c0, char c1)
           
 void d3(char c0, char c1, char c2)
           
 void d4(char c0, char c1, char c2, char c3)
           
 void d5(char c0, char c1, char c2, char c3, char c4)
           
 void d6(char c0, char c1, char c2, char c3, char c4, char c5)
           
 void getLetter(int dir0, int dir1, int dir2, int dir3, int dir4, int dir5, int dir6)
           
 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 asciijam)
           
 void slopeStamp(int x, int y)
           
 void stamp(char dir, int x, int y, java.awt.Color color, int prefPos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

thinLine

public thinLine()
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

identify

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

add

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

mouseDrag

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

slopeStamp

public void slopeStamp(int x,
                       int y)

d6

public void d6(char c0,
               char c1,
               char c2,
               char c3,
               char c4,
               char c5)

d5

public void d5(char c0,
               char c1,
               char c2,
               char c3,
               char c4)

d4

public void d4(char c0,
               char c1,
               char c2,
               char c3)

d3

public void d3(char c0,
               char c1,
               char c2)

d2

public void d2(char c0,
               char c1)

d1

public void d1(char c0)

setchar

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

c

public char c(int n)

stamp

public void stamp(char dir,
                  int x,
                  int y,
                  java.awt.Color color,
                  int prefPos)

getLetter

public void getLetter(int dir0,
                      int dir1,
                      int dir2,
                      int dir3,
                      int dir4,
                      int dir5,
                      int dir6)