|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Browser
A browser. This class creates a BrowserController
which
runs the show from that point on.
Field Summary | |
static boolean |
antialias
Flag to determine if antialiasing is turned on. |
static boolean |
debugging
Flag to determine if debugging is turned on. |
Constructor Summary | |
Browser()
|
Method Summary | |
static void |
debug(java.lang.String s)
Prints messages on System.err if debugging is
enabled. |
static void |
main(java.lang.String[] args)
The main method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static boolean debugging
public static boolean antialias
Constructor Detail |
public Browser()
Method Detail |
public static void debug(java.lang.String s)
System.err
if debugging is
enabled.s
- the string to print.public static void main(java.lang.String[] args)
BrowserController
.args
- commandline arguments. An argument of '-d' will
turn on debugging, and '-a' turns off antialiasing.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |