java.lang.Object | +----Logo
This code is (c) 1996 Leemon Baird
<leemon@cs.cmu.edu>,
http://www.cs.cmu.edu/~baird
The source and object code may be redistributed freely.
If the code is modified, please state so in the comments.
public Logo()
public static final void credits(Graphics g,
int x,
int y)
public static final void draw(Graphics g,
int x,
int y,
int width)
public static final void draw(Graphics g,
int x,
int y,
int width,
Color fore,
Color back,
int border)
public static final void draw(Graphics g,
int x,
int y,
int b,
int c,
int w,
Color fore,
Color back,
int f)