Uses of Interface
org.refcodes.textual.TextBorderBuilder
-
-
Uses of TextBorderBuilder in org.refcodes.textual
Classes in org.refcodes.textual that implement TextBorderBuilder Modifier and Type Class Description class
TextBorderBuilderImpl
TheTextBorderBuilderImpl
implements theTextBorderBuilder
interface by using the providedTextBoxGrid
characters when drawing a borde.Methods in org.refcodes.textual that return TextBorderBuilder Modifier and Type Method Description static TextBorderBuilder
TextBorderBuilder. build()
This is a convenience method for easily instantiating the according builder.default TextBorderBuilder
TextBorderBuilder. withBorderChar(char aBorderChar)
Sets the border char for the border char property.default TextBorderBuilder
TextBorderBuilder. withBorderWidth(int aBorderWidth)
Sets the border width for the border width property.TextBorderBuilder
TextBorderBuilderImpl. withBoxBorderMode(org.refcodes.graphical.BoxBorderMode aBoxBorderMode)
TextBorderBuilder
TextBorderBuilderImpl. withTextBoxGrid(TextBoxGrid aTextBoxGrid)
Sets the rowsTextBoxGrid
to use returns this builder as of the Builder-Pattern.
-