Class UnicodeLabelDemo


  • public class UnicodeLabelDemo
    extends java.lang.Object
    A demo that shows flag images as vertices, and uses unicode to render vertex labels.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void loadImages​(java.lang.Integer[] vertices, java.util.Map<java.lang.Integer,​javax.swing.Icon> imageMap)
      A nested class to demo ToolTips
      static void main​(java.lang.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​(java.lang.Integer[] vertices,
                                  java.util.Map<java.lang.Integer,​javax.swing.Icon> imageMap)
        A nested class to demo ToolTips
      • main

        public static void main​(java.lang.String[] args)
        a driver for this demo