diva.graph.tutorial
Class NodeRendererTutorial

java.lang.Object
  extended by diva.graph.tutorial.NodeRendererTutorial

public class NodeRendererTutorial
extends Object

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:

Version:
$Revision: 1.15 $
Author:
Michael Shilman (michaels@eecs.berkeley.edu)

Method Summary
static void main(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
 

Method Detail

main

public static void main(String[] argv)
Instantiate a new tutorial window and display it.


makeTypedModel

public MutableGraphModel makeTypedModel()
Construct an interesting graph model with nodes that have user objects of type {String, Set, Integer}



Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.