Package hu.webarticum.treeprinter
Class BorderTreeNodeDecorator.Builder
- java.lang.Object
-
- hu.webarticum.treeprinter.BorderTreeNodeDecorator.Builder
-
- Enclosing class:
- BorderTreeNodeDecorator
public static class BorderTreeNodeDecorator.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
decorable
public BorderTreeNodeDecorator.Builder decorable(boolean decorable)
-
decorableAuto
public BorderTreeNodeDecorator.Builder decorableAuto()
-
inherit
public BorderTreeNodeDecorator.Builder inherit(boolean inherit)
-
inherit
public BorderTreeNodeDecorator.Builder inherit(boolean inherit, boolean forceInherit)
-
forceInherit
public BorderTreeNodeDecorator.Builder forceInherit(boolean forceInherit)
-
ascii
public BorderTreeNodeDecorator.Builder ascii()
-
unicode
public BorderTreeNodeDecorator.Builder unicode()
-
characters
public BorderTreeNodeDecorator.Builder characters(char topLeft, char top, char topRight, char right, char bottomRight, char bottom, char bottomLeft, char left)
-
topLeft
public BorderTreeNodeDecorator.Builder topLeft(char topLeft)
-
top
public BorderTreeNodeDecorator.Builder top(char top)
-
topRight
public BorderTreeNodeDecorator.Builder topRight(char topRight)
-
right
public BorderTreeNodeDecorator.Builder right(char right)
-
bottomRight
public BorderTreeNodeDecorator.Builder bottomRight(char bottomRight)
-
bottom
public BorderTreeNodeDecorator.Builder bottom(char bottom)
-
bottomLeft
public BorderTreeNodeDecorator.Builder bottomLeft(char bottomLeft)
-
left
public BorderTreeNodeDecorator.Builder left(char left)
-
buildFor
public BorderTreeNodeDecorator buildFor(TreeNode node)
-
-