A B C D E F G H I K L M N O P R S T U V W
A
- ABSOLUTE - org.refcodes.textual.ColumnWidthType
-
The width is being specified absolute in number of chars.
- addColumn() - Method in interface org.refcodes.textual.TableBuilder
-
Adds a column and returns this
TableBuilder
instance as of the Builder-Pattern. - addColumn() - Method in class org.refcodes.textual.TableBuilderImpl
-
Adds a column and returns this
TableBuilder
instance as of the Builder-Pattern. - addEscapeProperty(String, String) - Method in interface org.refcodes.textual.EscapeTextBuilder
-
Adds the escape property.
- addEscapeProperty(String, String) - Method in class org.refcodes.textual.EscapeTextBuilderImpl
-
Adds the escape property.
- addEscapeProperty(Property) - Method in interface org.refcodes.textual.EscapeTextBuilder
-
Adds the escape property.
- addEscapeProperty(Property) - Method in class org.refcodes.textual.EscapeTextBuilderImpl
-
Adds the escape property.
- ALPHABETIC - org.refcodes.textual.RandomTextMode
- ALPHANUMERIC - org.refcodes.textual.RandomTextMode
- ASCII - org.refcodes.textual.RandomTextMode
- ASCII - org.refcodes.textual.TableStyle
- ASCII_BLANK - org.refcodes.textual.TableStyle
- AsciiArtBuilder - Interface in org.refcodes.textual
-
ASCII art as of the
AsciiArtBuilder
is represented by an array ofString
instances "visualizing" a given text (rendered with the givenFont
) or image as so called ASCII art. - AsciiArtBuilderImpl - Class in org.refcodes.textual
-
The Class AsciiArtBuilderImpl.
- AsciiArtBuilderImpl() - Constructor for class org.refcodes.textual.AsciiArtBuilderImpl
- AsciiArtMode - Enum in org.refcodes.textual
-
The
AsciiArtMode
specifies for according algorithms on how a text is to be rendered. - AT_END_OF_LINE - org.refcodes.textual.SplitTextMode
-
A line is to be split at an end of a line, best as it gets, identified by the
CharSet.END_OF_LINE
characters. - AT_FIRST_END_OF_LINE - org.refcodes.textual.SplitTextMode
-
A line is to be split at the first end of a line detected, identified by the
CharSet.END_OF_LINE
characters. - AT_FIXED_WIDTH - org.refcodes.textual.SplitTextMode
-
A line is to be split exactly at the given width not reckoning the end of lines or spaces.
- AT_SPACE - org.refcodes.textual.SplitTextMode
-
A line is to be split at space characters, best as it gets, identified by the space " " character.
B
- BINARY - org.refcodes.textual.RandomTextMode
- BLANK - org.refcodes.textual.TableStyle
- BLOCK - org.refcodes.textual.HorizAlignTextMode
-
Block mode, extends the line's spaces round robin with additional spaces till the width is reached.
- BOLD - org.refcodes.textual.FontStyle
- BOLD_ITALIC - org.refcodes.textual.FontStyle
- BOTTOM - org.refcodes.textual.VertAlignTextMode
C
- CAMEL_CASE - org.refcodes.textual.CaseStyle
- Case - Enum in org.refcodes.textual
-
The Enum Case.
- CaseAccessor - Interface in org.refcodes.textual
-
Provides an accessor for a
Case
property. - CaseAccessor.CaseBuilder<B extends CaseAccessor.CaseBuilder<?>> - Interface in org.refcodes.textual
-
Provides a mutator for an
Case
property. - CaseAccessor.CaseMutator - Interface in org.refcodes.textual
-
Provides a mutator for an
Case
property. - CaseAccessor.CaseProperty - Interface in org.refcodes.textual
-
Provides a
Case
property. - CaseStyle - Enum in org.refcodes.textual
-
Predefined
CaseStyle
"implementations" (in terms of methods such asCaseStyle.toCaseStyle(String)
) making use of theCaseStyleBuilder
. - CaseStyleBuilder - Interface in org.refcodes.textual
-
Converts a key to the format of a
String
to the desired case. - CaseStyleBuilderImpl - Class in org.refcodes.textual
-
The Class CaseStyleBuilderImpl.
- CaseStyleBuilderImpl() - Constructor for class org.refcodes.textual.CaseStyleBuilderImpl
- CELL - org.refcodes.textual.TextFormatMode
-
The whole cell including text and blank lines is formatted (especially important in case of a formatted background).
- CENTER - org.refcodes.textual.HorizAlignTextMode
-
Center alignment relative to the required width.
- CENTER - org.refcodes.textual.MoreTextMode
- CENTER - org.refcodes.textual.VertAlignTextMode
- ColumnFormatMetrics - Interface in org.refcodes.textual
-
The Interface ColumnFormatMetrics.
- ColumnFormatMetricsImpl - Class in org.refcodes.textual
-
Implementation of the
ColumnFormatMetrics
interface. - ColumnFormatMetricsImpl() - Constructor for class org.refcodes.textual.ColumnFormatMetricsImpl
-
Instantiates a new column format metrics impl.
- ColumnFormatMetricsImpl(int, ColumnWidthType) - Constructor for class org.refcodes.textual.ColumnFormatMetricsImpl
-
Constructs a column's width, either in percent (%) or in number of chars.
- ColumnSetupMetrics - Interface in org.refcodes.textual
-
The Interface ColumnSetupMetrics.
- ColumnSetupMetricsImpl - Class in org.refcodes.textual
-
Implementation of the
ColumnFormatMetrics
interface. - ColumnSetupMetricsImpl() - Constructor for class org.refcodes.textual.ColumnSetupMetricsImpl
-
Instantiates a new column setup metrics impl.
- ColumnSetupMetricsImpl(int, ColumnWidthType) - Constructor for class org.refcodes.textual.ColumnSetupMetricsImpl
-
Constructs a column's width, either in percent (%) or in number of chars.
- ColumnWidthMetrics - Interface in org.refcodes.textual
-
This interface specifies means to define a width either as percentage or absolute, e.g. in the number of chars.
- ColumnWidthMetricsImpl - Class in org.refcodes.textual
-
Implementation of the
ColumnWidthMetrics
interface. - ColumnWidthMetricsImpl() - Constructor for class org.refcodes.textual.ColumnWidthMetricsImpl
-
Instantiates a new column width metrics impl.
- ColumnWidthMetricsImpl(int, ColumnWidthType) - Constructor for class org.refcodes.textual.ColumnWidthMetricsImpl
-
Constructs a column's width, either in percent (%) or in number of chars.
- ColumnWidthType - Enum in org.refcodes.textual
-
Determines the type of width being specified, either relative where the sum of all relative widths represents 100%; or absolute in number of chars.
- CONSOLE - org.refcodes.textual.PixmapRatioMode
-
The width to height ration is adjusted to look good on a console / terminal.
- createInstance(Object) - Method in interface org.refcodes.textual.EscapeCodeFactory
-
To instance.
- CsvBuilder - Interface in org.refcodes.textual
-
The Interface CsvBuilder.
- CsvBuilderImpl - Class in org.refcodes.textual
-
The Class CsvBuilderImpl.
- CsvBuilderImpl() - Constructor for class org.refcodes.textual.CsvBuilderImpl
- CsvEscapeMode - Enum in org.refcodes.textual
-
The
CsvEscapeMode
specifies for according algorithms on how a CSV's line's escape handling is to be processed.
D
- DIALOG - org.refcodes.textual.FontType
- DIALOG_INPUT - org.refcodes.textual.FontType
- doStrip(StringBuffer, char) - Static method in class org.refcodes.textual.TruncateTextBuilderImpl
-
Removes all leading and trailing chars identical with specified char ch.
- doStripLeft(StringBuffer, char) - Static method in class org.refcodes.textual.TruncateTextBuilderImpl
-
Removes all leading chars identical with specified char.
- doStripRight(StringBuffer, char) - Static method in class org.refcodes.textual.TruncateTextBuilderImpl
-
Removes all rear chars identical with specified char ch.
- DOUBLE - org.refcodes.textual.TableStyle
- DOUBLE_SINGLE - org.refcodes.textual.TableStyle
E
- ElementsAccessor - Interface in org.refcodes.textual
-
Provides an accessor for a text property.
- ElementsAccessor.TextBuilder<B extends ElementsAccessor.TextBuilder<B>> - Interface in org.refcodes.textual
-
Provides a builder method for a text property returning the builder for applying multiple build operations.
- ElementsAccessor.TextMutator - Interface in org.refcodes.textual
-
Provides a mutator for a text property.
- ElementsAccessor.TextProperty - Interface in org.refcodes.textual
-
Provides a text property.
- ESCAPE - org.refcodes.textual.EscapeTextMode
- EscapeCodeFactory - Interface in org.refcodes.textual
-
A
LookupFactory
for creating ANSI Escape-Codes from an instance of a given type. - ESCAPED - org.refcodes.textual.CsvEscapeMode
- EscapeTextBuilder - Interface in org.refcodes.textual
-
The Interface EscapeTextBuilder.
- EscapeTextBuilderImpl - Class in org.refcodes.textual
-
The Class EscapeTextBuilderImpl.
- EscapeTextBuilderImpl() - Constructor for class org.refcodes.textual.EscapeTextBuilderImpl
- EscapeTextMode - Enum in org.refcodes.textual
-
The Enum EscapeTextMode.
- EscapeTextUtility - Class in org.refcodes.textual
-
The Class EscapeTextUtility.
F
- FindAndReplaceUtility - Class in org.refcodes.textual
-
The Class FindAndReplaceUtility.
- Font - Interface in org.refcodes.textual
-
The Interface Font.
- FontAccessor - Interface in org.refcodes.textual
-
Provides an accessor for a font property.
- FontAccessor.FontBuilder<B extends FontAccessor.FontBuilder<B>> - Interface in org.refcodes.textual
-
Provides a builder method for a font property returning the builder for applying multiple build operations.
- FontAccessor.FontMutator - Interface in org.refcodes.textual
-
Provides a mutator for a font property.
- FontAccessor.FontProperty - Interface in org.refcodes.textual
-
Provides a font property.
- FontImpl - Class in org.refcodes.textual
-
The Class FontImpl.
- FontImpl() - Constructor for class org.refcodes.textual.FontImpl
-
Instantiates a new font impl.
- FontImpl(String, FontStyle) - Constructor for class org.refcodes.textual.FontImpl
-
Instantiates a new font impl.
- FontImpl(String, FontStyle, int) - Constructor for class org.refcodes.textual.FontImpl
-
Instantiates a new font impl.
- FontImpl(FontType, FontStyle) - Constructor for class org.refcodes.textual.FontImpl
-
Instantiates a new font impl.
- FontImpl(FontType, FontStyle, int) - Constructor for class org.refcodes.textual.FontImpl
-
Instantiates a new font impl.
- FontNameAccessor - Interface in org.refcodes.textual
-
Provides an accessor for a font name property.
- FontNameAccessor.FontNameBuilder<B extends FontNameAccessor.FontNameBuilder<B>> - Interface in org.refcodes.textual
-
Provides a builder method for a font name property returning the builder for applying multiple build operations.
- FontNameAccessor.FontNameMutator - Interface in org.refcodes.textual
-
Provides a mutator for a font name property.
- FontNameAccessor.FontNameProperty - Interface in org.refcodes.textual
-
Provides a font name property.
- FontSizeAccessor - Interface in org.refcodes.textual
-
Provides an accessor for a font style property.
- FontSizeAccessor.FontSizeBuilder<B extends FontSizeAccessor.FontSizeBuilder<B>> - Interface in org.refcodes.textual
-
Provides a builder method for a font style property returning the builder for applying multiple build operations.
- FontSizeAccessor.FontSizeMutator - Interface in org.refcodes.textual
-
Provides a mutator for a font style property.
- FontSizeAccessor.FontSizeProperty - Interface in org.refcodes.textual
-
Provides a font style property.
- FontStyle - Enum in org.refcodes.textual
-
An enumeration with commonly used font styles.
- FontStyleAccessor - Interface in org.refcodes.textual
-
Provides an accessor for a font style property.
- FontStyleAccessor.FontStyleBuilder<B extends FontStyleAccessor.FontStyleBuilder<B>> - Interface in org.refcodes.textual
-
Provides a builder method for a font style property returning the builder for applying multiple build operations.
- FontStyleAccessor.FontStyleMutator - Interface in org.refcodes.textual
-
Provides a mutator for a font style property.
- FontStyleAccessor.FontStyleProperty - Interface in org.refcodes.textual
-
Provides a font style property.
- FontType - Enum in org.refcodes.textual
-
An enumeration with commonly used font names.
- FontTypeAccessor - Interface in org.refcodes.textual
-
Provides an accessor for a font type property.
- FontTypeAccessor.FontTypeBuilder<B extends FontTypeAccessor.FontTypeBuilder<B>> - Interface in org.refcodes.textual
-
Provides a builder method for a font type property returning the builder for applying multiple build operations.
- FontTypeAccessor.FontTypeMutator - Interface in org.refcodes.textual
-
Provides a mutator for a font type property.
- FontTypeAccessor.FontTypeProperty - Interface in org.refcodes.textual
-
Provides a font type property.
- fromColumnFormatMetrics(ColumnFormatMetrics) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
From column format metrics.
- fromColumnSetupMetrics(ColumnSetupMetrics) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
From column setup metrics.
- fromColumnWidthMetrics(ColumnWidthMetrics) - Method in interface org.refcodes.textual.ColumnWidthMetrics
-
From column width metrics.
- fromFontStyleCode(int) - Static method in enum org.refcodes.textual.FontStyle
-
Retrieves the enumeration element representing the given font style code (ignoring the case) or null if none was found.
- fromFontStyleName(String) - Static method in enum org.refcodes.textual.FontStyle
-
Retrieves the enumeration element representing the given font name (ignoring the case) or null if none was found.
- fromFontTypeName(String) - Static method in enum org.refcodes.textual.FontType
-
Retrieves the enumeration element representing the given font name (ignoring the case) or null if none was found.
- fromSeparatedValues(String) - Static method in class org.refcodes.textual.CsvBuilderImpl
-
Takes the
String
and creates aList
withString
instances containing the elements as identified from theString
by splitting theString
at the delimiter positions and adding those chunks to theList
with the accordingDelimiter.CSV
delimiter.. - fromSeparatedValues(String, char) - Static method in class org.refcodes.textual.CsvBuilderImpl
-
Takes the
String
and creates aList
withString
instances containing the elements as identified from theString
by splitting theString
at the delimiter positions and adding those chunks to theList
. - fromSeparatedValues(String, char, CsvEscapeMode) - Static method in class org.refcodes.textual.CsvBuilderImpl
-
From separated values.
- fromSplitValues(String) - Static method in class org.refcodes.textual.CsvBuilderImpl
-
Takes the
String
and creates aList
withString
instances containing the elements as identified from theString
by splitting theString
at the delimiter positions and adding those chunks to theList
with the accordingDelimiter.CSV
delimiter.. - fromSplitValues(String, char) - Static method in class org.refcodes.textual.CsvBuilderImpl
-
Takes the
String
and creates aList
withString
instances containing the elements as identified from theString
by splitting theString
at the delimiter positions and adding those chunks to theList
. - fromSplitValues(String, String) - Static method in class org.refcodes.textual.CsvBuilderImpl
-
Takes the
String
and creates aList
withString
instances containing the elements as identified from theString
by splitting theString
at the delimiter positions and adding those chunks to theList
.
G
- getAsciiArtMode() - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Retrieves the ASCII art mode from the ASCII art mode property.
- getAsciiArtMode() - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Retrieves the ASCII art mode from the ASCII art mode property.
- getAsciiColorPalette() - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Retrieves the ASCII color palette from the ASCII color palette property.
- getAsciiColorPalette() - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Retrieves the ASCII color palette from the ASCII color palette property.
- getAsciiColors() - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Retrieves the ASCII colors from the ASCII colors property.
- getAsciiColors() - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Retrieves the ASCII colors from the ASCII colors property.
- getBody() - Method in enum org.refcodes.textual.TableStyle
-
Returns the table body's characters.
- getBorderChar() - Method in interface org.refcodes.textual.TextBorderBuilder
-
Retrieves the border char from the border char property.
- getBorderChar() - Method in class org.refcodes.textual.TextBorderBuilderImpl
-
Retrieves the border char from the border char property.
- getBorderWidth() - Method in interface org.refcodes.textual.TextBorderBuilder
-
Retrieves the border width from the border width property.
- getBorderWidth() - Method in class org.refcodes.textual.TextBorderBuilderImpl
-
Retrieves the border width from the border width property.
- getBoxBorderMode() - Method in class org.refcodes.textual.TextBorderBuilderImpl
- getCase() - Method in interface org.refcodes.textual.CaseAccessor
-
Gets the currently set
Case
being used. - getCase() - Method in class org.refcodes.textual.CaseStyleBuilderImpl
-
Gets the currently set
Case
being used. - getCharSet() - Method in class org.refcodes.textual.RandomTextGenerartorImpl
- getCharSet() - Method in enum org.refcodes.textual.RandomTextMode
- getColumnWidth() - Method in class org.refcodes.textual.AsciiArtBuilderImpl
- getColumnWidth() - Method in class org.refcodes.textual.ColumnWidthMetricsImpl
- getColumnWidth() - Method in class org.refcodes.textual.HorizAlignTextBuilderImpl
- getColumnWidth() - Method in class org.refcodes.textual.MoreTextBuilderImpl
- getColumnWidth() - Method in class org.refcodes.textual.RandomTextGenerartorImpl
- getColumnWidth() - Method in class org.refcodes.textual.TextBlockBuilderImpl
- getColumnWidth() - Method in class org.refcodes.textual.TextLineBuilderImpl
- getColumnWidthType() - Method in interface org.refcodes.textual.ColumnWidthMetrics
-
The type of the width being provided, either percent (%) or number of chars.
- getColumnWidthType() - Method in class org.refcodes.textual.ColumnWidthMetricsImpl
-
The type of the width being provided, either percent (%) or number of chars.
- getCsvEscapeMode() - Method in interface org.refcodes.textual.CsvBuilder
-
Retrieves the CSV escape mode from the CSV escape mode property.
- getCsvEscapeMode() - Method in class org.refcodes.textual.CsvBuilderImpl
-
Retrieves the CSV escape mode from the CSV escape mode property.
- getDelimiterChar() - Method in interface org.refcodes.textual.CsvBuilder
-
Retrieves the delimiter char from the delimiter char property.
- getDelimiterChar() - Method in class org.refcodes.textual.CsvBuilderImpl
-
Retrieves the delimiter char from the delimiter char property.
- getElements() - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Gets the elements for the elements property.
- getElements() - Method in class org.refcodes.textual.VerboseTextBuilderImpl
-
Gets the elements for the elements property.
- getEscapeProperties() - Method in interface org.refcodes.textual.EscapeTextBuilder
-
Gets the escape properties.
- getEscapeProperties() - Method in class org.refcodes.textual.EscapeTextBuilderImpl
-
Gets the escape properties.
- getEscapeTextMode() - Method in interface org.refcodes.textual.EscapeTextBuilder
-
Retrieves the escape text mode from the escape text mode property.
- getEscapeTextMode() - Method in class org.refcodes.textual.EscapeTextBuilderImpl
-
Retrieves the escape text mode from the escape text mode property.
- getFields() - Method in interface org.refcodes.textual.CsvBuilder
-
Retrieves the CSV elements from the CSV elements property.
- getFields() - Method in class org.refcodes.textual.CsvBuilderImpl
-
Retrieves the CSV elements from the CSV elements property.
- getFillChar() - Method in interface org.refcodes.textual.HorizAlignTextBuilder
-
Retrieves the fill char from the fill char property.
- getFillChar() - Method in class org.refcodes.textual.HorizAlignTextBuilderImpl
-
Retrieves the fill char from the fill char property.
- getFillChar() - Method in interface org.refcodes.textual.VertAlignTextBuilder
-
Retrieves the fill char from the fill char property.
- getFillChar() - Method in class org.refcodes.textual.VertAlignTextBuilderImpl
-
Retrieves the fill char from the fill char property.
- getFindText() - Method in interface org.refcodes.textual.ReplaceTextBuilder
-
Retrieves the find text from the find text property.
- getFindText() - Method in class org.refcodes.textual.ReplaceTextBuilderImpl
-
Retrieves the find text from the find text property.
- getFont() - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Retrieves the font from the font property.
- getFont() - Method in interface org.refcodes.textual.FontAccessor
-
Retrieves the font from the font property.
- getFontName() - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Retrieves the font name from the font name property.
- getFontName() - Method in class org.refcodes.textual.FontImpl
-
Retrieves the font name from the font name property.
- getFontName() - Method in interface org.refcodes.textual.FontNameAccessor
-
Retrieves the font name from the font name property.
- getFontSize() - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Retrieves the font style from the font style property.
- getFontSize() - Method in class org.refcodes.textual.FontImpl
-
Retrieves the font style from the font style property.
- getFontSize() - Method in interface org.refcodes.textual.FontSizeAccessor
-
Retrieves the font style from the font style property.
- getFontStyle() - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Retrieves the font style from the font style property.
- getFontStyle() - Method in class org.refcodes.textual.FontImpl
-
Retrieves the font style from the font style property.
- getFontStyle() - Method in interface org.refcodes.textual.FontStyleAccessor
-
Retrieves the font style from the font style property.
- getFontStyleCode() - Method in enum org.refcodes.textual.FontStyle
-
Returns the font style code of the given enumeration element.
- getFontStyleName() - Method in enum org.refcodes.textual.FontStyle
-
Returns the font style name of the given enumeration element.
- getFontType() - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Retrieves the font type from the font type property.
- getFontType() - Method in class org.refcodes.textual.FontImpl
-
Retrieves the font type from the font type property.
- getFontType() - Method in interface org.refcodes.textual.FontTypeAccessor
-
Retrieves the font type from the font type property.
- getFontTypeName() - Method in enum org.refcodes.textual.FontType
-
Returns the font name of the given enumeration element.
- getHeader() - Method in enum org.refcodes.textual.TableStyle
-
Returns the table header's characters.
- getHeaderEscapeCode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Returns the ANSI Escape-Code for the header.
- getHeaderEscapeCode() - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Returns the ANSI Escape-Code for the header.
- getHeaderEscapeCodeFactory() - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Gets the ANSI Escape-Code factory for the header.
- getHeaderEscapeCodeFactory() - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Gets the ANSI Escape-Code factory for the header.
- getHeaderHorizAlignTextMode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Gets the alignment mode for the header.
- getHeaderHorizAlignTextMode() - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Gets the alignment mode for the header.
- getHeaderMoreTextMode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Gets the alignment mode for the header.
- getHeaderMoreTextMode() - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Gets the alignment mode for the header.
- getHeaderSplitTextMode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Returns the
SplitTextMode
for the header. - getHeaderSplitTextMode() - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Returns the
SplitTextMode
for the header. - getHeaderTextFormatMode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Returns the
TextFormatMode
for the header. - getHeaderTextFormatMode() - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Returns the
TextFormatMode
for the header. - getHorizAlignTextMode() - Method in class org.refcodes.textual.HorizAlignTextBuilderImpl
-
Retrieves the horizontal align text mode from the horizontal align text mode property.
- getHorizAlignTextMode() - Method in interface org.refcodes.textual.HorizAlignTextModeAccessor
-
Retrieves the horizontal align text mode from the horizontal align text mode property.
- getHorizAlignTextMode() - Method in class org.refcodes.textual.TextBlockBuilderImpl
-
Retrieves the horizontal align text mode from the horizontal align text mode property.
- getLineChar() - Method in interface org.refcodes.textual.TextLineBuilder
-
Retrieves the line char from the line char property.
- getLineChar() - Method in class org.refcodes.textual.TextLineBuilderImpl
-
Retrieves the line char from the line char property.
- getMoreText() - Method in interface org.refcodes.textual.MoreTextBuilder
-
Retrieves the more text from the more text property.
- getMoreText() - Method in class org.refcodes.textual.MoreTextBuilderImpl
-
Retrieves the more text from the more text property.
- getMoreTextMode() - Method in interface org.refcodes.textual.MoreTextBuilder
-
Retrieves the more text mode from the more text mode property.
- getMoreTextMode() - Method in class org.refcodes.textual.MoreTextBuilderImpl
-
Retrieves the more text mode from the more text mode property.
- getMoreTextMode() - Method in interface org.refcodes.textual.MoreTextModeAccessor
-
Retrieves the more-text mode from the more-text mode property.
- getName() - Method in class org.refcodes.textual.ColumnSetupMetricsImpl
- getOverwriteTextMode() - Method in interface org.refcodes.textual.OverwriteTextBuilder
-
Retrieves the overwrite text mode from the overwrite text mode property.
- getOverwriteTextMode() - Method in class org.refcodes.textual.OverwriteTextBuilderImpl
-
Retrieves the overwrite text mode from the overwrite text mode property.
- getOverwritingText() - Method in interface org.refcodes.textual.OverwriteTextBuilder
-
Retrieves the overwriting text from the overwriting text property.
- getOverwritingText() - Method in class org.refcodes.textual.OverwriteTextBuilderImpl
-
Retrieves the overwriting text from the overwriting text property.
- getPixmapRatioMode() - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Retrieves the
Pixmap
ratio mode from thePixmap
ratio mode property. - getPixmapRatioMode() - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Retrieves the
Pixmap
ratio mode from thePixmap
ratio mode property. - getPrintStream() - Method in class org.refcodes.textual.TableBuilderImpl
- getRandomTextMode() - Method in interface org.refcodes.textual.RandomTextGenerartor
-
Retrieves the random text mode from the random text mode property.
- getRandomTextMode() - Method in class org.refcodes.textual.RandomTextGenerartorImpl
-
Retrieves the random text mode from the random text mode property.
- getRatio() - Method in enum org.refcodes.textual.PixmapRatioMode
-
Gets the ratio.
- getRecord() - Method in interface org.refcodes.textual.CsvBuilder
-
Retrieves the CSV line from the CSV line property.
- getRecord() - Method in class org.refcodes.textual.CsvBuilderImpl
-
Retrieves the CSV line from the CSV line property.
- getReplaceText() - Method in interface org.refcodes.textual.ReplaceTextBuilder
-
Retrieves the replace text from the replace text property.
- getReplaceText() - Method in class org.refcodes.textual.ReplaceTextBuilderImpl
-
Retrieves the replace text from the replace text property.
- getRgbPixmap() - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Retrieves the
Pixmap
from thePixmap
property. - getRgbPixmap() - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Retrieves the
Pixmap
from thePixmap
property. - getRowEscapeCode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Returns the ANSI Escape-Code for the rows and returns this
ColumnFormatMetrics
instance as of the Builder-Pattern. - getRowEscapeCode() - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Returns the ANSI Escape-Code for the rows and returns this
ColumnFormatMetrics
instance as of the Builder-Pattern. - getRowEscapeCodeFactory() - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Gets the ANSI Escape-Code factory for the row.
- getRowEscapeCodeFactory() - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Gets the ANSI Escape-Code factory for the row.
- getRowHeight() - Method in class org.refcodes.textual.VertAlignTextBuilderImpl
- getRowHorizAlignTextMode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Gets the alignment mode for the row.
- getRowHorizAlignTextMode() - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Gets the alignment mode for the row.
- getRowMoreTextMode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Gets the alignment mode for the row.
- getRowMoreTextMode() - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Gets the alignment mode for the row.
- getRowSplitTextMode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Returns the
SplitTextMode
for the row. - getRowSplitTextMode() - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Returns the
SplitTextMode
for the row. - getRowTextFormatMode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Returns the
TextFormatMode
for the row. - getRowTextFormatMode() - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Returns the
TextFormatMode
for the row. - getRowWidth() - Method in class org.refcodes.textual.TableBuilderImpl
- getSplitTextMode() - Method in interface org.refcodes.textual.SplitTextModeAccessor
-
Retrieves the split-text mode from the split-text mode property.
- getSplitTextMode() - Method in interface org.refcodes.textual.TextBlockBuilder
-
Retrieves the split text mode from the split text mode property.
- getSplitTextMode() - Method in class org.refcodes.textual.TextBlockBuilderImpl
-
Retrieves the split text mode from the split text mode property.
- getTableStatus() - Method in class org.refcodes.textual.TableBuilderImpl
-
Retrieves the
TablePrinter
(TableBuilder
) status. - getTableStatus() - Method in interface org.refcodes.textual.TablePrinter
-
Retrieves the
TablePrinter
(TableBuilder
) status. - getTableStyle() - Method in interface org.refcodes.textual.TableStyleAccessor
-
Gets the currently set
TableStyle
being used. - getTableStyle() - Method in class org.refcodes.textual.TextBorderBuilderImpl
-
Gets the currently set
TableStyle
being used. - getTail() - Method in enum org.refcodes.textual.TableStyle
-
Returns the table tail's characters.
- getText() - Method in class org.refcodes.textual.CaseStyleBuilderImpl
- getText() - Method in interface org.refcodes.textual.ElementsAccessor
-
Retrieves the text from the text property.
- getText() - Method in interface org.refcodes.textual.TextAccessor
-
Retrieves the text from the text property.
- getTextFormatMode() - Method in interface org.refcodes.textual.TextFormatModeAccessor
-
Retrieves the text-format mode from the text-format mode property.
- getTruncateChars() - Method in interface org.refcodes.textual.TruncateTextBuilder
-
Retrieves the truncate chars from the truncate chars property.
- getTruncateChars() - Method in class org.refcodes.textual.TruncateTextBuilderImpl
-
Retrieves the truncate chars from the truncate chars property.
- getTruncateTextMode() - Method in interface org.refcodes.textual.TruncateTextBuilder
-
Retrieves the truncate text mode from the truncate text mode property.
- getTruncateTextMode() - Method in class org.refcodes.textual.TruncateTextBuilderImpl
-
Retrieves the truncate text mode from the truncate text mode property.
- getVertAlignTextMode() - Method in class org.refcodes.textual.VertAlignTextBuilderImpl
-
Retrieves the vertical align text mode from the vertical align text mode property.
- getVertAlignTextMode() - Method in interface org.refcodes.textual.VertAlignTextModeAccessor
-
Retrieves the vertical align text mode from the vertical align text mode property.
H
- hasNext() - Method in class org.refcodes.textual.RandomTextGenerartorImpl
- HEADER_BEGIN - org.refcodes.textual.TableStatus
-
The header's top line has been printed.
- HEADER_CONTINUE - org.refcodes.textual.TableStatus
-
A header columns line has been printed.
- HEADER_END - org.refcodes.textual.TableStatus
-
The header's bottom line has been printed.
- HEXADECIMAL - org.refcodes.textual.RandomTextMode
- HorizAlignTextBuilder - Interface in org.refcodes.textual
-
Fills a text up on by appending the given char to the left or to the the right or inbetween till the given length is reached.
- HorizAlignTextBuilderImpl - Class in org.refcodes.textual
-
The Class HorizAlignTextBuilderImpl.
- HorizAlignTextBuilderImpl() - Constructor for class org.refcodes.textual.HorizAlignTextBuilderImpl
- HorizAlignTextMode - Enum in org.refcodes.textual
-
The
HorizAlignTextMode
specifies for according algorithms on how a line is to be aligned. - HorizAlignTextModeAccessor - Interface in org.refcodes.textual
-
Provides an accessor for a horizontal align text mode property.
- HorizAlignTextModeAccessor.HorizAlignTextModeBuilder<B extends HorizAlignTextModeAccessor.HorizAlignTextModeBuilder<B>> - Interface in org.refcodes.textual
-
Provides a builder method for a horizontal align text mode property returning the builder for applying multiple build operations.
- HorizAlignTextModeAccessor.HorizAlignTextModeMutator - Interface in org.refcodes.textual
-
Provides a mutator for a horizontal align text mode property.
- HorizAlignTextModeAccessor.HorizAlignTextModeProperty - Interface in org.refcodes.textual
-
Provides a horizontal align text mode property.
- HumanReadableUtility - Class in org.refcodes.textual
-
The Class HumanReadableUtility.
I
- INVERSE - org.refcodes.textual.AsciiArtMode
-
The text is rendered in inverse.
- isVisible() - Method in class org.refcodes.textual.ColumnSetupMetricsImpl
- ITALIC - org.refcodes.textual.FontStyle
K
- KEBAB_CASE - org.refcodes.textual.CaseStyle
- KEBAB_UPPER_CASE - org.refcodes.textual.CaseStyle
L
- LEFT - org.refcodes.textual.HorizAlignTextMode
-
Left alignment according to the required width.
- LEFT - org.refcodes.textual.MoreTextMode
- LEFT - org.refcodes.textual.OverwriteTextMode
-
Left overwriting.
- LEFT - org.refcodes.textual.TruncateTextMode
-
Left stripping according to the given strip chars.
- LEFT_AND_RIGHT - org.refcodes.textual.TruncateTextMode
-
Both left and right stripping relative to the given strip chars.
- LOWER - org.refcodes.textual.Case
- LOWER_CASE - org.refcodes.textual.RandomTextMode
M
- MONOSPACED - org.refcodes.textual.FontType
- MoreTextBuilder - Interface in org.refcodes.textual
-
A builder for processing a text with the given width applied and the given
MoreTextMode
applied. - MoreTextBuilderImpl - Class in org.refcodes.textual
-
Implementation of the
MoreTextBuilder
;. - MoreTextBuilderImpl() - Constructor for class org.refcodes.textual.MoreTextBuilderImpl
- MoreTextMode - Enum in org.refcodes.textual
-
The
MoreTextMode
specifies for according algorithms on how a line is to be split or cut off. - MoreTextModeAccessor - Interface in org.refcodes.textual
-
Provides an accessor for a more-text mode property.
- MoreTextModeAccessor.MoreTextModeBuilder<B extends MoreTextModeAccessor.MoreTextModeBuilder<B>> - Interface in org.refcodes.textual
-
Provides a builder method for a more-text mode property returning the builder for applying multiple build operations.
- MoreTextModeAccessor.MoreTextModeMutator - Interface in org.refcodes.textual
-
Provides a mutator for a more-text mode property.
- MoreTextModeAccessor.MoreTextModeProperty - Interface in org.refcodes.textual
-
Provides a more-text mode property.
N
- next() - Method in class org.refcodes.textual.RandomTextGenerartorImpl
- NO_SINGLE_LINE_CHARS - Static variable in class org.refcodes.textual.TextBlockBuilderImpl
- NONE - org.refcodes.textual.CaseStyle
- NONE - org.refcodes.textual.CsvEscapeMode
- NONE - org.refcodes.textual.MoreTextMode
- NONE - org.refcodes.textual.PixmapRatioMode
-
The pixmap will not be scaled at all.
- NONE - org.refcodes.textual.TableStatus
-
Nothing as been printed yet.
- NONE - org.refcodes.textual.TextFormatMode
-
Noting is to be formatted.
- NORMAL - org.refcodes.textual.AsciiArtMode
-
The text is rendered normally.
- NUMERIC - org.refcodes.textual.RandomTextMode
O
- ONE_HALF - org.refcodes.textual.PixmapRatioMode
-
The width to height ration is one to one half (1:1/2).
- org.refcodes.textual - package org.refcodes.textual
- OverwriteTextBuilder - Interface in org.refcodes.textual
-
Overwrites a text with another one to the the right or to the left.
- OverwriteTextBuilderImpl - Class in org.refcodes.textual
-
The Class OverwriteTextBuilderImpl.
- OverwriteTextBuilderImpl() - Constructor for class org.refcodes.textual.OverwriteTextBuilderImpl
- OverwriteTextMode - Enum in org.refcodes.textual
-
The
OverwriteTextMode
specifies for according algorithms on how a line is to be overwritten.
P
- PASCAL_CASE - org.refcodes.textual.CaseStyle
- PixmapRatioMode - Enum in org.refcodes.textual
-
The pixmap scale mode specifies how an algorithm will scale a
Pixmap
for proper display with text (character) e.g. when printing anRgbPixmap
on the console with ASCII art using theAsciiArtBuilder
. - PLAIN - org.refcodes.textual.FontStyle
- printHeader(String...) - Method in interface org.refcodes.textual.TableBuilder
-
Prints the table's header to the
PrintStream
configured for thisPrintWriter
with the content of the provided columns. - printHeader(String...) - Method in interface org.refcodes.textual.TablePrinter
-
Prints the table's header to the
PrintStream
configured for thisPrintWriter
with the content of the provided columns. - printHeader(List<String>) - Method in interface org.refcodes.textual.TablePrinter
-
Prints the table's header to the
PrintStream
configured for thisPrintWriter
with the content of the provided columns. - printHeaderBegin() - Method in interface org.refcodes.textual.TableBuilder
-
Prints out a header begin to the
PrintStream
configured for thisPrintWriter
, for convenience reasons, this is being encapsulated by theTablePrinter.printHeader(String...)
method. - printHeaderBegin() - Method in interface org.refcodes.textual.TablePrinter
-
Prints out a header begin to the
PrintStream
configured for thisPrintWriter
, for convenience reasons, this is being encapsulated by theTablePrinter.printHeader(String...)
method. - printHeaderComplete() - Method in interface org.refcodes.textual.TablePrinter
-
For more semantic clearness this method prints an end-of-header / begin-of-row line, though is equivalent to the method
TablePrinter.printHeaderBegin()
. - printHeaderContinue(String...) - Method in interface org.refcodes.textual.TableBuilder
-
Continues to print out a begun header to the
PrintStream
configured for thisPrintWriter
, for convenience reasons, this is being encapsulated by theTablePrinter.printHeader(String...)
method. - printHeaderContinue(String...) - Method in interface org.refcodes.textual.TablePrinter
-
Continues to print out a begun header to the
PrintStream
configured for thisPrintWriter
, for convenience reasons, this is being encapsulated by theTablePrinter.printHeader(String...)
method. - printHeaderContinue(List<String>) - Method in interface org.refcodes.textual.TablePrinter
-
Continues to print out a begun header to the
PrintStream
configured for thisPrintWriter
, for convenience reasons, this is being encapsulated by theTablePrinter.printHeader(String...)
method. - printHeaderEnd() - Method in interface org.refcodes.textual.TableBuilder
-
Prints out a header end to the
PrintStream
configured for thisPrintWriter
, for convenience reasons, this is being encapsulated by theTablePrinter.printHeader(String...)
method. - printHeaderEnd() - Method in interface org.refcodes.textual.TablePrinter
-
Prints out a header end to the
PrintStream
configured for thisPrintWriter
, for convenience reasons, this is being encapsulated by theTablePrinter.printHeader(String...)
method. - printHeaderEnd(TableBuilder) - Method in interface org.refcodes.textual.TableBuilder
-
Ends the headers of the provided
TableBuilder
for this table printer to continue to thePrintStream
configured for thisPrintWriter
; different header widths and column widths are taken care of, so it is a pleasure to mix differentTableBuilder
s, especially when empty columns may result in better using another column layout making better use of the available width. - printHeaderEnd(TableBuilder) - Method in interface org.refcodes.textual.TablePrinter
-
Ends the headers of the provided
TableBuilder
for this table printer to continue to thePrintStream
configured for thisPrintWriter
; different header widths and column widths are taken care of, so it is a pleasure to mix differentTableBuilder
s, especially when empty columns may result in better using another column layout making better use of the available width. - printRow(String...) - Method in interface org.refcodes.textual.TableBuilder
-
Prints the table's (next) row to the
PrintStream
configured for thisPrintWriter
with the content of the provided columns. - printRow(String...) - Method in interface org.refcodes.textual.TablePrinter
-
Prints the table's (next) row to the
PrintStream
configured for thisPrintWriter
with the content of the provided columns. - printRow(List<String>) - Method in interface org.refcodes.textual.TablePrinter
-
Prints the table's (next) row to the
PrintStream
configured for thisPrintWriter
with the content of the provided columns. - printRowBegin() - Method in interface org.refcodes.textual.TableBuilder
-
Prints out a row begin to the
PrintStream
configured for thisPrintWriter
, for convenience reasons, this is being encapsulated by theTablePrinter.printRow(String...)
method. - printRowBegin() - Method in interface org.refcodes.textual.TablePrinter
-
Prints out a row begin to the
PrintStream
configured for thisPrintWriter
, for convenience reasons, this is being encapsulated by theTablePrinter.printRow(String...)
method. - printRowContinue(String...) - Method in interface org.refcodes.textual.TableBuilder
-
Continues a print out begun row to the
PrintStream
configured for thisPrintWriter
, for convenience reasons, this is being encapsulated by theTablePrinter.printRow(String...)
method. - printRowContinue(String...) - Method in interface org.refcodes.textual.TablePrinter
-
Continues a print out begun row to the
PrintStream
configured for thisPrintWriter
, for convenience reasons, this is being encapsulated by theTablePrinter.printRow(String...)
method. - printRowContinue(List<String>) - Method in interface org.refcodes.textual.TablePrinter
-
Continues a print out begun row to the
PrintStream
configured for thisPrintWriter
, for convenience reasons, this is being encapsulated by theTablePrinter.printRow(String...)
method. - printRowEnd(TableBuilder) - Method in interface org.refcodes.textual.TableBuilder
-
Ends the rows of the provided
TableBuilder
for this table printer to continue to thePrintStream
configured for thisPrintWriter
; different row widths and column widths are taken care of, so it is a pleasure to mix differentTableBuilder
s, especially when empty columns may result in better using another column layout making better use of the available width. - printRowEnd(TableBuilder) - Method in interface org.refcodes.textual.TablePrinter
-
Ends the rows of the provided
TableBuilder
for this table printer to continue to thePrintStream
configured for thisPrintWriter
; different row widths and column widths are taken care of, so it is a pleasure to mix differentTableBuilder
s, especially when empty columns may result in better using another column layout making better use of the available width. - printTail() - Method in interface org.refcodes.textual.TableBuilder
-
Finishes off the table by printing its closing to the
PrintStream
configured for thisPrintWriter
. - printTail() - Method in interface org.refcodes.textual.TablePrinter
-
Finishes off the table by printing its closing to the
PrintStream
configured for thisPrintWriter
.
R
- RandomTextGenerartor - Interface in org.refcodes.textual
-
Overwrites a text with another one to the the right or to the left.
- RandomTextGenerartorImpl - Class in org.refcodes.textual
-
The Class RandomTextGenerartorImpl.
- RandomTextGenerartorImpl() - Constructor for class org.refcodes.textual.RandomTextGenerartorImpl
- RandomTextMode - Enum in org.refcodes.textual
-
The
RandomTextMode
specifies for according chars to be used when generating random text. - RELATIVE - org.refcodes.textual.ColumnWidthType
-
The width is being relative; The total sum of all of relative widths represents 100%.
- ReplaceTextBuilder - Interface in org.refcodes.textual
-
The Interface ReplaceTextBuilder.
- ReplaceTextBuilderImpl - Class in org.refcodes.textual
-
The Class ReplaceTextBuilderImpl.
- ReplaceTextBuilderImpl() - Constructor for class org.refcodes.textual.ReplaceTextBuilderImpl
- RIGHT - org.refcodes.textual.HorizAlignTextMode
-
Right alignment according to the required width.
- RIGHT - org.refcodes.textual.MoreTextMode
- RIGHT - org.refcodes.textual.OverwriteTextMode
-
Right overwriting.
- RIGHT - org.refcodes.textual.TruncateTextMode
-
Right stripping according to the given strip chars.
- ROW_BEGIN - org.refcodes.textual.TableStatus
-
A row's top line has been printed.
- ROW_CONTINUE - org.refcodes.textual.TableStatus
-
A row columns line has been printed.
- ROW_END - org.refcodes.textual.TableStatus
-
The row's bottom line has been printed, usually when joining the table with another table.
S
- SANS_SERIF - org.refcodes.textual.FontType
- SecretHintBuilder - Interface in org.refcodes.textual
-
Dangerous builder for printing secret text such as passwords or pass-phrases or keys without unveiling too much of the secret information with still being able to say if the correct secret is being displayed.
- SecretHintBuilderImpl - Class in org.refcodes.textual
-
The Class SecretHintBuilderImpl.
- SecretHintBuilderImpl() - Constructor for class org.refcodes.textual.SecretHintBuilderImpl
- SERIF - org.refcodes.textual.FontType
- setAsciiArtMode(AsciiArtMode) - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Sets the ASCII art mode for the ASCII art mode property.
- setAsciiArtMode(AsciiArtMode) - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Sets the ASCII art mode for the ASCII art mode property.
- setAsciiColorPalette(AsciiColorPalette) - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Sets the ASCII color palette for the ASCII color palette property.
- setAsciiColorPalette(AsciiColorPalette) - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Sets the ASCII color palette for the ASCII color palette property.
- setAsciiColors(char...) - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Sets the ASCII colors for the ASCII colors property.
- setAsciiColors(char...) - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Sets the ASCII colors for the ASCII colors property.
- setAsciiColors(String) - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Sets the ASCII colors for the ASCII colors property.
- setBorderChar(char) - Method in interface org.refcodes.textual.TextBorderBuilder
-
Sets the border char for the border char property.
- setBorderChar(char) - Method in class org.refcodes.textual.TextBorderBuilderImpl
-
Sets the border char for the border char property.
- setBorderWidth(int) - Method in interface org.refcodes.textual.TextBorderBuilder
-
Sets the border width for the border width property.
- setBorderWidth(int) - Method in class org.refcodes.textual.TextBorderBuilderImpl
-
Sets the border width for the border width property.
- setBoxBorderMode(BoxBorderMode) - Method in class org.refcodes.textual.TextBorderBuilderImpl
- setCase(Case) - Method in interface org.refcodes.textual.CaseAccessor.CaseMutator
-
Sets the
Case
to be used. - setCase(Case) - Method in class org.refcodes.textual.CaseStyleBuilderImpl
-
Sets the
Case
to be used. - setCharSet(char[]) - Method in class org.refcodes.textual.RandomTextGenerartorImpl
- setColumnWidth(int) - Method in class org.refcodes.textual.AsciiArtBuilderImpl
- setColumnWidth(int) - Method in class org.refcodes.textual.ColumnWidthMetricsImpl
- setColumnWidth(int) - Method in class org.refcodes.textual.HorizAlignTextBuilderImpl
- setColumnWidth(int) - Method in class org.refcodes.textual.MoreTextBuilderImpl
- setColumnWidth(int) - Method in class org.refcodes.textual.RandomTextGenerartorImpl
- setColumnWidth(int) - Method in class org.refcodes.textual.TextBlockBuilderImpl
- setColumnWidth(int) - Method in class org.refcodes.textual.TextLineBuilderImpl
- setColumnWidthType(ColumnWidthType) - Method in interface org.refcodes.textual.ColumnWidthMetrics
-
Sets the column width type.
- setColumnWidthType(ColumnWidthType) - Method in class org.refcodes.textual.ColumnWidthMetricsImpl
-
Sets the column width type.
- setCsvEscapeMode(CsvEscapeMode) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV escape mode for the CSV escape mode property.
- setCsvEscapeMode(CsvEscapeMode) - Method in class org.refcodes.textual.CsvBuilderImpl
-
Sets the CSV escape mode for the CSV escape mode property.
- setDelimiterChar(char) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the delimiter char for the delimiter char property.
- setDelimiterChar(char) - Method in class org.refcodes.textual.CsvBuilderImpl
-
Sets the delimiter char for the delimiter char property.
- setElements(boolean[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the CSV elements for the CSV elements property.
- setElements(byte[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the CSV elements for the CSV elements property.
- setElements(char[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the CSV elements for the CSV elements property.
- setElements(double[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the CSV elements for the CSV elements property.
- setElements(float[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the CSV elements for the CSV elements property.
- setElements(int[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the CSV elements for the CSV elements property.
- setElements(long[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the CSV elements for the CSV elements property.
- setElements(short[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the CSV elements for the CSV elements property.
- setElements(Boolean[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the CSV elements for the CSV elements property.
- setElements(Byte[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the CSV elements for the CSV elements property.
- setElements(Character[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the CSV elements for the CSV elements property.
- setElements(Double[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the CSV elements for the CSV elements property.
- setElements(Float[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the CSV elements for the CSV elements property.
- setElements(Integer[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the CSV elements for the CSV elements property.
- setElements(Long[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the CSV elements for the CSV elements property.
- setElements(Object) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the elements for the elements property.
- setElements(Object[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the elements for the elements property.
- setElements(Object[]) - Method in class org.refcodes.textual.VerboseTextBuilderImpl
-
Sets the elements for the elements property.
- setElements(Short[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the CSV elements for the CSV elements property.
- setElements(String[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the CSV elements for the CSV elements property.
- setElements(Collection<?>) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the elements for the elements property.
- setElements(Collection<?>) - Method in class org.refcodes.textual.VerboseTextBuilderImpl
-
Sets the elements.
- setElements(Map<?, ?>) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the elements for the elements property.
- setElements(Map<?, ?>) - Method in class org.refcodes.textual.VerboseTextBuilderImpl
-
Sets the elements.
- setEscapeCode(String) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets an ANSI Escape-Code for the header and the rows.
- setEscapeCode(String) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Sets an ANSI Escape-Code for the header and the rows.
- setEscapeCodeFactory(EscapeCodeFactory) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets an ANSI Escape-Code factory for the header and the rows.
- setEscapeProperties(Property...) - Method in interface org.refcodes.textual.EscapeTextBuilder
-
Sets the escape properties.
- setEscapeProperties(Property...) - Method in class org.refcodes.textual.EscapeTextBuilderImpl
-
Sets the escape properties.
- setEscapeTextMode(EscapeTextMode) - Method in interface org.refcodes.textual.EscapeTextBuilder
-
Sets the escape text mode for the escape text mode property.
- setEscapeTextMode(EscapeTextMode) - Method in class org.refcodes.textual.EscapeTextBuilderImpl
-
Sets the escape text mode for the escape text mode property.
- setFields(boolean...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- setFields(byte...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- setFields(char...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- setFields(double...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- setFields(float...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- setFields(int...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- setFields(long...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- setFields(short...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- setFields(Boolean...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- setFields(Byte...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- setFields(Character...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- setFields(Double...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- setFields(Float...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- setFields(Integer...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- setFields(Long...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- setFields(Object...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- setFields(Object...) - Method in class org.refcodes.textual.CsvBuilderImpl
-
Sets the CSV elements for the CSV elements property.
- setFields(Short...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- setFields(String...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- setFields(Collection<Object>) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- setFields(Collection<Object>) - Method in class org.refcodes.textual.CsvBuilderImpl
-
Sets the CSV elements for the CSV elements property.
- setFillChar(char) - Method in interface org.refcodes.textual.HorizAlignTextBuilder
-
Sets the fill char for the fill char property.
- setFillChar(char) - Method in class org.refcodes.textual.HorizAlignTextBuilderImpl
-
Sets the fill char for the fill char property.
- setFillChar(char) - Method in interface org.refcodes.textual.VertAlignTextBuilder
-
Sets the fill char for the fill char property.
- setFillChar(char) - Method in class org.refcodes.textual.VertAlignTextBuilderImpl
-
Sets the fill char for the fill char property.
- setFindText(String) - Method in interface org.refcodes.textual.ReplaceTextBuilder
-
Sets the find text for the find text property.
- setFindText(String) - Method in class org.refcodes.textual.ReplaceTextBuilderImpl
-
Sets the find text for the find text property.
- setFont(Font) - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Sets the font for the font property.
- setFont(Font) - Method in interface org.refcodes.textual.FontAccessor.FontMutator
-
Sets the font for the font property.
- setFontName(String) - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Sets the font name for the font name property.
- setFontName(String) - Method in class org.refcodes.textual.FontImpl
-
Sets the font name for the font name property.
- setFontName(String) - Method in interface org.refcodes.textual.FontNameAccessor.FontNameMutator
-
Sets the font name for the font name property.
- setFontSize(int) - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Sets the font style for the font style property.
- setFontSize(int) - Method in class org.refcodes.textual.FontImpl
-
Sets the font style for the font style property.
- setFontSize(int) - Method in interface org.refcodes.textual.FontSizeAccessor.FontSizeMutator
-
Sets the font style for the font style property.
- setFontStyle(FontStyle) - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Sets the font style for the font style property.
- setFontStyle(FontStyle) - Method in class org.refcodes.textual.FontImpl
-
Sets the font style for the font style property.
- setFontStyle(FontStyle) - Method in interface org.refcodes.textual.FontStyleAccessor.FontStyleMutator
-
Sets the font style for the font style property.
- setFontType(FontType) - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Sets the font type for the font type property.
- setFontType(FontType) - Method in class org.refcodes.textual.FontImpl
-
Sets the font type for the font type property.
- setFontType(FontType) - Method in interface org.refcodes.textual.FontTypeAccessor.FontTypeMutator
-
Sets the font type for the font type property.
- setHeaderEscapeCode(String) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets an ANSI Escape-Code for the header.
- setHeaderEscapeCode(String) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Sets an ANSI Escape-Code for the header.
- setHeaderEscapeCodeFactory(EscapeCodeFactory) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets an ANSI Escape-Code factory for the header.
- setHeaderEscapeCodeFactory(EscapeCodeFactory) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Sets an ANSI Escape-Code factory for the header.
- setHeaderHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets an alignment mode for the header.
- setHeaderHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Sets an alignment mode for the header.
- setHeaderMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets a more-text mode for the header.
- setHeaderMoreTextMode(MoreTextMode) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Sets a more-text mode for the header.
- setHeaderSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets the
SplitTextMode
for the header. - setHeaderSplitTextMode(SplitTextMode) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Sets the
SplitTextMode
for the header. - setHeaderTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets the
TextFormatMode
for the header. - setHeaderTextFormatMode(TextFormatMode) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Sets the
TextFormatMode
for the header. - setHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets the horizontal align text mode for the horizontal align text mode property.
- setHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.textual.HorizAlignTextBuilderImpl
-
Sets the horizontal align text mode for the horizontal align text mode property.
- setHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.HorizAlignTextModeAccessor.HorizAlignTextModeMutator
-
Sets the horizontal align text mode for the horizontal align text mode property.
- setHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.textual.TextBlockBuilderImpl
-
Sets the horizontal align text mode for the horizontal align text mode property.
- setImageFile(File) - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Sets the image file for the
Pixmap
property. - setLineChar(char) - Method in interface org.refcodes.textual.TextLineBuilder
-
Sets the line char for the line char property.
- setLineChar(char) - Method in class org.refcodes.textual.TextLineBuilderImpl
-
Sets the line char for the line char property.
- setMoreText(String) - Method in interface org.refcodes.textual.MoreTextBuilder
-
Sets the more text for the more text property.
- setMoreText(String) - Method in class org.refcodes.textual.MoreTextBuilderImpl
-
Sets the more text for the more text property.
- setMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets the more-text mode for the more-text mode property.
- setMoreTextMode(MoreTextMode) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Sets the more-text mode for the more-text mode property.
- setMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.MoreTextBuilder
-
Sets the more text mode for the more text mode property.
- setMoreTextMode(MoreTextMode) - Method in class org.refcodes.textual.MoreTextBuilderImpl
-
Sets the more text mode for the more text mode property.
- setMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.MoreTextModeAccessor.MoreTextModeMutator
-
Sets the more-text mode for the more-text mode property.
- setName(String) - Method in class org.refcodes.textual.ColumnSetupMetricsImpl
- setOverwritingText(String) - Method in interface org.refcodes.textual.OverwriteTextBuilder
-
Sets the overwriting text for the overwriting text property.
- setOverwritingText(String) - Method in class org.refcodes.textual.OverwriteTextBuilderImpl
-
Sets the overwriting text for the overwriting text property.
- setPixmapRatioMode(PixmapRatioMode) - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Sets the
Pixmap
ratio mode for thePixmap
ratio mode property. - setPixmapRatioMode(PixmapRatioMode) - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Sets the
Pixmap
ratio mode for thePixmap
ratio mode property. - setPrintStream(PrintStream) - Method in class org.refcodes.textual.TableBuilderImpl
- setRandomTextMode(RandomTextMode) - Method in interface org.refcodes.textual.RandomTextGenerartor
-
Sets the random text mode for the random text mode property.
- setRandomTextMode(RandomTextMode) - Method in class org.refcodes.textual.RandomTextGenerartorImpl
-
Sets the random text mode for the random text mode property.
- setRecord(String) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV line for the CSV line property.
- setRecord(String) - Method in class org.refcodes.textual.CsvBuilderImpl
-
Sets the CSV line for the CSV line property.
- setReplaceText(String) - Method in interface org.refcodes.textual.ReplaceTextBuilder
-
Sets the replace text for the replace text property.
- setReplaceText(String) - Method in class org.refcodes.textual.ReplaceTextBuilderImpl
-
Sets the replace text for the replace text property.
- setRgbPixmap(RgbPixmap) - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Sets the
Pixmap
for thePixmap
property. - setRgbPixmap(RgbPixmap) - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Sets the
Pixmap
for thePixmap
property. - setRowEscapeCode(String) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets an ANSI Escape-Code for the rows and returns this
ColumnFormatMetrics
instance as of the Builder-Pattern. - setRowEscapeCode(String) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Sets an ANSI Escape-Code for the rows and returns this
ColumnFormatMetrics
instance as of the Builder-Pattern. - setRowEscapeCodeFactory(EscapeCodeFactory) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets an ANSI Escape-Code factory for the row.
- setRowEscapeCodeFactory(EscapeCodeFactory) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Sets an ANSI Escape-Code factory for the row.
- setRowHeight(int) - Method in class org.refcodes.textual.VertAlignTextBuilderImpl
- setRowHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets an alignment mode for the row.
- setRowHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Sets an alignment mode for the row.
- setRowMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets a more-text mode for the row.
- setRowMoreTextMode(MoreTextMode) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Sets a more-text mode for the row.
- setRowSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets the
SplitTextMode
for the row. - setRowSplitTextMode(SplitTextMode) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Sets the
SplitTextMode
for the row. - setRowTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets the
TextFormatMode
for the row. - setRowTextFormatMode(TextFormatMode) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Sets the
TextFormatMode
for the row. - setSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
- setSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.SplitTextModeAccessor.SplitTextModeMutator
-
Sets the split-text mode for the split-text mode property.
- setSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.TextBlockBuilder
-
Sets the split text mode for the split text mode property.
- setSplitTextMode(SplitTextMode) - Method in class org.refcodes.textual.TextBlockBuilderImpl
-
Sets the split text mode for the split text mode property.
- setTableStatus(TableStatus) - Method in class org.refcodes.textual.TableBuilderImpl
-
Set the
TablePrinter
(TableBuilder
) status. - setTableStatus(TableStatus) - Method in interface org.refcodes.textual.TablePrinter
-
Set the
TablePrinter
(TableBuilder
) status. - setTableStyle(TableStyle) - Method in interface org.refcodes.textual.TableStyleAccessor.TableStyleMutator
-
Sets the
TableStyle
to be used. - setTableStyle(TableStyle) - Method in class org.refcodes.textual.TextBorderBuilderImpl
-
Sets the
TableStyle
to be used. - setText(String) - Method in class org.refcodes.textual.CaseStyleBuilderImpl
- setText(String...) - Method in interface org.refcodes.textual.ElementsAccessor.TextMutator
-
Sets the text for the text property.
- setText(String...) - Method in class org.refcodes.textual.SecretHintBuilderImpl
-
Sets the text for the text property.
- setText(String...) - Method in interface org.refcodes.textual.TextAccessor.TextMutator
-
Sets the text for the text property.
- setText(Collection<String>) - Method in interface org.refcodes.textual.TextAccessor.TextMutator
-
Sets the text for the text property.
- setTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets the text-format mode for the text-format mode property.
- setTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.TextFormatModeAccessor.TextFormatModeMutator
-
Sets the text-format mode for the text-format mode property.
- setTextOverwriteMode(OverwriteTextMode) - Method in interface org.refcodes.textual.OverwriteTextBuilder
-
Sets the overwrite text mode for the overwrite text mode property.
- setTextOverwriteMode(OverwriteTextMode) - Method in class org.refcodes.textual.OverwriteTextBuilderImpl
-
Sets the overwrite text mode for the overwrite text mode property.
- setTruncateChars(char...) - Method in interface org.refcodes.textual.TruncateTextBuilder
-
Sets the truncate chars for the truncate chars property.
- setTruncateChars(char...) - Method in class org.refcodes.textual.TruncateTextBuilderImpl
-
Sets the truncate chars for the truncate chars property.
- setTruncateTextMode(TruncateTextMode) - Method in interface org.refcodes.textual.TruncateTextBuilder
-
Sets the truncate text mode for the truncate text mode property.
- setTruncateTextMode(TruncateTextMode) - Method in class org.refcodes.textual.TruncateTextBuilderImpl
-
Sets the truncate text mode for the truncate text mode property.
- setVertAlignTextMode(VertAlignTextMode) - Method in class org.refcodes.textual.VertAlignTextBuilderImpl
-
Sets the vertical align text mode for the vertical align text mode property.
- setVertAlignTextMode(VertAlignTextMode) - Method in interface org.refcodes.textual.VertAlignTextModeAccessor.VertAlignTextModeMutator
-
Sets the vertical align text mode for the vertical align text mode property.
- setVisible(boolean) - Method in class org.refcodes.textual.ColumnSetupMetricsImpl
- SINGLE - org.refcodes.textual.TableStyle
- SINGLE_BLANK - org.refcodes.textual.TableStyle
- SINGLE_DASHED - org.refcodes.textual.TableStyle
- SINGLE_DOUBLE - org.refcodes.textual.TableStyle
- SNAKE_CASE - org.refcodes.textual.CaseStyle
- SNAKE_UPPER_CASE - org.refcodes.textual.CaseStyle
- SplitTextMode - Enum in org.refcodes.textual
-
The
SplitTextMode
specifies for according algorithms on how a line is to be split apart. - SplitTextModeAccessor - Interface in org.refcodes.textual
-
Provides an accessor for a split-text mode property.
- SplitTextModeAccessor.SplitTextModeBuilder<B extends SplitTextModeAccessor.SplitTextModeBuilder<B>> - Interface in org.refcodes.textual
-
Provides a builder method for a split-text mode property returning the builder for applying multiple build operations.
- SplitTextModeAccessor.SplitTextModeMutator - Interface in org.refcodes.textual
-
Provides a mutator for a split-text mode property.
- SplitTextModeAccessor.SplitTextModeProperty - Interface in org.refcodes.textual
-
Provides a split-text mode property.
T
- TableBuilder - Interface in org.refcodes.textual
-
The table printer has the Builder-Pattern applied to configure a text (ASCII) table for later printing custom tables with a title, the table rows and if required a table tail.
- TableBuilderImpl - Class in org.refcodes.textual
-
An implementation of the
TableBuilder
interface. - TableBuilderImpl() - Constructor for class org.refcodes.textual.TableBuilderImpl
-
Instantiates a new table builder impl.
- TableBuilderImpl(int) - Constructor for class org.refcodes.textual.TableBuilderImpl
-
Initializes the
TableBuilder
with the given row width. - TablePrinter - Interface in org.refcodes.textual
-
In comparison to the
TableBuilder
, theTablePrinter
just provides the methods required to print a table. - TableStatus - Enum in org.refcodes.textual
-
The
TableStatus
provides the status of the table, e.g. whether it has begin printing the header, whether it has continued to print a row or whether it has printed the tail. - TableStyle - Enum in org.refcodes.textual
-
The Enum TableStyle.
- TableStyleAccessor - Interface in org.refcodes.textual
-
Provides an accessor for a
TableStyle
property. - TableStyleAccessor.TableStyleBuilder<B extends TableStyleAccessor.TableStyleBuilder<?>> - Interface in org.refcodes.textual
-
Provides a mutator for an
TableStyle
property. - TableStyleAccessor.TableStyleMutator - Interface in org.refcodes.textual
-
Provides a mutator for an
TableStyle
property. - TableStyleAccessor.TableStyleProperty - Interface in org.refcodes.textual
-
Provides a
TableStyle
property. - TAIL - org.refcodes.textual.TableStatus
- Text<B extends Text<B>> - Interface in org.refcodes.textual
-
The Interface Text.
- TEXT - org.refcodes.textual.TextFormatMode
-
Just the text portions are to be formatted.
- TextAccessor - Interface in org.refcodes.textual
-
Provides an accessor for a text property.
- TextAccessor.TextBuilder<B extends TextAccessor.TextBuilder<B>> - Interface in org.refcodes.textual
-
Provides a builder method for a text property returning the builder for applying multiple build operations.
- TextAccessor.TextMutator - Interface in org.refcodes.textual
-
Provides a mutator for a text property.
- TextAccessor.TextProperty - Interface in org.refcodes.textual
-
Provides a text property.
- TextAccessor.TextProvider - Interface in org.refcodes.textual
-
A provider interface provides a "toSomething(?)"
- TextBannerBuilder - Interface in org.refcodes.textual
-
The Interface TextBannerBuilder.
- TextBlockBuilder - Interface in org.refcodes.textual
-
Builds a text block according to the configuration of
TextBannerBuilder
instances. - TextBlockBuilderImpl - Class in org.refcodes.textual
-
The Class TextBlockBuilderImpl.
- TextBlockBuilderImpl() - Constructor for class org.refcodes.textual.TextBlockBuilderImpl
- TextBorderBuilder - Interface in org.refcodes.textual
-
"Draws" an ASCII characters border around a text.
- TextBorderBuilderImpl - Class in org.refcodes.textual
-
The Class TextBorderBuilderImpl.
- TextBorderBuilderImpl() - Constructor for class org.refcodes.textual.TextBorderBuilderImpl
- TextFormatMode - Enum in org.refcodes.textual
-
Determines how to format a text (in a table), e.g. do not format anything, format the text only or format the whole cell containing the text, even blank lines (important for the background).
- TextFormatModeAccessor - Interface in org.refcodes.textual
-
Provides an accessor for a text-format mode property.
- TextFormatModeAccessor.TextFormatModeBuilder<B extends TextFormatModeAccessor.TextFormatModeBuilder<B>> - Interface in org.refcodes.textual
-
Provides a builder method for a text-format mode property returning the builder for applying multiple build operations.
- TextFormatModeAccessor.TextFormatModeMutator - Interface in org.refcodes.textual
-
Provides a mutator for a text-format mode property.
- TextFormatModeAccessor.TextFormatModeProperty - Interface in org.refcodes.textual
-
Provides a text-format mode property.
- TextLineBuilder - Interface in org.refcodes.textual
-
Creates a text line with the given character and width.
- TextLineBuilderImpl - Class in org.refcodes.textual
-
The Class TextLineBuilderImpl.
- TextLineBuilderImpl() - Constructor for class org.refcodes.textual.TextLineBuilderImpl
- THREE_QUARTERS - org.refcodes.textual.PixmapRatioMode
-
The width to height ration is one to three quarters (1:3/4).
- toAlign(String[], int, char, HorizAlignTextMode) - Static method in class org.refcodes.textual.HorizAlignTextBuilderImpl
-
To align.
- toAlign(String, int, char, HorizAlignTextMode) - Static method in class org.refcodes.textual.HorizAlignTextBuilderImpl
-
Fills a text up on by appending the given char to the left and the right till the given length is reached.
- toAlignBlock(String, int, char) - Static method in class org.refcodes.textual.HorizAlignTextBuilderImpl
-
Fills a text up on by adding the given char to occurrences of the given char round robin till given length is reached (block mode).
- toAlignCenter(String, int, char) - Static method in class org.refcodes.textual.HorizAlignTextBuilderImpl
-
Fills a text up on by appending the given char to the left and the right till the given length is reached (align center).
- toAlignLeft(String, int, char) - Static method in class org.refcodes.textual.HorizAlignTextBuilderImpl
-
Fills a text up on by appending the given char to the right till the given length is reached (align left).
- toAlignRight(String, int, char) - Static method in class org.refcodes.textual.HorizAlignTextBuilderImpl
-
Fills a text up by prepending the given char to the left till the given length is reached (align right).
- toAscii(int) - Static method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Converts an RGB value to an ASCII character from a palette if characters as provided.
- toAscii(int, char[]) - Static method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Converts an RGB value to an ASCII character from a palette if characters as provided.
- toAsciiArt(String[], int, Font, char[], AsciiArtMode) - Static method in class org.refcodes.textual.AsciiArtBuilderImpl
-
To ascii art.
- toAsciiArt(String[], int, String, int, int, char[], AsciiArtMode) - Static method in class org.refcodes.textual.AsciiArtBuilderImpl
-
To ascii art.
- toAsciiArt(String, int, Font, char[]) - Static method in class org.refcodes.textual.AsciiArtBuilderImpl
- toAsciiArt(String, int, Font, char[], AsciiArtMode) - Static method in class org.refcodes.textual.AsciiArtBuilderImpl
-
To ascii art.
- toAsciiArt(String, int, String, int) - Static method in class org.refcodes.textual.AsciiArtBuilderImpl
- toAsciiArt(String, int, String, int, char[]) - Static method in class org.refcodes.textual.AsciiArtBuilderImpl
- toAsciiArt(String, int, String, int, int, char[], AsciiArtMode) - Static method in class org.refcodes.textual.AsciiArtBuilderImpl
-
To ascii art.
- toAsciiArt(String, Font) - Static method in class org.refcodes.textual.AsciiArtBuilderImpl
-
This method creates an array of
String
instances containing the given text rendered with the givenFont
as so called ASCII art. - toAsciiArt(String, Font, char[]) - Static method in class org.refcodes.textual.AsciiArtBuilderImpl
-
This method creates an array of
String
instances containing the given text rendered with the givenFont
as so called ASCII art. - toAsciiArt(RgbPixmap, char[]) - Static method in class org.refcodes.textual.AsciiArtBuilderImpl
-
To ascii art.
- toAsciiArt(RgbPixmap, int, char[], AsciiArtMode, PixmapRatioMode) - Static method in class org.refcodes.textual.AsciiArtBuilderImpl
-
To ascii art.
- toAsciiBorder(String[]) - Static method in class org.refcodes.textual.TextBorderBuilderImpl
-
Adds a predefined "single-line" border to the provided text.
- toBorder(String[], char, char, char, char, char, char, char, char, BoxBorderMode) - Static method in class org.refcodes.textual.TextBorderBuilderImpl
-
Adds a predefined border according border to the provided text.
- toBorder(String[], int, char, BoxBorderMode) - Static method in class org.refcodes.textual.TextBorderBuilderImpl
-
Adds the according border with the given char and the provided width to the provided text.
- toBottomBorder(String[], int, char) - Static method in class org.refcodes.textual.TextBorderBuilderImpl
-
Adds the according border with the given char and the provided width to the provided text.
- toCamelCase() - Method in interface org.refcodes.textual.CaseStyleBuilder
-
Converts the text as of
TextAccessor.getText()
to camel-case ("camelCase"). - toCamelCase() - Method in class org.refcodes.textual.CaseStyleBuilderImpl
-
Converts the text as of
TextAccessor.getText()
to camel-case ("camelCase"). - toCamelCase(String) - Method in interface org.refcodes.textual.CaseStyleBuilder
-
Converts the provided key as of
TextAccessor.getText()
to camel-case ("camelCase"). - toCamelCase(String) - Method in class org.refcodes.textual.CaseStyleBuilderImpl
-
Converts the provided key as of
TextAccessor.getText()
to camel-case ("camelCase"). - toCase(String) - Method in enum org.refcodes.textual.Case
-
Converts the given
String
according to the case represented by this enumeration. - toCaseStyle(String) - Method in enum org.refcodes.textual.CaseStyle
-
Converts the given text into the according
CaseStyle
. - toColumns(String[][], VertAlignTextMode) - Static method in class org.refcodes.textual.TableBuilderImpl
-
Creates an array of
String
arrays where all the arrays are of the same length and where the arrays are all aligned as specified by the passedVertAlignTextMode
. - toColumnWidths() - Method in interface org.refcodes.textual.TableBuilder
-
Returns the currently calculated or configured column widths.
- toColumnWidths() - Method in class org.refcodes.textual.TableBuilderImpl
-
Returns the currently calculated or configured column widths.
- toColumnWidths(int, ColumnWidthMetrics...) - Static method in class org.refcodes.textual.TableBuilderImpl
-
Calculates the columns widths in "number of chars" according to the provided
ColumnWidthMetricsImpl
instances in relation to the provided total (available) width; the provided column widths can be a mix of "number of char" widths (ColumnWidthType.ABSOLUTE
) and percent (%) widths (ColumnWidthType.RELATIVE
). - toDoubleBorder(String[]) - Static method in class org.refcodes.textual.TextBorderBuilderImpl
-
Adds a predefined "double-line" border to the provided text.
- toEscaped(String[], List<Property>, EscapeTextMode) - Method in class org.refcodes.textual.EscapeTextBuilderImpl
-
To escaped.
- toEscaped(String, String[][]) - Static method in class org.refcodes.textual.EscapeTextBuilderImpl
-
Escapes a text using the provided escape matrix which must be a two dimensional array with two elements per line and where the element at position 0 (of a line) represents the character and the element at position 1 (of a line) the escaped character.
- toEscaped(String, List<Property>, EscapeTextMode) - Method in class org.refcodes.textual.EscapeTextBuilderImpl
-
To escaped.
- toEscapedRegexp(char) - Static method in class org.refcodes.textual.CsvBuilderImpl
-
To escaped regexp.
- toFields() - Method in interface org.refcodes.textual.CsvBuilder
-
Creates a list of
String
elements from the CSV line being set viaCsvBuilder.setRecord(String)
orCsvBuilder.withRecord(String)
. - toFields() - Method in class org.refcodes.textual.CsvBuilderImpl
-
Creates a list of
String
elements from the CSV line being set viaCsvBuilder.setRecord(String)
orCsvBuilder.withRecord(String)
. - toFields(String) - Method in interface org.refcodes.textual.CsvBuilder
-
To fields.
- toHeader(String...) - Method in class org.refcodes.textual.TableBuilderImpl
-
Prints the table's header with the content of the provided columns.
- toHeader(String...) - Method in interface org.refcodes.textual.TablePrinter
-
Prints the table's header with the content of the provided columns.
- toHeader(List<String>) - Method in interface org.refcodes.textual.TablePrinter
-
Prints the table's header with the content of the provided columns.
- toHeaderBegin() - Method in class org.refcodes.textual.TableBuilderImpl
-
Begins a header, for convenience reasons, this is being encapsulated by the
TablePrinter.toHeader(String...)
method. - toHeaderBegin() - Method in interface org.refcodes.textual.TablePrinter
-
Begins a header, for convenience reasons, this is being encapsulated by the
TablePrinter.toHeader(String...)
method. - toHeaderComplete() - Method in interface org.refcodes.textual.TablePrinter
-
For more semantic clearness this method returns an end-of-header / begin-of-row line, though is equivalent to the method
TablePrinter.toHeaderBegin()
. - toHeaderContinue(String...) - Method in class org.refcodes.textual.TableBuilderImpl
-
Continues a begun header, for convenience reasons, this is being encapsulated by the
TablePrinter.toHeader(String...)
method. - toHeaderContinue(String...) - Method in interface org.refcodes.textual.TablePrinter
-
Continues a begun header, for convenience reasons, this is being encapsulated by the
TablePrinter.toHeader(String...)
method. - toHeaderContinue(List<String>) - Method in interface org.refcodes.textual.TablePrinter
-
Continues a begun header, for convenience reasons, this is being encapsulated by the
TablePrinter.toHeader(String...)
method. - toHeaderEnd() - Method in class org.refcodes.textual.TableBuilderImpl
-
Ends a header, for convenience reasons, this is being encapsulated by the
TablePrinter.toHeader(String...)
method. - toHeaderEnd() - Method in interface org.refcodes.textual.TablePrinter
-
Ends a header, for convenience reasons, this is being encapsulated by the
TablePrinter.toHeader(String...)
method. - toHeaderEnd(TableBuilder) - Method in class org.refcodes.textual.TableBuilderImpl
-
Ends the headers of the provided
TableBuilder
for this table printer to continue; different header widths and column widths are taken care of, so it is a pleasure to mix differentTableBuilder
s, especially when empty columns may result in better using another column layout making better use of the available width. - toHeaderEnd(TableBuilder) - Method in interface org.refcodes.textual.TablePrinter
-
Ends the headers of the provided
TableBuilder
for this table printer to continue; different header widths and column widths are taken care of, so it is a pleasure to mix differentTableBuilder
s, especially when empty columns may result in better using another column layout making better use of the available width. - toHeaderEscapeCode(Object) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Determines the ANSI Escape-Code by evaluating the provided ID: If an
EscapeCodeFactory
has been set viaColumnFormatMetrics.setEscapeCodeFactory(EscapeCodeFactory)
and the factory returns a value different to null, then this value is returned. - toHeaderEscapeCode(Object) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Determines the ANSI Escape-Code by evaluating the provided ID: If an
EscapeCodeFactory
has been set viaColumnFormatMetrics.setEscapeCodeFactory(EscapeCodeFactory)
and the factory returns a value different to null, then this value is returned. - toInverseAsciiArt(String, int, Font, char[]) - Static method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Same as
AsciiArtBuilderImpl.toAsciiArt(java.lang.String[],int,java.lang.String,int,int,char[],org.refcodes.textual.AsciiArtMode)
with inverted colors (black = white, dark = bright, bright = dark, white = black). - toInverseAsciiArt(String, int, String, int) - Static method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Same as
AsciiArtBuilderImpl.toAsciiArt(java.lang.String[],int,java.lang.String,int,int,char[],org.refcodes.textual.AsciiArtMode)
with inverted colors (black = white, dark = bright, bright = dark, white = black). - toInverseAsciiArt(String, int, String, int, char[]) - Static method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Same as
AsciiArtBuilderImpl.toAsciiArt(java.lang.String[],int,java.lang.String,int,int,char[],org.refcodes.textual.AsciiArtMode)
with inverted colors (black = white, dark = bright, bright = dark, white = black). - toInverseAsciiArt(String, Font) - Static method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Same as
AsciiArtBuilderImpl.toAsciiArt(java.lang.String[],int,java.lang.String,int,int,char[],org.refcodes.textual.AsciiArtMode)
with inverted colors (black = white, dark = bright, bright = dark, white = black). - toInverseAsciiArt(String, Font, char[]) - Static method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Same as
AsciiArtBuilderImpl.toAsciiArt(java.lang.String[],int,java.lang.String,int,int,char[],org.refcodes.textual.AsciiArtMode)
with inverted colors (black = white, dark = bright, bright = dark, white = black). - toInverseAsciiArt(RgbPixmap, char[]) - Static method in class org.refcodes.textual.AsciiArtBuilderImpl
-
To inverse ascii art.
- toKebabCase() - Method in interface org.refcodes.textual.CaseStyleBuilder
-
Converts the key as of
TextAccessor.getText()
to kebab-case, either in upper case as of "KEBAB-CASE" or in lower-case as of "kebab-case", depending on theCase
property (as ofCaseAccessor.CaseMutator.setCase(Case)
andCaseAccessor.getCase()
). - toKebabCase() - Method in class org.refcodes.textual.CaseStyleBuilderImpl
-
Converts the key as of
TextAccessor.getText()
to kebab-case, either in upper case as of "KEBAB-CASE" or in lower-case as of "kebab-case", depending on theCase
property (as ofCaseAccessor.CaseMutator.setCase(Case)
andCaseAccessor.getCase()
). - toKebabCase(String) - Method in interface org.refcodes.textual.CaseStyleBuilder
-
Converts the provided key as of
TextAccessor.getText()
to kebab-case, either in upper case as of "KEBAB-CASE" or in lower-case as of "kebab-case", depending on theCase
property (as ofCaseAccessor.CaseMutator.setCase(Case)
andCaseAccessor.getCase()
). - toKebabCase(String) - Method in class org.refcodes.textual.CaseStyleBuilderImpl
-
Converts the provided key as of
TextAccessor.getText()
to kebab-case, either in upper case as of "KEBAB-CASE" or in lower-case as of "kebab-case", depending on theCase
property (as ofCaseAccessor.CaseMutator.setCase(Case)
andCaseAccessor.getCase()
). - toLeftBorder(String[], int, char) - Static method in class org.refcodes.textual.TextBorderBuilderImpl
-
Adds the according border with the given char and the provided witdh to the provided text.
- toLine(int, char) - Static method in class org.refcodes.textual.TextBorderBuilderImpl
-
Returns a
String
with the given length and containing only the provided fill character. - toMore(String[], int, String, MoreTextMode) - Static method in class org.refcodes.textual.MoreTextBuilderImpl
-
To more.
- toMore(String, int, String, MoreTextMode) - Static method in class org.refcodes.textual.MoreTextBuilderImpl
-
the text is "mored" depending on the provided
MoreTextMode
. - toMoreCenter(String, int, String) - Static method in class org.refcodes.textual.MoreTextBuilderImpl
-
Truncates a text by cutting the text from left to the right and from right to left one by one to reach the given length.
- toMoreLeft(String, int, String) - Static method in class org.refcodes.textual.MoreTextBuilderImpl
-
Truncates a text by cutting the text from left to the right to reach the given length.
- toMoreRight(String, int, String) - Static method in class org.refcodes.textual.MoreTextBuilderImpl
-
Truncates a text by cutting the text from left to the right to reach the given length.
- toNonBreakingLine(String) - Static method in class org.refcodes.textual.TextBlockBuilderImpl
-
Creates a single line by replacing all new lines, line feeds and tabulators from the given
String
by full stops or spaces (heuristic) so that it is displayed in one single line. - toOverwrite(String, String, OverwriteTextMode) - Static method in class org.refcodes.textual.OverwriteTextBuilderImpl
-
To overwrite.
- toOverwriteLeft(String, String) - Static method in class org.refcodes.textual.OverwriteTextBuilderImpl
-
Overwrites a text starting at the left hand side with the given "overwriting" text.
- toOverwriteRight(String, String) - Static method in class org.refcodes.textual.OverwriteTextBuilderImpl
-
Overwrites a text starting at the right hand side with the given "overwriting" text.
- TOP - org.refcodes.textual.VertAlignTextMode
- toPascalCase() - Method in interface org.refcodes.textual.CaseStyleBuilder
-
Converts the key as of
TextAccessor.getText()
to pascal-case ("PascalCase"). - toPascalCase() - Method in class org.refcodes.textual.CaseStyleBuilderImpl
-
Converts the key as of
TextAccessor.getText()
to pascal-case ("PascalCase"). - toPascalCase(String) - Method in interface org.refcodes.textual.CaseStyleBuilder
-
Converts the provided key as of
TextAccessor.getText()
to pascal-case ("PascalCase"). - toPascalCase(String) - Method in class org.refcodes.textual.CaseStyleBuilderImpl
-
Converts the provided key as of
TextAccessor.getText()
to pascal-case ("PascalCase"). - toRecord() - Method in interface org.refcodes.textual.CsvBuilder
-
Creates a CSV line from the elements being set via
CsvBuilder.setFields(String[])
orCsvBuilder.withFields(String[])
. - toRecord() - Method in class org.refcodes.textual.CsvBuilderImpl
-
Creates a CSV line from the elements being set via
CsvBuilder.setFields(String[])
orCsvBuilder.withFields(String[])
. - toRecord(boolean...) - Method in interface org.refcodes.textual.CsvBuilder
-
Creates a CSV line from the fields being provided This method is to be side effect free in terms of the fields (and the resulting record) is not part of the state for this instance (from the point of view of this method).
- toRecord(byte...) - Method in interface org.refcodes.textual.CsvBuilder
-
Creates a CSV line from the fields being provided This method is to be side effect free in terms of the fields (and the resulting record) is not part of the state for this instance (from the point of view of this method).
- toRecord(char...) - Method in interface org.refcodes.textual.CsvBuilder
-
Creates a CSV line from the fields being provided This method is to be side effect free in terms of the fields (and the resulting record) is not part of the state for this instance (from the point of view of this method).
- toRecord(double...) - Method in interface org.refcodes.textual.CsvBuilder
-
Creates a CSV line from the fields being provided This method is to be side effect free in terms of the fields (and the resulting record) is not part of the state for this instance (from the point of view of this method).
- toRecord(float...) - Method in interface org.refcodes.textual.CsvBuilder
-
Creates a CSV line from the fields being provided This method is to be side effect free in terms of the fields (and the resulting record) is not part of the state for this instance (from the point of view of this method).
- toRecord(int...) - Method in interface org.refcodes.textual.CsvBuilder
-
Creates a CSV line from the fields being provided This method is to be side effect free in terms of the fields (and the resulting record) is not part of the state for this instance (from the point of view of this method).
- toRecord(long...) - Method in interface org.refcodes.textual.CsvBuilder
-
Creates a CSV line from the fields being provided This method is to be side effect free in terms of the fields (and the resulting record) is not part of the state for this instance (from the point of view of this method).
- toRecord(short...) - Method in interface org.refcodes.textual.CsvBuilder
-
Creates a CSV line from the fields being provided This method is to be side effect free in terms of the fields (and the resulting record) is not part of the state for this instance (from the point of view of this method).
- toRecord(Boolean...) - Method in interface org.refcodes.textual.CsvBuilder
-
Creates a CSV line from the fields being provided This method is to be side effect free in terms of the fields (and the resulting record) is not part of the state for this instance (from the point of view of this method).
- toRecord(Byte...) - Method in interface org.refcodes.textual.CsvBuilder
-
Creates a CSV line from the fields being provided This method is to be side effect free in terms of the fields (and the resulting record) is not part of the state for this instance (from the point of view of this method).
- toRecord(Character...) - Method in interface org.refcodes.textual.CsvBuilder
-
Creates a CSV line from the fields being provided This method is to be side effect free in terms of the fields (and the resulting record) is not part of the state for this instance (from the point of view of this method).
- toRecord(Double...) - Method in interface org.refcodes.textual.CsvBuilder
-
Creates a CSV line from the fields being provided This method is to be side effect free in terms of the fields (and the resulting record) is not part of the state for this instance (from the point of view of this method).
- toRecord(Float...) - Method in interface org.refcodes.textual.CsvBuilder
-
Creates a CSV line from the fields being provided This method is to be side effect free in terms of the fields (and the resulting record) is not part of the state for this instance (from the point of view of this method).
- toRecord(Integer...) - Method in interface org.refcodes.textual.CsvBuilder
-
Creates a CSV line from the fields being provided This method is to be side effect free in terms of the fields (and the resulting record) is not part of the state for this instance (from the point of view of this method).
- toRecord(Long...) - Method in interface org.refcodes.textual.CsvBuilder
-
Creates a CSV line from the fields being provided This method is to be side effect free in terms of the fields (and the resulting record) is not part of the state for this instance (from the point of view of this method).
- toRecord(Object...) - Method in interface org.refcodes.textual.CsvBuilder
-
Creates a CSV line from the fields being provided This method is to be side effect free in terms of the fields (and the resulting record) is not part of the state for this instance (from the point of view of this method).
- toRecord(Object...) - Method in class org.refcodes.textual.CsvBuilderImpl
-
Creates a CSV line from the fields being provided This method is to be side effect free in terms of the fields (and the resulting record) is not part of the state for this instance (from the point of view of this method).
- toRecord(Short...) - Method in interface org.refcodes.textual.CsvBuilder
-
To record.
- toRecord(String...) - Method in interface org.refcodes.textual.CsvBuilder
-
Creates a CSV line from the fields being provided This method is to be side effect free in terms of the fields (and the resulting record) is not part of the state for this instance (from the point of view of this method).
- toRecord(String...) - Method in class org.refcodes.textual.CsvBuilderImpl
-
Creates a CSV line from the fields being provided This method is to be side effect free in terms of the fields (and the resulting record) is not part of the state for this instance (from the point of view of this method).
- toRecord(Collection<Object>) - Method in interface org.refcodes.textual.CsvBuilder
-
Creates a CSV line from the fields being provided This method is to be side effect free in terms of the fields (and the resulting record) is not part of the state for this instance (from the point of view of this method).
- toRecord(Collection<Object>) - Method in class org.refcodes.textual.CsvBuilderImpl
-
Creates a CSV line from the fields being provided This method is to be side effect free in terms of the fields (and the resulting record) is not part of the state for this instance (from the point of view of this method).
- toReplaced(String[], String, String) - Static method in class org.refcodes.textual.ReplaceTextBuilderImpl
-
To replaced.
- toReplaced(StringBuffer, String, String) - Static method in class org.refcodes.textual.ReplaceTextBuilderImpl
-
Replaces a text by an other text in a StringBuffer.
- toReplaced(String, String, String) - Static method in class org.refcodes.textual.ReplaceTextBuilderImpl
-
Replaces all occurrences of a find-
String
with a replace-String
in a text and returns the find-and-replaceString
. - toRightBorder(String[], int, char) - Static method in class org.refcodes.textual.TextBorderBuilderImpl
-
Adds the according border with the given char and the provided width to the provided text.
- toRow(String...) - Method in class org.refcodes.textual.TableBuilderImpl
-
Prints the table's (next) row with the content of the provided columns.
- toRow(String...) - Method in interface org.refcodes.textual.TablePrinter
-
Prints the table's (next) row with the content of the provided columns.
- toRow(List<String>) - Method in interface org.refcodes.textual.TablePrinter
-
Prints the table's (next) row with the content of the provided columns.
- toRowBegin() - Method in class org.refcodes.textual.TableBuilderImpl
-
Begins a row, for convenience reasons, this is being encapsulated by the
TablePrinter.toRow(String...)
method. - toRowBegin() - Method in interface org.refcodes.textual.TablePrinter
-
Begins a row, for convenience reasons, this is being encapsulated by the
TablePrinter.toRow(String...)
method. - toRowContinue(String...) - Method in class org.refcodes.textual.TableBuilderImpl
-
Continues a begun row, for convenience reasons, this is being encapsulated by the
TablePrinter.toRow(String...)
method. - toRowContinue(String...) - Method in interface org.refcodes.textual.TablePrinter
-
Continues a begun row, for convenience reasons, this is being encapsulated by the
TablePrinter.toRow(String...)
method. - toRowContinue(List<String>) - Method in interface org.refcodes.textual.TablePrinter
-
Continues a begun row, for convenience reasons, this is being encapsulated by the
TablePrinter.toRow(String...)
method. - toRowEnd(TableBuilder) - Method in class org.refcodes.textual.TableBuilderImpl
-
Ends the rows of the provided
TableBuilder
for this table printer to continue; different row widths and column widths are taken care of, so it is a pleasure to mix differentTableBuilder
s, especially when empty columns may result in better using another column layout making better use of the available width. - toRowEnd(TableBuilder) - Method in interface org.refcodes.textual.TablePrinter
-
Ends the rows of the provided
TableBuilder
for this table printer to continue; different row widths and column widths are taken care of, so it is a pleasure to mix differentTableBuilder
s, especially when empty columns may result in better using another column layout making better use of the available width. - toRowEscapeCode(Object) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Determines the ANSI Escape-Code by evaluating the provided ID: If an
EscapeCodeFactory
has been set viaColumnFormatMetrics.setEscapeCodeFactory(EscapeCodeFactory)
and the factory returns a value different to null, then this value is returned. - toRowEscapeCode(Object) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
-
Determines the ANSI Escape-Code by evaluating the provided ID: If an
EscapeCodeFactory
has been set viaColumnFormatMetrics.setEscapeCodeFactory(EscapeCodeFactory)
and the factory returns a value different to null, then this value is returned. - toSeparatedValue(Object) - Static method in class org.refcodes.textual.CsvBuilderImpl
-
Escapes a single value according to the rules of CSV like separated values with the according
Delimiter.CSV
delimiter. - toSeparatedValue(Object, char) - Static method in class org.refcodes.textual.CsvBuilderImpl
-
Escapes a single value according to the rules of CSV like separated values.
- toSeparatedValues(Object[]) - Static method in class org.refcodes.textual.CsvBuilderImpl
-
Takes the array's
String
representation and creates a singleString
with the accordingDelimiter.CSV
delimiter. - toSeparatedValues(Object[], char) - Static method in class org.refcodes.textual.CsvBuilderImpl
-
Takes the array's String representation and creates a single
String
with the provided delimiter. - toSeparatedValues(Collection<?>) - Static method in class org.refcodes.textual.CsvBuilderImpl
-
Takes the collection and creates a single
String
with the accordingDelimiter.CSV
delimiter. - toSeparatedValues(Collection<?>, char) - Static method in class org.refcodes.textual.CsvBuilderImpl
-
Takes the collection and creates a single
String
with the provided delimiter. - toSeparatedValues(Collection<Object>, char, CsvEscapeMode) - Static method in class org.refcodes.textual.CsvBuilderImpl
-
To separated values.
- toSingleBorder(String[]) - Static method in class org.refcodes.textual.TextBorderBuilderImpl
-
Adds a predefined "single-line" border to the provided text.
- toSnakeCase() - Method in interface org.refcodes.textual.CaseStyleBuilder
-
Converts the key as of
TextAccessor.getText()
to snake-case, either in upper case as of "SNAKE_CASE" or in lower-case as of "snake_case", depending on theCase
property (as ofCaseAccessor.CaseMutator.setCase(Case)
andCaseAccessor.getCase()
). - toSnakeCase() - Method in class org.refcodes.textual.CaseStyleBuilderImpl
-
Converts the key as of
TextAccessor.getText()
to snake-case, either in upper case as of "SNAKE_CASE" or in lower-case as of "snake_case", depending on theCase
property (as ofCaseAccessor.CaseMutator.setCase(Case)
andCaseAccessor.getCase()
). - toSnakeCase(String) - Method in interface org.refcodes.textual.CaseStyleBuilder
-
Converts the provided key as of
TextAccessor.getText()
to snake-case, either in upper case as of "SNAKE_CASE" or in lower-case as of "snake_case", depending on theCase
property (as ofCaseAccessor.CaseMutator.setCase(Case)
andCaseAccessor.getCase()
). - toSnakeCase(String) - Method in class org.refcodes.textual.CaseStyleBuilderImpl
-
Converts the provided key as of
TextAccessor.getText()
to snake-case, either in upper case as of "SNAKE_CASE" or in lower-case as of "snake_case", depending on theCase
property (as ofCaseAccessor.CaseMutator.setCase(Case)
andCaseAccessor.getCase()
). - toSplitValue(Object, char) - Static method in class org.refcodes.textual.CsvBuilderImpl
-
Creates the
String
representation of a single split value not applying any escaping. - toSplitValues(Object[]) - Static method in class org.refcodes.textual.CsvBuilderImpl
-
Takes the array's
String
representation and creates a singleString
with the accordingDelimiter.CSV
delimiter. - toSplitValues(Object[], char) - Static method in class org.refcodes.textual.CsvBuilderImpl
-
Takes the array's String representation and creates a single
String
with the provided delimiter. - toSplitValues(Collection<?>) - Static method in class org.refcodes.textual.CsvBuilderImpl
-
Takes the collection and creates a single
String
with the accordingDelimiter.CSV
delimiter. - toSplitValues(Collection<?>, char) - Static method in class org.refcodes.textual.CsvBuilderImpl
-
Takes the collection and creates a single
String
with the provided delimiter. - toString() - Method in class org.refcodes.textual.ColumnWidthMetricsImpl
- toString() - Method in interface org.refcodes.textual.CsvBuilder
-
The
String
being build by the builder upon the settings of the attributes. - toString() - Method in class org.refcodes.textual.CsvBuilderImpl
-
The
String
being build by the builder upon the settings of the attributes. - toString() - Method in interface org.refcodes.textual.EscapeTextBuilder
-
The
String
being escaped by the builder upon the settings of the attributes. - toString() - Method in class org.refcodes.textual.FontImpl
- toString() - Method in enum org.refcodes.textual.FontStyle
- toString() - Method in enum org.refcodes.textual.FontType
- toString() - Method in interface org.refcodes.textual.MoreTextBuilder
-
The
String
being build by the builder upon the settings of the attributes. - toString() - Method in interface org.refcodes.textual.TextAccessor.TextProvider
-
The
String
being build by the builder upon the settings of the attributes. - toString() - Method in interface org.refcodes.textual.TextLineBuilder
-
The
String
being build by the builder upon the settings of the attributes. - toString() - Method in class org.refcodes.textual.TextLineBuilderImpl
-
The
String
being build by the builder upon the settings of the attributes. - toString() - Method in interface org.refcodes.textual.TruncateTextBuilder
-
The
String
being build by the builder upon the settings of the attributes. - toString() - Method in interface org.refcodes.textual.VerboseTextBuilder
-
The
String
being build by the builder upon the settings of the attributes. - toString() - Method in class org.refcodes.textual.VerboseTextBuilderImpl
-
The
String
being build by the builder upon the settings of the attributes. - toString(boolean[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(byte[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(char[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(double[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(float[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(int[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(int, char) - Method in interface org.refcodes.textual.TextLineBuilder
-
Returns a
String
with the given length and containing only the provided fill character. - toString(long[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(short[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(File) - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Race condition safe shortcut for using
AsciiArtBuilder.withImageFile(File)
followed byTextAccessor.TextProvider.toString()
. - toString(Boolean[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(Boolean[]) - Method in class org.refcodes.textual.VerboseTextBuilderImpl
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(Byte[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(Byte[]) - Method in class org.refcodes.textual.VerboseTextBuilderImpl
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(Character[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(Character[]) - Method in class org.refcodes.textual.VerboseTextBuilderImpl
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(Double[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(Double[]) - Method in class org.refcodes.textual.VerboseTextBuilderImpl
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(Float[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(Float[]) - Method in class org.refcodes.textual.VerboseTextBuilderImpl
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(Integer[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(Integer[]) - Method in class org.refcodes.textual.VerboseTextBuilderImpl
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(Long[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(Long[]) - Method in class org.refcodes.textual.VerboseTextBuilderImpl
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(Object) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(Object) - Method in class org.refcodes.textual.VerboseTextBuilderImpl
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(Object[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(Object[]) - Method in class org.refcodes.textual.VerboseTextBuilderImpl
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(Short[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(Short[]) - Method in class org.refcodes.textual.VerboseTextBuilderImpl
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(String) - Static method in class org.refcodes.textual.SecretHintBuilderImpl
-
This method provides a password hint by keeping the first and the last characters of the password and exchanging the rest by an asterisk "*".
- toString(String...) - Method in interface org.refcodes.textual.Text
-
Race condition safe shortcut for using
Text.withText(String...)
followed byTextAccessor.TextProvider.toString()
. - toString(String[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(String[]) - Method in class org.refcodes.textual.VerboseTextBuilderImpl
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(Collection<?>) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(Collection<?>) - Method in class org.refcodes.textual.VerboseTextBuilderImpl
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(Map<?, ?>) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(Map<?, ?>) - Method in class org.refcodes.textual.VerboseTextBuilderImpl
-
The
String
being build by the builder upon the settings of the attributes and the provided argument. - toString(RgbPixmap) - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Race condition safe shortcut for using
AsciiArtBuilder.withRgbPixmap(RgbPixmap)
followed byTextAccessor.TextProvider.toString()
. - toString(RgbPixmap) - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Race condition safe shortcut for using
AsciiArtBuilder.withRgbPixmap(RgbPixmap)
followed byTextAccessor.TextProvider.toString()
. - toStrings() - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
The
String
s being build by the builder upon the settings of the attributes. - toStrings() - Method in interface org.refcodes.textual.CsvBuilder
-
Creates an array of
String
s from the CSV line being set viaCsvBuilder.setRecord(String)
orCsvBuilder.withRecord(String)
. - toStrings() - Method in class org.refcodes.textual.CsvBuilderImpl
-
Creates an array of
String
s from the CSV line being set viaCsvBuilder.setRecord(String)
orCsvBuilder.withRecord(String)
. - toStrings() - Method in interface org.refcodes.textual.EscapeTextBuilder
-
The
String
s being escaped by the builder upon the settings of the attributes. - toStrings() - Method in class org.refcodes.textual.EscapeTextBuilderImpl
-
The
String
s being escaped by the builder upon the settings of the attributes. - toStrings() - Method in class org.refcodes.textual.HorizAlignTextBuilderImpl
-
The
String
s being build by the builder upon the settings of the attributes. - toStrings() - Method in interface org.refcodes.textual.MoreTextBuilder
-
The
String
s being build by the builder upon the settings of the attributes. - toStrings() - Method in class org.refcodes.textual.MoreTextBuilderImpl
-
The
String
s being build by the builder upon the settings of the attributes. - toStrings() - Method in class org.refcodes.textual.OverwriteTextBuilderImpl
-
The
String
s being build by the builder upon the settings of the attributes. - toStrings() - Method in class org.refcodes.textual.ReplaceTextBuilderImpl
-
The
String
s being build by the builder upon the settings of the attributes. - toStrings() - Method in class org.refcodes.textual.SecretHintBuilderImpl
-
The
String
s being build by the builder upon the settings of the attributes. - toStrings() - Method in interface org.refcodes.textual.TextAccessor.TextProvider
-
The
String
s being build by the builder upon the settings of the attributes. - toStrings() - Method in class org.refcodes.textual.TextBlockBuilderImpl
-
The
String
s being build by the builder upon the settings of the attributes. - toStrings() - Method in interface org.refcodes.textual.TextBorderBuilder
-
The
String
s being build by the builder upon the settings of the attributes. - toStrings() - Method in class org.refcodes.textual.TextBorderBuilderImpl
-
The
String
s being build by the builder upon the settings of the attributes. - toStrings() - Method in interface org.refcodes.textual.TruncateTextBuilder
-
The
String
s being build by the builder upon the settings of the attributes. - toStrings() - Method in class org.refcodes.textual.TruncateTextBuilderImpl
-
The
String
s being build by the builder upon the settings of the attributes. - toStrings() - Method in class org.refcodes.textual.VertAlignTextBuilderImpl
-
The
String
s being build by the builder upon the settings of the attributes. - toStrings(File) - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Race condition safe shortcut for using
AsciiArtBuilder.withImageFile(File)
followed byTextAccessor.TextProvider.toStrings()
. - toStrings(String) - Method in interface org.refcodes.textual.CsvBuilder
-
Creates an array of
String
s from the CSV line being set viaCsvBuilder.setRecord(String)
orCsvBuilder.withRecord(String)
. - toStrings(String) - Method in class org.refcodes.textual.CsvBuilderImpl
-
Creates an array of
String
s from the CSV line being set viaCsvBuilder.setRecord(String)
orCsvBuilder.withRecord(String)
. - toStrings(String...) - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Race condition safe shortcut for using
Text.withText(String...)
followed byTextAccessor.TextProvider.toStrings()
. - toStrings(String...) - Method in class org.refcodes.textual.EscapeTextBuilderImpl
-
Race condition safe shortcut for using
Text.withText(String...)
followed byTextAccessor.TextProvider.toStrings()
. - toStrings(String...) - Method in class org.refcodes.textual.HorizAlignTextBuilderImpl
-
Race condition safe shortcut for using
Text.withText(String...)
followed byTextAccessor.TextProvider.toStrings()
. - toStrings(String...) - Method in class org.refcodes.textual.MoreTextBuilderImpl
-
Race condition safe shortcut for using
Text.withText(String...)
followed byTextAccessor.TextProvider.toStrings()
. - toStrings(String...) - Method in class org.refcodes.textual.OverwriteTextBuilderImpl
-
Race condition safe shortcut for using
Text.withText(String...)
followed byTextAccessor.TextProvider.toStrings()
. - toStrings(String...) - Method in class org.refcodes.textual.ReplaceTextBuilderImpl
-
Race condition safe shortcut for using
Text.withText(String...)
followed byTextAccessor.TextProvider.toStrings()
. - toStrings(String...) - Method in class org.refcodes.textual.SecretHintBuilderImpl
-
Race condition safe shortcut for using
Text.withText(String...)
followed byTextAccessor.TextProvider.toStrings()
. - toStrings(String...) - Method in interface org.refcodes.textual.Text
-
Race condition safe shortcut for using
Text.withText(String...)
followed byTextAccessor.TextProvider.toStrings()
. - toStrings(String...) - Method in class org.refcodes.textual.TextBlockBuilderImpl
-
Race condition safe shortcut for using
Text.withText(String...)
followed byTextAccessor.TextProvider.toStrings()
. - toStrings(String...) - Method in class org.refcodes.textual.TextBorderBuilderImpl
-
Race condition safe shortcut for using
Text.withText(String...)
followed byTextAccessor.TextProvider.toStrings()
. - toStrings(String...) - Method in class org.refcodes.textual.TruncateTextBuilderImpl
-
Race condition safe shortcut for using
Text.withText(String...)
followed byTextAccessor.TextProvider.toStrings()
. - toStrings(String...) - Method in class org.refcodes.textual.VertAlignTextBuilderImpl
-
Race condition safe shortcut for using
Text.withText(String...)
followed byTextAccessor.TextProvider.toStrings()
. - toStrings(RgbPixmap) - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Race condition safe shortcut for using
AsciiArtBuilder.withRgbPixmap(RgbPixmap)
followed byTextAccessor.TextProvider.toStrings()
. - toStrings(RgbPixmap) - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Race condition safe shortcut for using
AsciiArtBuilder.withRgbPixmap(RgbPixmap)
followed byTextAccessor.TextProvider.toStrings()
. - toStrip(String, char[]) - Static method in class org.refcodes.textual.TruncateTextBuilderImpl
-
Returns a new String without leading nor trailing chars.
- toStrip(String, char[], TruncateTextMode) - Static method in class org.refcodes.textual.TruncateTextBuilderImpl
-
To strip.
- toStripLeft(String, char[]) - Static method in class org.refcodes.textual.TruncateTextBuilderImpl
-
Returns a new String without leading chars.
- toStripRight(String, char[]) - Static method in class org.refcodes.textual.TruncateTextBuilderImpl
-
Returns a new String without trailing chars.
- toTableStyle(String) - Static method in enum org.refcodes.textual.TableStyle
-
To table style.
- toTail() - Method in class org.refcodes.textual.TableBuilderImpl
-
Finishes off the table by closing it.
- toTail() - Method in interface org.refcodes.textual.TablePrinter
-
Finishes off the table by closing it.
- toTextBlock(String[], int, char, VertAlignTextMode) - Static method in class org.refcodes.textual.VertAlignTextBuilderImpl
-
Fills up or truncates a given text block to the provided height; filling up or truncating depends on the
VertAlignTextMode
specified, the default isVertAlignTextMode.TOP
. - toTextBlock(String, int) - Static method in class org.refcodes.textual.TextBlockBuilderImpl
-
Cuts the
String
into subString
instances with the maximum given length. - toTextBlock(String, int, HorizAlignTextMode) - Static method in class org.refcodes.textual.TextBlockBuilderImpl
-
Cuts the
String
into subString
instances with the maximum given length. - toTextBlock(String, int, HorizAlignTextMode, SplitTextMode) - Static method in class org.refcodes.textual.TextBlockBuilderImpl
-
Cuts the
String
into subString
instances with the maximum given length. - toTextBlock(String, int, SplitTextMode) - Static method in class org.refcodes.textual.TextBlockBuilderImpl
-
Cuts the
String
into subString
instances with the maximum given length. - toTopBorder(String[], int, char) - Static method in class org.refcodes.textual.TextBorderBuilderImpl
-
Adds the according border with the given char and the provided width to the provided text.
- toUnEscaped(String, String[][]) - Static method in class org.refcodes.textual.EscapeTextBuilderImpl
-
Unescapes a text using the provided escape matrix which must be a two dimensional array with two elements per line and where the element at position 0 (of a line) represents the character and the element at position 1 (of a line) the escaped character.
- toVerboseString(Collection<?>) - Static method in class org.refcodes.textual.VerboseTextBuilderImpl
-
To verbose string.
- toVerboseString(Map<?, ?>) - Static method in class org.refcodes.textual.VerboseTextBuilderImpl
-
To verbose string.
- TruncateTextBuilder - Interface in org.refcodes.textual
-
Strips given characters from text's left hand side or right hand side or both.
- TruncateTextBuilderImpl - Class in org.refcodes.textual
-
The Class TruncateTextBuilderImpl.
- TruncateTextBuilderImpl() - Constructor for class org.refcodes.textual.TruncateTextBuilderImpl
- TruncateTextMode - Enum in org.refcodes.textual
-
The
TruncateTextMode
specifies for according algorithms on how a line is to be stripped. - TWO_THIRDS - org.refcodes.textual.PixmapRatioMode
-
The width to height ration is one to two thirds (1:2/3).
U
- UNESCAPE - org.refcodes.textual.EscapeTextMode
- UPPER - org.refcodes.textual.Case
- UPPER_CASE - org.refcodes.textual.RandomTextMode
V
- valueOf(String) - Static method in enum org.refcodes.textual.AsciiArtMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.refcodes.textual.Case
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.refcodes.textual.CaseStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.refcodes.textual.ColumnWidthType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.refcodes.textual.CsvEscapeMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.refcodes.textual.EscapeTextMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.refcodes.textual.FontStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.refcodes.textual.FontType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.refcodes.textual.HorizAlignTextMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.refcodes.textual.MoreTextMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.refcodes.textual.OverwriteTextMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.refcodes.textual.PixmapRatioMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.refcodes.textual.RandomTextMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.refcodes.textual.SplitTextMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.refcodes.textual.TableStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.refcodes.textual.TableStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.refcodes.textual.TextFormatMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.refcodes.textual.TruncateTextMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.refcodes.textual.VertAlignTextMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.refcodes.textual.AsciiArtMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.refcodes.textual.Case
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.refcodes.textual.CaseStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.refcodes.textual.ColumnWidthType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.refcodes.textual.CsvEscapeMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.refcodes.textual.EscapeTextMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.refcodes.textual.FontStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.refcodes.textual.FontType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.refcodes.textual.HorizAlignTextMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.refcodes.textual.MoreTextMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.refcodes.textual.OverwriteTextMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.refcodes.textual.PixmapRatioMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.refcodes.textual.RandomTextMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.refcodes.textual.SplitTextMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.refcodes.textual.TableStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.refcodes.textual.TableStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.refcodes.textual.TextFormatMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.refcodes.textual.TruncateTextMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.refcodes.textual.VertAlignTextMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VerboseTextBuilder - Interface in org.refcodes.textual
-
The
VerboseTextBuilder
us a utility-builder for creating human readableString
objects from arrays, collections or maps (instead of solely printing out the object references of those collections). - VerboseTextBuilderImpl - Class in org.refcodes.textual
-
The Class VerboseTextBuilderImpl.
- VerboseTextBuilderImpl() - Constructor for class org.refcodes.textual.VerboseTextBuilderImpl
- VertAlignTextBuilder - Interface in org.refcodes.textual
-
Fills a text up on by appending the given char to the left or to the the right or inbetween till the given length is reached.
- VertAlignTextBuilderImpl - Class in org.refcodes.textual
-
The Class VertAlignTextBuilderImpl.
- VertAlignTextBuilderImpl() - Constructor for class org.refcodes.textual.VertAlignTextBuilderImpl
- VertAlignTextMode - Enum in org.refcodes.textual
-
The
VertAlignTextMode
specifies how to arrange a text block in an available area. - VertAlignTextModeAccessor - Interface in org.refcodes.textual
-
Provides an accessor for a vertical align text mode property.
- VertAlignTextModeAccessor.VertAlignTextModeBuilder<B extends VertAlignTextModeAccessor.VertAlignTextModeBuilder<B>> - Interface in org.refcodes.textual
-
Provides a builder method for a vertical align text mode property returning the builder for applying multiple build operations.
- VertAlignTextModeAccessor.VertAlignTextModeMutator - Interface in org.refcodes.textual
-
Provides a mutator for a vertical align text mode property.
- VertAlignTextModeAccessor.VertAlignTextModeProperty - Interface in org.refcodes.textual
-
Provides a vertical align text mode property.
W
- withAsciiArtMode(AsciiArtMode) - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Sets the ASCII art mode for the ASCII art mode property.
- withAsciiColorPalette(AsciiColorPalette) - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Sets the ASCII color palette for the ASCII color palette property.
- withAsciiColors(char...) - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Sets the ASCII colors for the ASCII colors property.
- withAsciiColors(String) - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Sets the ASCII colors for the ASCII colors property.
- withBorderChar(char) - Method in interface org.refcodes.textual.TextBorderBuilder
-
Sets the border char for the border char property.
- withBorderEscapeCode(String) - Method in interface org.refcodes.textual.TableBuilder
-
Sets an overall ANSI Escape-Code for the borders and returns this
TableBuilder
instance as of the Builder-Pattern. - withBorderEscapeCode(String) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets an overall ANSI Escape-Code for the borders and returns this
TableBuilder
instance as of the Builder-Pattern. - withBorderWidth(int) - Method in interface org.refcodes.textual.TextBorderBuilder
-
Sets the border width for the border width property.
- withBoxBorderMode(BoxBorderMode) - Method in class org.refcodes.textual.TextBorderBuilderImpl
- withCase(Case) - Method in interface org.refcodes.textual.CaseAccessor.CaseBuilder
-
Sets the rows
Case
to use returns this builder as of the Builder-Pattern. - withCase(Case) - Method in interface org.refcodes.textual.CaseStyleBuilder
-
Sets the rows
Case
to use returns this builder as of the Builder-Pattern. - withCharSet(char[]) - Method in class org.refcodes.textual.RandomTextGenerartorImpl
- withColumnFormatMetrics(ColumnFormatMetrics) - Method in interface org.refcodes.textual.TableBuilder
-
Sets the current column's (the last added one with the
TableBuilder.addColumn()
method) format (including the width) and returns thisTableBuilder
instance as of the Builder-Pattern. - withColumnFormatMetrics(ColumnFormatMetrics) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets the current column's (the last added one with the
TableBuilder.addColumn()
method) format (including the width) and returns thisTableBuilder
instance as of the Builder-Pattern. - withColumnHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.TableBuilder
-
Sets the column's alignment mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withColumnHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets the column's alignment mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withColumnMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.TableBuilder
-
Sets the column's "more" mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withColumnMoreTextMode(MoreTextMode) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets the column's "more" mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withColumnSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.TableBuilder
-
Sets the column's line split mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withColumnSplitTextMode(SplitTextMode) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets the column's line split mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withColumnTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.TableBuilder
-
Sets the column's format mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withColumnTextFormatMode(TextFormatMode) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets the column's format mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withColumnWidth(int) - Method in class org.refcodes.textual.AsciiArtBuilderImpl
- withColumnWidth(int) - Method in interface org.refcodes.textual.ColumnFormatMetrics
- withColumnWidth(int) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
- withColumnWidth(int) - Method in interface org.refcodes.textual.ColumnSetupMetrics
- withColumnWidth(int) - Method in class org.refcodes.textual.ColumnSetupMetricsImpl
- withColumnWidth(int) - Method in class org.refcodes.textual.ColumnWidthMetricsImpl
- withColumnWidth(int) - Method in class org.refcodes.textual.HorizAlignTextBuilderImpl
- withColumnWidth(int) - Method in interface org.refcodes.textual.MoreTextBuilder
- withColumnWidth(int) - Method in class org.refcodes.textual.MoreTextBuilderImpl
- withColumnWidth(int) - Method in class org.refcodes.textual.RandomTextGenerartorImpl
- withColumnWidth(int) - Method in interface org.refcodes.textual.TableBuilder
-
Sets the current column's (the last added one with the
TableBuilder.addColumn()
method) absolute width () @link ColumnWidthType#ABSOLUTE) and returns thisTableBuilder
instance as of the Builder-Pattern. - withColumnWidth(int) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets the current column's (the last added one with the
TableBuilder.addColumn()
method) absolute width () @link ColumnWidthType#ABSOLUTE) and returns thisTableBuilder
instance as of the Builder-Pattern. - withColumnWidth(int) - Method in class org.refcodes.textual.TextBlockBuilderImpl
- withColumnWidth(int) - Method in class org.refcodes.textual.TextLineBuilderImpl
- withColumnWidth(int, ColumnWidthType) - Method in interface org.refcodes.textual.TableBuilder
-
Sets the current column's (the last added one with the
TableBuilder.addColumn()
method) width and returns thisTableBuilder
instance as of the Builder-Pattern. - withColumnWidth(int, ColumnWidthType) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets the current column's (the last added one with the
TableBuilder.addColumn()
method) width and returns thisTableBuilder
instance as of the Builder-Pattern. - withColumnWidthMetrics(ColumnWidthMetrics) - Method in interface org.refcodes.textual.TableBuilder
-
Sets the current column's (the last added one with the
TableBuilder.addColumn()
method) width and returns thisTableBuilder
instance as of the Builder-Pattern. - withColumnWidthMetrics(ColumnWidthMetrics) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets the current column's (the last added one with the
TableBuilder.addColumn()
method) width and returns thisTableBuilder
instance as of the Builder-Pattern. - withColumnWidthType(ColumnWidthType) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
With column width type.
- withColumnWidthType(ColumnWidthType) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
With column width type.
- withColumnWidthType(ColumnWidthType) - Method in interface org.refcodes.textual.ColumnWidthMetrics
-
With column width type.
- withCsvEscapeMode(CsvEscapeMode) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV escape mode for the CSV escape mode property.
- withDelimiterChar(char) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the delimiter char for the delimiter char property.
- withElements(boolean[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the CSV elements for the CSV elements property.
- withElements(byte[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the CSV elements for the CSV elements property.
- withElements(char[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the CSV elements for the CSV elements property.
- withElements(double[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the CSV elements for the CSV elements property.
- withElements(float[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the CSV elements for the CSV elements property.
- withElements(int[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the CSV elements for the CSV elements property.
- withElements(long[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the CSV elements for the CSV elements property.
- withElements(short[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the CSV elements for the CSV elements property.
- withElements(Object) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the elements for the elements property.
- withElements(Object[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the elements for the elements property.
- withElements(Collection<?>) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the elements for the elements property.
- withElements(Map<?, ?>) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the elements for the elements property.
- withEscapeCode(String) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets an ANSI Escape-Code for the header and the rows and returns this
ColumnFormatMetrics
instance as of the Builder-Pattern. - withEscapeCode(String) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
Sets an ANSI Escape-Code for the header and the rows and returns this
ColumnFormatMetrics
instance as of the Builder-Pattern. - withEscapeCode(String) - Method in interface org.refcodes.textual.TableBuilder
-
Sets an overall ANSI Escape-Code for the header, the rows as well as the borders; and returns this
TableBuilder
instance as of the builder pattern. - withEscapeCode(String) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets an overall ANSI Escape-Code for the header, the rows as well as the borders; and returns this
TableBuilder
instance as of the builder pattern. - withEscapeCodeFactory(EscapeCodeFactory) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets an ANSI Escape-Code factory for the header and the rows and returns this
ColumnFormatMetrics
instance as of the Builder-Pattern. - withEscapeCodeFactory(EscapeCodeFactory) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
Sets an ANSI Escape-Code factory for the header and the rows and returns this
ColumnFormatMetrics
instance as of the Builder-Pattern. - withEscapeCodes(boolean) - Method in interface org.refcodes.textual.TableBuilder
-
Sets an overall ANSI Escape-Code support for the
TableBuilder
, for the rows as well as the borders; and returns thisTableBuilder
instance as of the Builder-Pattern. - withEscapeCodes(boolean) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets an overall ANSI Escape-Code support for the
TableBuilder
, for the rows as well as the borders; and returns thisTableBuilder
instance as of the Builder-Pattern. - withEscapeProperties(Property...) - Method in interface org.refcodes.textual.EscapeTextBuilder
-
With escape properties.
- withEscapeTextMode(EscapeTextMode) - Method in interface org.refcodes.textual.EscapeTextBuilder
-
Sets the escape text mode for the escape text mode property.
- withFields(boolean...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- withFields(byte...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- withFields(char...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- withFields(double...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- withFields(float...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- withFields(int...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- withFields(long...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- withFields(short...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- withFields(Boolean...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- withFields(Byte...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- withFields(Character...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- withFields(Double...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- withFields(Float...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- withFields(Integer...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- withFields(Long...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- withFields(Object...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- withFields(Short...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- withFields(String...) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- withFields(Collection<Object>) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV elements for the CSV elements property.
- withFillChar(char) - Method in interface org.refcodes.textual.HorizAlignTextBuilder
-
Sets the fill char for the fill char property.
- withFillChar(char) - Method in interface org.refcodes.textual.VertAlignTextBuilder
-
Sets the fill char for the fill char property.
- withFindText(String) - Method in interface org.refcodes.textual.ReplaceTextBuilder
-
Sets the find text for the find text property.
- withFont(Font) - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Sets the font for the font property.
- withFont(Font) - Method in interface org.refcodes.textual.FontAccessor.FontBuilder
-
Sets the font for the font property.
- withFontName(String) - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Sets the font name for the font name property.
- withFontName(String) - Method in class org.refcodes.textual.FontImpl
-
Sets the font name for the font name property.
- withFontName(String) - Method in interface org.refcodes.textual.FontNameAccessor.FontNameBuilder
-
Sets the font name for the font name property.
- withFontSize(int) - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Sets the font style for the font style property.
- withFontSize(int) - Method in class org.refcodes.textual.FontImpl
-
Sets the font style for the font style property.
- withFontSize(int) - Method in interface org.refcodes.textual.FontSizeAccessor.FontSizeBuilder
-
Sets the font style for the font style property.
- withFontStyle(FontStyle) - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Sets the font style for the font style property.
- withFontStyle(FontStyle) - Method in class org.refcodes.textual.FontImpl
-
Sets the font style for the font style property.
- withFontStyle(FontStyle) - Method in interface org.refcodes.textual.FontStyleAccessor.FontStyleBuilder
-
Sets the font style for the font style property.
- withFontType(FontType) - Method in class org.refcodes.textual.AsciiArtBuilderImpl
-
Sets the font type for the font type property.
- withFontType(FontType) - Method in class org.refcodes.textual.FontImpl
-
Sets the font type for the font type property.
- withFontType(FontType) - Method in interface org.refcodes.textual.FontTypeAccessor.FontTypeBuilder
-
Sets the font type for the font type property.
- withHeaderColumnEscapeCode(String) - Method in interface org.refcodes.textual.TableBuilder
-
Sets the column's header ANSI Escape-Code for the current header column and returns this
TableBuilder
instance as of the Builder-Pattern. - withHeaderColumnEscapeCode(String) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets the column's header ANSI Escape-Code for the current header column and returns this
TableBuilder
instance as of the Builder-Pattern. - withHeaderColumnHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.TableBuilder
-
Sets the column's header alignment mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withHeaderColumnHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets the column's header alignment mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withHeaderColumnMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.TableBuilder
-
Sets the column's header "more" mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withHeaderColumnMoreTextMode(MoreTextMode) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets the column's header "more" mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withHeaderColumnSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.TableBuilder
-
Sets the column's header line split mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withHeaderColumnSplitTextMode(SplitTextMode) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets the column's header line split mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withHeaderColumnTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.TableBuilder
-
Sets the column's header format mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withHeaderColumnTextFormatMode(TextFormatMode) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets the column's header format mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withHeaderEscapeCode(String) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets an ANSI Escape-Code for the header and returns this
ColumnFormatMetrics
instance as of the Builder-Pattern. - withHeaderEscapeCode(String) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
Sets an ANSI Escape-Code for the header and returns this
ColumnFormatMetrics
instance as of the Builder-Pattern. - withHeaderEscapeCode(String) - Method in interface org.refcodes.textual.TableBuilder
-
Sets an overall ANSI Escape-Code for the header and returns this
TableBuilder
instance as of the Builder-Pattern. - withHeaderEscapeCode(String) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets an overall ANSI Escape-Code for the header and returns this
TableBuilder
instance as of the Builder-Pattern. - withHeaderEscapeCodeFactory(EscapeCodeFactory) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets an ANSI Escape-Code factory for the header and the rows and returns this
ColumnFormatMetrics
instance as of the Builder-Pattern. - withHeaderEscapeCodeFactory(EscapeCodeFactory) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
Sets an ANSI Escape-Code factory for the header and the rows and returns this
ColumnFormatMetrics
instance as of the Builder-Pattern. - withHeaderHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets an alignment mode for the header and returns this
ColumnFormatMetrics
instance as of the Builder-Pattern. - withHeaderHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
Sets an alignment mode for the header and returns this
ColumnFormatMetrics
instance as of the Builder-Pattern. - withHeaderHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.TableBuilder
-
Sets an overall alignment mode for the header and returns this
TableBuilder
instance as of the Builder-Pattern. - withHeaderHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets an overall alignment mode for the header and returns this
TableBuilder
instance as of the Builder-Pattern. - withHeaderMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets a more-text mode for the header and returns this
ColumnFormatMetrics
instance as of the Builder-Pattern. - withHeaderMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
Sets a more-text mode for the header and returns this
ColumnFormatMetrics
instance as of the Builder-Pattern. - withHeaderMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.TableBuilder
-
Sets an overall "more" mode for the header and returns this
TableBuilder
instance as of the Builder-Pattern. - withHeaderMoreTextMode(MoreTextMode) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets an overall "more" mode for the header and returns this
TableBuilder
instance as of the Builder-Pattern. - withHeaderSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets the
SplitTextMode
for the header and returns thisColumnFormatMetrics
instance as of the Builder-Pattern. - withHeaderSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
Sets the
SplitTextMode
for the header and returns thisColumnFormatMetrics
instance as of the Builder-Pattern. - withHeaderSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.TableBuilder
-
Sets an overall line split mode for the header and returns this
TableBuilder
instance as of the Builder-Pattern. - withHeaderSplitTextMode(SplitTextMode) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets an overall line split mode for the header and returns this
TableBuilder
instance as of the Builder-Pattern. - withHeaderTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets the
TextFormatMode
for the header and returns thisColumnFormatMetrics
instance as of the Builder-Pattern. - withHeaderTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
Sets the
TextFormatMode
for the header and returns thisColumnFormatMetrics
instance as of the Builder-Pattern. - withHeaderTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.TableBuilder
-
Sets an overall format mode for the header and returns this
TableBuilder
instance as of the Builder-Pattern. - withHeaderTextFormatMode(TextFormatMode) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets an overall format mode for the header and returns this
TableBuilder
instance as of the Builder-Pattern. - withHide() - Method in interface org.refcodes.textual.ColumnSetupMetrics
- withHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets the horizontal align text mode for the horizontal align text mode property.
- withHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
Sets the horizontal align text mode for the horizontal align text mode property.
- withHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.HorizAlignTextBuilder
-
Sets the align text mode for the align text mode property.
- withHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.HorizAlignTextModeAccessor.HorizAlignTextModeBuilder
-
Sets the horizontal align text mode for the horizontal align text mode property.
- withHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.TableBuilder
-
Sets an overall alignment mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets an overall alignment mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.TextBlockBuilder
-
Sets the align text mode for the align text mode property.
- withImageFile(File) - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Sets the image file for the
Pixmap
property. - withLeftBorder(boolean) - Method in interface org.refcodes.textual.TableBuilder
-
Sets whether to print the left border and returns this
TableBuilder
instance as of the Builder-Pattern. - withLeftBorder(boolean) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets whether to print the left border and returns this
TableBuilder
instance as of the Builder-Pattern. - withLineBreak(String) - Method in interface org.refcodes.textual.TableBuilder
-
Sets the required line break and returns this
TableBuilder
instance as of the Builder-Pattern. - withLineBreak(String) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets the required line break and returns this
TableBuilder
instance as of the Builder-Pattern. - withLineChar(char) - Method in interface org.refcodes.textual.TextLineBuilder
-
Sets the line char for the line char property.
- withMoreText(String) - Method in interface org.refcodes.textual.MoreTextBuilder
-
Sets the more text for the more text property.
- withMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets the more-text mode for the more-text mode property.
- withMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
Sets the more-text mode for the more-text mode property.
- withMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.MoreTextBuilder
-
Sets the more text mode for the more text mode property.
- withMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.MoreTextModeAccessor.MoreTextModeBuilder
-
Sets the more-text mode for the more-text mode property.
- withMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.TableBuilder
-
Sets an overall "more" mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withMoreTextMode(MoreTextMode) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets an overall "more" mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withName(String) - Method in interface org.refcodes.textual.ColumnSetupMetrics
- withOverwriteTextMode(OverwriteTextMode) - Method in interface org.refcodes.textual.OverwriteTextBuilder
-
Sets the overwrite text mode for the overwrite text mode property.
- withOverwritingText(String) - Method in interface org.refcodes.textual.OverwriteTextBuilder
-
Sets the overwriting text for the overwriting text property.
- withPixmapRatioMode(PixmapRatioMode) - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Sets the
Pixmap
ratio mode for thePixmap
ratio mode property. - withPrintStream(PrintStream) - Method in interface org.refcodes.textual.TableBuilder
-
Sets the print stream to be used when using the print methods of the
TableBuilder
and returns thisTableBuilder
instance as of the Builder-Pattern. - withRandomTextMode(RandomTextMode) - Method in interface org.refcodes.textual.RandomTextGenerartor
-
Sets the random text mode for the random text mode property.
- withRecord(String) - Method in interface org.refcodes.textual.CsvBuilder
-
Sets the CSV line for the CSV line property.
- withReplaceText(String) - Method in interface org.refcodes.textual.ReplaceTextBuilder
-
Sets the replace text for the replace text property.
- withResetEscapeCode(String) - Method in interface org.refcodes.textual.TableBuilder
-
Sets the ANSI reset Escape-Code for this
TableBuilder
instance as of the Builder-Pattern. - withResetEscapeCode(String) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets the ANSI reset Escape-Code for this
TableBuilder
instance as of the Builder-Pattern. - withRgbPixmap(RgbPixmap) - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Sets the
Pixmap
for thePixmap
property. - withRightBorder(boolean) - Method in interface org.refcodes.textual.TableBuilder
-
Sets whether to print the right border and returns this
TableBuilder
instance as of the Builder-Pattern. - withRightBorder(boolean) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets whether to print the right border and returns this
TableBuilder
instance as of the Builder-Pattern. - withRowColumnEscapeCode(String) - Method in interface org.refcodes.textual.TableBuilder
-
Sets the column's header ANSI Escape-Code for the current row column and returns this
TableBuilder
instance as of the Builder-Pattern. - withRowColumnEscapeCode(String) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets the column's header ANSI Escape-Code for the current row column and returns this
TableBuilder
instance as of the Builder-Pattern. - withRowColumnHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.TableBuilder
-
Sets the column's header alignment mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withRowColumnHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets the column's header alignment mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withRowColumnMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.TableBuilder
-
Sets the column's header "more" mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withRowColumnMoreTextMode(MoreTextMode) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets the column's header "more" mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withRowColumnSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.TableBuilder
-
Sets the column's header line split mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withRowColumnSplitTextMode(SplitTextMode) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets the column's header line split mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withRowColumnTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.TableBuilder
-
Sets the column's row format mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withRowColumnTextFormatMode(TextFormatMode) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets the column's row format mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withRowEscapeCode(String) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets an ANSI Escape-Code for the rows and returns this
ColumnFormatMetrics
instance as of the Builder-Pattern. - withRowEscapeCode(String) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
Sets an ANSI Escape-Code for the rows and returns this
ColumnFormatMetrics
instance as of the Builder-Pattern. - withRowEscapeCode(String) - Method in interface org.refcodes.textual.TableBuilder
-
Sets an overall ANSI Escape-Code for the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withRowEscapeCode(String) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets an overall ANSI Escape-Code for the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withRowEscapeCodeFactory(EscapeCodeFactory) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets an ANSI Escape-Code factory for the row and the rows and returns this
ColumnFormatMetrics
instance as of the Builder-Pattern. - withRowEscapeCodeFactory(EscapeCodeFactory) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
Sets an ANSI Escape-Code factory for the row and the rows and returns this
ColumnFormatMetrics
instance as of the Builder-Pattern. - withRowHeight(int) - Method in class org.refcodes.textual.VertAlignTextBuilderImpl
- withRowHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets an alignment mode for the row and returns this
ColumnFormatMetrics
instance as of the Builder-Pattern. - withRowHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
Sets an alignment mode for the row and returns this
ColumnFormatMetrics
instance as of the Builder-Pattern. - withRowHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.TableBuilder
-
Sets an overall alignment mode for the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withRowHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets an overall alignment mode for the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withRowMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets a more-text mode for the row and returns this
ColumnFormatMetrics
instance as of the Builder-Pattern. - withRowMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
Sets a more-text mode for the row and returns this
ColumnFormatMetrics
instance as of the Builder-Pattern. - withRowMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.TableBuilder
-
Sets an overall "more" mode for the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withRowMoreTextMode(MoreTextMode) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets an overall "more" mode for the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withRowSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets the
SplitTextMode
for the row and returns thisColumnFormatMetrics
instance as of the Builder-Pattern. - withRowSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
Sets the
SplitTextMode
for the row and returns thisColumnFormatMetrics
instance as of the Builder-Pattern. - withRowSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.TableBuilder
-
Sets an overall line split mode for the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withRowSplitTextMode(SplitTextMode) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets an overall line split mode for the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withRowTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets the
TextFormatMode
for the row and returns thisColumnFormatMetrics
instance as of the Builder-Pattern. - withRowTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
Sets the
TextFormatMode
for the row and returns thisColumnFormatMetrics
instance as of the Builder-Pattern. - withRowTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.TableBuilder
-
Sets an overall format mode for the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withRowTextFormatMode(TextFormatMode) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets an overall format mode for the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withRowWidth(int) - Method in class org.refcodes.textual.TableBuilderImpl
- withShow() - Method in interface org.refcodes.textual.ColumnSetupMetrics
- withSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets the split-text mode for the split-text mode property.
- withSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
Sets the split-text mode for the split-text mode property.
- withSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.SplitTextModeAccessor.SplitTextModeBuilder
-
Sets the split-text mode for the split-text mode property.
- withSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.TableBuilder
-
Sets an overall line split mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withSplitTextMode(SplitTextMode) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets an overall line split mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.TextBlockBuilder
-
Sets the split text mode for the split text mode property.
- withStripChars(char...) - Method in interface org.refcodes.textual.TruncateTextBuilder
-
Sets the truncate chars for the truncate chars property.
- withTableStyle(TableStyle) - Method in interface org.refcodes.textual.TableBuilder
-
Sets the
TableStyle
to use when printing and returns thisTableBuilder
instance as of the Builder-Pattern. - withTableStyle(TableStyle) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets the
TableStyle
to use when printing and returns thisTableBuilder
instance as of the Builder-Pattern. - withTableStyle(TableStyle) - Method in interface org.refcodes.textual.TableStyleAccessor.TableStyleBuilder
-
Sets the rows
TableStyle
to use returns this builder as of the Builder-Pattern. - withTableStyle(TableStyle) - Method in class org.refcodes.textual.TextBorderBuilderImpl
-
Sets the rows
TableStyle
to use returns this builder as of the Builder-Pattern. - withText(String) - Method in class org.refcodes.textual.CaseStyleBuilderImpl
- withText(String...) - Method in interface org.refcodes.textual.ElementsAccessor.TextBuilder
-
Sets the text for the text property.
- withText(String...) - Method in interface org.refcodes.textual.Text
-
Sets the text for the text property.
- withText(String...) - Method in interface org.refcodes.textual.TextAccessor.TextBuilder
-
Sets the text for the text property.
- withText(String...) - Method in interface org.refcodes.textual.TruncateTextBuilder
-
Sets the
String
array for the text property. - withText(Collection<String>) - Method in interface org.refcodes.textual.TextAccessor.TextBuilder
-
Sets the text for the text property.
- withTextColumnEscapeCode(String) - Method in interface org.refcodes.textual.TableBuilder
-
Sets the column's ANSI Escape-Code for the current (header and row) column and returns this
TableBuilder
instance as of the builder pattern. - withTextColumnEscapeCode(String) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets the column's ANSI Escape-Code for the current (header and row) column and returns this
TableBuilder
instance as of the builder pattern. - withTextEscapeCode(String) - Method in interface org.refcodes.textual.TableBuilder
-
Sets an overall ANSI Escape-Code for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withTextEscapeCode(String) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets an overall ANSI Escape-Code for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets the text-format mode for the text-format mode property.
- withTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
Sets the text-format mode for the text-format mode property.
- withTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.TableBuilder
-
Sets an overall format mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withTextFormatMode(TextFormatMode) - Method in class org.refcodes.textual.TableBuilderImpl
-
Sets an overall format mode for the header and the rows and returns this
TableBuilder
instance as of the Builder-Pattern. - withTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.TextFormatModeAccessor.TextFormatModeBuilder
-
Sets the text-format mode for the text-format mode property.
- withTruncateTextMode(TruncateTextMode) - Method in interface org.refcodes.textual.TruncateTextBuilder
-
Sets the truncate text mode for the truncate text mode property.
- withVertAlignTextMode(VertAlignTextMode) - Method in interface org.refcodes.textual.VertAlignTextBuilder
-
Sets the align text mode for the align text mode property.
- withVertAlignTextMode(VertAlignTextMode) - Method in interface org.refcodes.textual.VertAlignTextModeAccessor.VertAlignTextModeBuilder
-
Sets the vertical align text mode for the vertical align text mode property.
- withVisible(boolean) - Method in interface org.refcodes.textual.ColumnSetupMetrics