TreeMap Java Library

treemap.demo
Class Demo

java.lang.Object
  extended by treemap.demo.Demo

public class Demo
extends java.lang.Object

The Demo class implements a demo for Treemap. It display a treemap view of a demo tree, and a configuration frame. The demo tree is build from a file tree, passed in parameter. Demo use TMFileNode as TMNode, draw and size algorithm in the treemap.demo package. Demo could take an argument, the path from which start the representing of files. If no arguments is given, the treemap start from the root.

Version:
2.5
Author:
Christophe Bouthier [bouthier@loria.fr]

Constructor Summary
Demo()
           
 
Method Summary
static void main(java.lang.String[] args)
          Display a demo TreeMap.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Demo

public Demo()
Method Detail

main

public static void main(java.lang.String[] args)
Display a demo TreeMap.


TreeMap Java Library

TreeMap Java Library - www.bouthier.net - treemap.sf.net - 2001