public class BubbleGraphDemo
extends java.lang.Object
Constructor and Description |
---|
BubbleGraphDemo(AppContext context)
Construct a new instance of the graph demo in a particular context.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] argv)
Construct a new instance of graph demo, which does the work of
setting up the graphs and displaying itself.
|
public BubbleGraphDemo(AppContext context)
context
- The context in which the demo is constructed.