Uses of Interface
org.refcodes.textual.TextBoxGridAccessor.TextBoxGridBuilder
-
-
Uses of TextBoxGridAccessor.TextBoxGridBuilder in org.refcodes.textual
Classes in org.refcodes.textual with type parameters of type TextBoxGridAccessor.TextBoxGridBuilder Modifier and Type Interface Description static interface
TextBoxGridAccessor.TextBoxGridBuilder<B extends TextBoxGridAccessor.TextBoxGridBuilder<?>>
Provides a mutator for anTextBoxGrid
property.Subinterfaces of TextBoxGridAccessor.TextBoxGridBuilder in org.refcodes.textual Modifier and Type Interface Description interface
TextBorderBuilder
"Draws" an ASCII_HEADER_ASCII_BODY characters border around a text.Classes in org.refcodes.textual that implement TextBoxGridAccessor.TextBoxGridBuilder Modifier and Type Class Description class
TextBorderBuilderImpl
TheTextBorderBuilderImpl
implements theTextBorderBuilder
interface by using the providedTextBoxGrid
characters when drawing a borde.
-