Class TextBoxGridImpl
- All Implemented Interfaces:
BoxGrid<Character>, TextBoxGrid
Implementation of the
TextBoxGrid interface.-
Nested Class Summary
Nested classes/interfaces inherited from interface BoxGrid
BoxGrid.BoxGridBuilder<T,B>, BoxGrid.BoxGridMutator<T>, BoxGrid.BoxGridProperty<T> Nested classes/interfaces inherited from interface TextBoxGrid
TextBoxGrid.TextBoxGridBuilder<B>, TextBoxGrid.TextBoxGridMutator, TextBoxGrid.TextBoxGridProperty -
Field Summary
Fields inherited from class AbstractBoxGrid
_bottomDividerEdge, _bottomLeftEdge, _bottomLine, _bottomRightEdge, _dividerEdge, _dividerLine, _innerLine, _leftEdge, _leftLine, _rightEdge, _rightLine, _topDividerEdge, _topLeftEdge, _topLine, _topRightEdge -
Constructor Summary
ConstructorsConstructorDescriptionTextBoxGridImpl(String[] aTextBoxGrid) For easy of use this constructor uses aStringarray representing the box grid characters to be used. -
Method Summary
Methods inherited from class AbstractBoxGrid
getBottomDividerEdge, getBottomLeftEdge, getBottomLine, getBottomRightEdge, getDividerEdge, getDividerLine, getInnerLine, getLeftEdge, getLeftLine, getRightEdge, getRightLine, getTopDividerEdge, getTopLeftEdge, getTopLine, getTopRightEdgeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BoxGrid
getBottomDividerEdge, getBottomLeftEdge, getBottomLine, getBottomRightEdge, getDividerEdge, getDividerLine, getInnerLine, getLeftEdge, getLeftLine, getRightEdge, getRightLine, getTopDividerEdge, getTopLeftEdge, getTopLine, getTopRightEdge
-
Constructor Details
-
TextBoxGridImpl
-