public interface TextBorderBuilder extends Text<TextBorderBuilder>, org.refcodes.graphical.BoxBorderModeAccessor.BoxBorderModeProperty, org.refcodes.graphical.BoxBorderModeAccessor.BoxBorderModeBuilder<TextBorderBuilder>, TableStyleAccessor.TableStyleProperty, TableStyleAccessor.TableStyleBuilder<TextBorderBuilder>
TextAccessor.TextBuilder<B extends TextAccessor.TextBuilder<B>>, TextAccessor.TextMutator, TextAccessor.TextProperty, TextAccessor.TextProvider
org.refcodes.graphical.BoxBorderModeAccessor.BoxBorderModeBuilder<B extends org.refcodes.graphical.BoxBorderModeAccessor.BoxBorderModeBuilder<B>>, org.refcodes.graphical.BoxBorderModeAccessor.BoxBorderModeMutator, org.refcodes.graphical.BoxBorderModeAccessor.BoxBorderModeProperty
TableStyleAccessor.TableStyleBuilder<B extends TableStyleAccessor.TableStyleBuilder<?>>, TableStyleAccessor.TableStyleMutator, TableStyleAccessor.TableStyleProperty
Modifier and Type | Method and Description |
---|---|
char |
getBorderChar()
Retrieves the border char from the border char property.
|
int |
getBorderWidth()
Retrieves the border width from the border width property.
|
void |
setBorderChar(char aBorderChar)
Sets the border char for the border char property.
|
void |
setBorderWidth(int aBorderWidth)
Sets the border width for the border width property.
|
String[] |
toStrings()
The
String s being build by the builder upon the settings of the
attributes. |
default TextBorderBuilder |
withBorderChar(char aBorderChar)
Sets the border char for the border char property.
|
default TextBorderBuilder |
withBorderWidth(int aBorderWidth)
Sets the border width for the border width property.
|
getText
setText, setText
withText
toString
setBoxBorderMode
withBoxBorderMode
getTableStyle
setTableStyle
withTableStyle
char getBorderChar()
void setBorderChar(char aBorderChar)
aBorderChar
- The border char to be stored by the text align mode
property.default TextBorderBuilder withBorderChar(char aBorderChar)
aBorderChar
- The border char to be stored by the text align mode
property.int getBorderWidth()
void setBorderWidth(int aBorderWidth)
aBorderWidth
- The border width to be stored by the text align mode
property.default TextBorderBuilder withBorderWidth(int aBorderWidth)
aBorderWidth
- The border width to be stored by the text align mode
property.String[] toStrings()
String
s being build by the builder upon the settings of the
attributes.toStrings
in interface TextAccessor.TextProvider
String
arrayCopyright © 2017. All rights reserved.