Package hu.webarticum.treeprinter
Interface TraditionalTreePrinter.Liner
-
- All Known Implementing Classes:
TraditionalTreePrinter.DefaultLiner
- Enclosing class:
- TraditionalTreePrinter
public static interface TraditionalTreePrinter.Liner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intprintConnections(LineBuffer buffer, int row, int topConnection, java.util.List<java.lang.Integer> bottomConnections)
-
-
-
Method Detail
-
printConnections
int printConnections(LineBuffer buffer, int row, int topConnection, java.util.List<java.lang.Integer> bottomConnections)
-
-