Class AsciiTreeLayout


  • public class AsciiTreeLayout
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AsciiTreeLayout()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AsciiTreeLayout

        public AsciiTreeLayout()
    • Method Detail

      • toAscii

        public 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)