edu.uci.ics.jung.samples
Class UnicodeLabelDemo

java.lang.Object
  extended by edu.uci.ics.jung.samples.UnicodeLabelDemo

public class UnicodeLabelDemo
extends Object

A demo that shows flag images as vertices, and uses unicode to render vertex labels.

Author:
Tom Nelson

Constructor Summary
UnicodeLabelDemo()
           
 
Method Summary
protected  void loadImages(Integer[] vertices, Map<Integer,Icon> imageMap)
          A nested class to demo ToolTips
static void main(String[] args)
          a driver for this demo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnicodeLabelDemo

public UnicodeLabelDemo()
Method Detail

loadImages

protected void loadImages(Integer[] vertices,
                          Map<Integer,Icon> imageMap)
A nested class to demo ToolTips


main

public static void main(String[] args)
a driver for this demo



Copyright © 2009. All Rights Reserved.