jimmc.treepar
Class Test
java.lang.Object
|
+--jimmc.treepar.Test
- public class Test
- extends java.lang.Object
This class is used for testing and debugging the treepar package.
Constructor Summary |
Test()
Allocate a test object. |
Method Summary |
protected void |
doMain(java.lang.String[] args)
Do all the work for main. |
protected void |
dumpLayout()
Dump the layout to stdout. |
protected void |
fillLayout()
Fill in the layout with boxes. |
static void |
main(java.lang.String[] args)
It all starts with main. |
protected void |
showPlot()
Put up a window in which the layout is drawn. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
layout
protected Layout layout
- Our layout.
Test
public Test()
- Allocate a test object.
main
public static void main(java.lang.String[] args)
- It all starts with main.
doMain
protected void doMain(java.lang.String[] args)
- Do all the work for main.
dumpLayout
protected void dumpLayout()
- Dump the layout to stdout.
fillLayout
protected void fillLayout()
- Fill in the layout with boxes.
showPlot
protected void showPlot()
- Put up a window in which the layout is drawn.