|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.app.displayhack.Squiral.Worm
public class Squiral.Worm
Field Summary | |
---|---|
Color |
color
|
int |
direction
Direction of its head. |
boolean |
left_handed
|
int |
x
|
int |
y
|
Constructor Summary | |
---|---|
Squiral.Worm()
|
Method Summary | |
---|---|
int |
clockwise()
|
int |
counter_clockwise()
|
void |
go()
|
void |
go(int x,
int y)
|
void |
init()
|
boolean |
try_go(int direction)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Color color
public boolean left_handed
public int x
public int y
public int direction
Constructor Detail |
---|
public Squiral.Worm()
Method Detail |
---|
public int clockwise()
public int counter_clockwise()
public void go()
public void go(int x, int y)
public void init()
public boolean try_go(int direction)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |