|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdiva.graph.basic.BubbleGraphDemo
public class BubbleGraphDemo
Another graph demo. This uses a different rendering strategy for the same graph model as the BasicGraphDemo. Nodes are rendered as round bubble and edges are rendered as curved arcs.
Red |
Constructor Summary | |
---|---|
BubbleGraphDemo(AppContext context)
Construct a new instance of the graph demo in a particular context. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BubbleGraphDemo(AppContext context)
context
- The context in which the demo is constructed.Method Detail |
---|
public static void main(java.lang.String[] argv)
argv
- Command line arguments, currently ignored.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |