|
TreeMap Java Library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttreemap.demo.Demo
public class Demo
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.
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 |
---|
public Demo()
Method Detail |
---|
public static void main(java.lang.String[] args)
|
TreeMap Java Library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |