public class QuickDraw
extends java.lang.Object
System.exit(1)in order to terminate the program. (Java is annoying like that.)
Constructor and Description |
---|
QuickDraw() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] s) |
static void |
quickDraw(Graph g)
Draws a graph quickly with its default StringLabeller (or nothing) and
the SettableRenderer with the "light" style.
|
static void |
quickDraw(Graph g,
StringLabeller sl)
Draws a graph quickly with the given StringLabeller and the
SettableRenderer with the "light" style.
|
static void |
quickDrawWithToString(Graph g)
Draws a graph quickly with a ToString labeller and the SettableRenderer
with the "light" style.
|
public static void quickDrawWithToString(Graph g)
public static void quickDraw(Graph g)
public static void quickDraw(Graph g, StringLabeller sl)
public static void main(java.lang.String[] s)