|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdiva.graph.tutorial.NodeRendererTutorial
public class NodeRendererTutorial
This tutorial shows how to customize the look of the nodes based on the semantic properties of the nodes. It creates a graph which has a bunch of nodes with user objects of different types, and renders these nodes according to their types. The rendering looks like this:
Red |
Constructor Summary | |
---|---|
private |
NodeRendererTutorial(AppContext context)
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] argv)
Instantiate a new tutorial window and display it. |
MutableGraphModel |
makeTypedModel()
Construct an interesting graph model with nodes that have user objects of type {String, Set, Integer} |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private NodeRendererTutorial(AppContext context)
Method Detail |
---|
public static void main(java.lang.String[] argv)
public MutableGraphModel makeTypedModel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |