- QuickDraw - Class in scratch.danyel
-
Three easy methods for quickly and painlessly popping a graph on screen for
debugging.
- QuickDraw() - Constructor for class scratch.danyel.QuickDraw
-
- quickDraw(Graph) - Static method in class scratch.danyel.QuickDraw
-
Draws a graph quickly with its default StringLabeller (or nothing) and
the SettableRenderer with the "light" style.
- quickDraw(Graph, StringLabeller) - Static method in class scratch.danyel.QuickDraw
-
Draws a graph quickly with the given StringLabeller and the
SettableRenderer with the "light" style.
- QuickDrawRenderer - Class in scratch.danyel
-
A rather fixed renderer for generating VERY quick demos.
- QuickDrawRenderer(StringLabeller) - Constructor for class scratch.danyel.QuickDrawRenderer
-
Creates a QuickDrawRenderer that will be drawn in the "light" style: a
colored box next to text, instead of text overlaying the box.
- quickDrawWithToString(Graph) - Static method in class scratch.danyel.QuickDraw
-
Draws a graph quickly with a ToString labeller and the SettableRenderer
with the "light" style.