public interface TextTree
| Modifier and Type | Method and Description |
|---|---|
static TextTree |
newInstance()
Factory method.
|
static TextTree |
newInstance(TreeOptions pOptions)
Factory method.
|
String |
render(Node pNode)
Render the given tree into a String representation (synchronously).
|
@Nonnull static TextTree newInstance()
@Nonnull static TextTree newInstance(@Nullable TreeOptions pOptions)
pOptions - tree options