Interface TextBoxGrid.TextBoxGridBuilder<B extends TextBoxGrid.TextBoxGridBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Superinterfaces:
org.refcodes.mixin.BoxGrid.BoxGridBuilder<Character,B>
Enclosing interface:
TextBoxGrid

public static interface TextBoxGrid.TextBoxGridBuilder<B extends TextBoxGrid.TextBoxGridBuilder<B>> extends org.refcodes.mixin.BoxGrid.BoxGridBuilder<Character,B>
An incarnation of the BoxGrid.BoxGridBuilder using grid elements of type Character.
  • Method Summary

    Methods inherited from interface org.refcodes.mixin.BoxGrid.BoxGridBuilder

    withBottomDividerEdge, withBottomLeftEdge, withBottomLine, withBottomRightEdge, withDividerEdge, withDividerLine, withInnerLine, withLeftEdge, withLeftLine, withRightEdge, withRightLine, withTopDividerEdge, withTopLeftEdge, withTopLine, withTopRightEdge