Class WTFactory

java.lang.Object
   |
   +----WTFactory

public class WTFactory
extends Object
Encapsulates all operations performed on a WalTree. This is part of the WalTree package, created by Walter Korman to enable the visually appealing display of M-ary trees. More documentation is available at his web site; follow the link below to get to it.

Documentation

Author:
Walter Korman

Constructor Index

 o WTFactory()

Method Index

 o setParentDistance(int)
Allows setting of the distance between levels in the tree.

Constructors

 o WTFactory
 public WTFactory()

Methods

 o setParentDistance
 public void setParentDistance(int val)
Allows setting of the distance between levels in the tree.