public class AsciiTreeLayout
extends java.lang.Object
Constructor and Description |
---|
AsciiTreeLayout() |
Modifier and Type | Method and Description |
---|---|
static <A> java.lang.String |
toAscii(A top,
scala.Function1<A,scala.collection.immutable.Seq<A>> children,
scala.Function1<A,java.lang.String> display,
int maxColumn) |