- FindAndReplaceUtility - Class in org.refcodes.textual
-
- Font - Interface in org.refcodes.textual
-
- 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.impls
-
- FontImpl() - Constructor for class org.refcodes.textual.impls.FontImpl
-
- FontImpl(FontType, FontStyle, int) - Constructor for class org.refcodes.textual.impls.FontImpl
-
- FontImpl(FontType, FontStyle) - Constructor for class org.refcodes.textual.impls.FontImpl
-
- FontImpl(String, FontStyle, int) - Constructor for class org.refcodes.textual.impls.FontImpl
-
- FontImpl(String, FontStyle) - Constructor for class org.refcodes.textual.impls.FontImpl
-
- 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
-
- fromColumnSetupMetrics(ColumnSetupMetrics) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
- fromColumnWidthMetrics(ColumnWidthMetrics) - Method in interface org.refcodes.textual.ColumnWidthMetrics
-
- 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, char, CsvEscapeMode) - Static method in class org.refcodes.textual.impls.CsvBuilderImpl
-
- fromSeparatedValues(String) - Static method in class org.refcodes.textual.impls.CsvBuilderImpl
-
Takes the
String
and creates a
List
with
String
instances containing the elements as identified from the
String
by splitting the
String
at the delimiter positions and adding
those chunks to the
List
with the according
Delimiter.CSV_DELIMITER
delimiter..
- fromSeparatedValues(String, char) - Static method in class org.refcodes.textual.impls.CsvBuilderImpl
-
Takes the
String
and creates a
List
with
String
instances containing the elements as identified from the
String
by splitting the
String
at the delimiter positions and adding
those chunks to the
List
.
- fromSplitValues(String) - Static method in class org.refcodes.textual.impls.CsvBuilderImpl
-
Takes the
String
and creates a
List
with
String
instances containing the elements as identified from the
String
by splitting the
String
at the delimiter positions and adding
those chunks to the
List
with the according
Delimiter.CSV_DELIMITER
delimiter..
- fromSplitValues(String, char) - Static method in class org.refcodes.textual.impls.CsvBuilderImpl
-
Takes the
String
and creates a
List
with
String
instances containing the elements as identified from the
String
by splitting the
String
at the delimiter positions and adding
those chunks to the
List
.
- fromSplitValues(String, String) - Static method in class org.refcodes.textual.impls.CsvBuilderImpl
-
Takes the
String
and creates a
List
with
String
instances containing the elements as identified from the
String
by splitting the
String
at the delimiter positions and adding
those chunks to the
List
.
- 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.impls.AsciiArtBuilderImpl
-
- 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.impls.AsciiArtBuilderImpl
-
- getAsciiColors() - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Retrieves the ASCII colors from the ASCII colors property.
- getAsciiColors() - Method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- getBody() - Method in enum org.refcodes.textual.TableStyle
-
Returns the table body's characters.
- getBorderChar() - Method in class org.refcodes.textual.impls.TextBorderBuilderImpl
-
- getBorderChar() - Method in interface org.refcodes.textual.TextBorderBuilder
-
Retrieves the border char from the border char property.
- getBorderWidth() - Method in class org.refcodes.textual.impls.TextBorderBuilderImpl
-
- getBorderWidth() - Method in interface org.refcodes.textual.TextBorderBuilder
-
Retrieves the border width from the border width property.
- getBoxBorderMode() - Method in class org.refcodes.textual.impls.TextBorderBuilderImpl
-
- getCharSet() - Method in class org.refcodes.textual.impls.RandomTextGenerartorImpl
-
- getCharSet() - Method in enum org.refcodes.textual.RandomTextMode
-
- getColumnWidth() - Method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- getColumnWidth() - Method in class org.refcodes.textual.impls.ColumnWidthMetricsImpl
-
- getColumnWidth() - Method in class org.refcodes.textual.impls.HorizAlignTextBuilderImpl
-
- getColumnWidth() - Method in class org.refcodes.textual.impls.MoreTextBuilderImpl
-
- getColumnWidth() - Method in class org.refcodes.textual.impls.RandomTextGenerartorImpl
-
- getColumnWidth() - Method in class org.refcodes.textual.impls.TextBlockBuilderImpl
-
- getColumnWidth() - Method in class org.refcodes.textual.impls.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.impls.ColumnWidthMetricsImpl
-
- 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.impls.CsvBuilderImpl
-
- getDelimiterChar() - Method in interface org.refcodes.textual.CsvBuilder
-
Retrieves the delimiter char from the delimiter char property.
- getDelimiterChar() - Method in class org.refcodes.textual.impls.CsvBuilderImpl
-
- getElements() - Method in class org.refcodes.textual.impls.VerboseTextBuilderImpl
-
- getElements() - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Gets the elements for the elements property.
- getEscapeProperties() - Method in interface org.refcodes.textual.EscapeTextBuilder
-
- getEscapeProperties() - Method in class org.refcodes.textual.impls.EscapeTextBuilderImpl
-
- 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.impls.EscapeTextBuilderImpl
-
- getFields() - Method in interface org.refcodes.textual.CsvBuilder
-
Retrieves the CSV elements from the CSV elements property.
- getFields() - Method in class org.refcodes.textual.impls.CsvBuilderImpl
-
- getFillChar() - Method in interface org.refcodes.textual.HorizAlignTextBuilder
-
Retrieves the fill char from the fill char property.
- getFillChar() - Method in class org.refcodes.textual.impls.HorizAlignTextBuilderImpl
-
- getFillChar() - Method in class org.refcodes.textual.impls.VertAlignTextBuilderImpl
-
- getFillChar() - Method in interface org.refcodes.textual.VertAlignTextBuilder
-
Retrieves the fill char from the fill char property.
- getFindText() - Method in class org.refcodes.textual.impls.ReplaceTextBuilderImpl
-
- getFindText() - Method in interface org.refcodes.textual.ReplaceTextBuilder
-
Retrieves the find text from the find text property.
- getFont() - Method in interface org.refcodes.textual.FontAccessor
-
Retrieves the font from the font property.
- getFont() - Method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- getFontName() - Method in interface org.refcodes.textual.FontNameAccessor
-
Retrieves the font name from the font name property.
- getFontName() - Method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- getFontName() - Method in class org.refcodes.textual.impls.FontImpl
-
- getFontSize() - Method in interface org.refcodes.textual.FontSizeAccessor
-
Retrieves the font style from the font style property.
- getFontSize() - Method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- getFontSize() - Method in class org.refcodes.textual.impls.FontImpl
-
- getFontStyle() - Method in interface org.refcodes.textual.FontStyleAccessor
-
Retrieves the font style from the font style property.
- getFontStyle() - Method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- getFontStyle() - Method in class org.refcodes.textual.impls.FontImpl
-
- 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 interface org.refcodes.textual.FontTypeAccessor
-
Retrieves the font type from the font type property.
- getFontType() - Method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- getFontType() - Method in class org.refcodes.textual.impls.FontImpl
-
- 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.impls.ColumnFormatMetricsImpl
-
- getHeaderEscapeCodeFactory() - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Gets the ANSI Escape-Code factory for the header.
- getHeaderEscapeCodeFactory() - Method in class org.refcodes.textual.impls.ColumnFormatMetricsImpl
-
- getHeaderHorizAlignTextMode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Gets the alignment mode for the header.
- getHeaderHorizAlignTextMode() - Method in class org.refcodes.textual.impls.ColumnFormatMetricsImpl
-
- getHeaderMoreTextMode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Gets the alignment mode for the header.
- getHeaderMoreTextMode() - Method in class org.refcodes.textual.impls.ColumnFormatMetricsImpl
-
- getHeaderSplitTextMode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
- getHeaderSplitTextMode() - Method in class org.refcodes.textual.impls.ColumnFormatMetricsImpl
-
- getHeaderTextFormatMode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
- getHeaderTextFormatMode() - Method in class org.refcodes.textual.impls.ColumnFormatMetricsImpl
-
- 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.impls.HorizAlignTextBuilderImpl
-
- getHorizAlignTextMode() - Method in class org.refcodes.textual.impls.TextBlockBuilderImpl
-
- getLineChar() - Method in class org.refcodes.textual.impls.TextLineBuilderImpl
-
- getLineChar() - Method in interface org.refcodes.textual.TextLineBuilder
-
Retrieves the line char from the line char property.
- getMoreText() - Method in class org.refcodes.textual.impls.MoreTextBuilderImpl
-
- getMoreText() - Method in interface org.refcodes.textual.MoreTextBuilder
-
Retrieves the more text from the more text property.
- getMoreTextMode() - Method in class org.refcodes.textual.impls.MoreTextBuilderImpl
-
- getMoreTextMode() - Method in interface org.refcodes.textual.MoreTextBuilder
-
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.impls.ColumnSetupMetricsImpl
-
- getOverwriteTextMode() - Method in class org.refcodes.textual.impls.OverwriteTextBuilderImpl
-
- getOverwriteTextMode() - Method in interface org.refcodes.textual.OverwriteTextBuilder
-
Retrieves the overwrite text mode from the overwrite text mode property.
- getOverwritingText() - Method in class org.refcodes.textual.impls.OverwriteTextBuilderImpl
-
- getOverwritingText() - Method in interface org.refcodes.textual.OverwriteTextBuilder
-
Retrieves the overwriting text from the overwriting text property.
- getPixmapRatioMode() - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Retrieves the Pixmap
ratio mode from the Pixmap
ratio
mode property.
- getPixmapRatioMode() - Method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- getPrintStream() - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- getRandomTextMode() - Method in class org.refcodes.textual.impls.RandomTextGenerartorImpl
-
- getRandomTextMode() - Method in interface org.refcodes.textual.RandomTextGenerartor
-
Retrieves the random text mode from the random text mode property.
- getRatio() - Method in enum org.refcodes.textual.PixmapRatioMode
-
- getRecord() - Method in interface org.refcodes.textual.CsvBuilder
-
Retrieves the CSV line from the CSV line property.
- getRecord() - Method in class org.refcodes.textual.impls.CsvBuilderImpl
-
- getReplaceText() - Method in class org.refcodes.textual.impls.ReplaceTextBuilderImpl
-
- getReplaceText() - Method in interface org.refcodes.textual.ReplaceTextBuilder
-
Retrieves the replace text from the replace text property.
- getRgbPixmap() - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Retrieves the Pixmap
from the Pixmap
property.
- getRgbPixmap() - Method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- 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.impls.ColumnFormatMetricsImpl
-
- getRowEscapeCodeFactory() - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Gets the ANSI Escape-Code factory for the row.
- getRowEscapeCodeFactory() - Method in class org.refcodes.textual.impls.ColumnFormatMetricsImpl
-
- getRowHeight() - Method in class org.refcodes.textual.impls.VertAlignTextBuilderImpl
-
- getRowHorizAlignTextMode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Gets the alignment mode for the row.
- getRowHorizAlignTextMode() - Method in class org.refcodes.textual.impls.ColumnFormatMetricsImpl
-
- getRowMoreTextMode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Gets the alignment mode for the row.
- getRowMoreTextMode() - Method in class org.refcodes.textual.impls.ColumnFormatMetricsImpl
-
- getRowSplitTextMode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
- getRowSplitTextMode() - Method in class org.refcodes.textual.impls.ColumnFormatMetricsImpl
-
- getRowTextFormatMode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
- getRowTextFormatMode() - Method in class org.refcodes.textual.impls.ColumnFormatMetricsImpl
-
- getRowWidth() - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- getSplitTextMode() - Method in class org.refcodes.textual.impls.TextBlockBuilderImpl
-
- 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.
- getTableStatus() - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- getTableStatus() - Method in interface org.refcodes.textual.TablePrinter
-
- getTableStyle() - Method in class org.refcodes.textual.impls.TextBorderBuilderImpl
-
- getTableStyle() - Method in interface org.refcodes.textual.TableStyleAccessor
-
Gets the currently set table style being used.
- getTail() - Method in enum org.refcodes.textual.TableStyle
-
Returns the table tail's characters.
- 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 class org.refcodes.textual.impls.TruncateTextBuilderImpl
-
- getTruncateChars() - Method in interface org.refcodes.textual.TruncateTextBuilder
-
Retrieves the truncate chars from the truncate chars property.
- getTruncateTextMode() - Method in class org.refcodes.textual.impls.TruncateTextBuilderImpl
-
- getTruncateTextMode() - Method in interface org.refcodes.textual.TruncateTextBuilder
-
Retrieves the truncate text mode from the truncate text mode property.
- getVertAlignTextMode() - Method in class org.refcodes.textual.impls.VertAlignTextBuilderImpl
-
- getVertAlignTextMode() - Method in interface org.refcodes.textual.VertAlignTextModeAccessor
-
Retrieves the vertical align text mode from the vertical align text mode
property.
- 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.impls
-
- SecretHintBuilderImpl() - Constructor for class org.refcodes.textual.impls.SecretHintBuilderImpl
-
- 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.impls.AsciiArtBuilderImpl
-
- 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.impls.AsciiArtBuilderImpl
-
- setAsciiColors(char...) - Method in interface org.refcodes.textual.AsciiArtBuilder
-
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.
- setAsciiColors(char...) - Method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- setBorderChar(char) - Method in class org.refcodes.textual.impls.TextBorderBuilderImpl
-
- setBorderChar(char) - Method in interface org.refcodes.textual.TextBorderBuilder
-
Sets the border char for the border char property.
- setBorderWidth(int) - Method in class org.refcodes.textual.impls.TextBorderBuilderImpl
-
- setBorderWidth(int) - Method in interface org.refcodes.textual.TextBorderBuilder
-
Sets the border width for the border width property.
- setBoxBorderMode(BoxBorderMode) - Method in class org.refcodes.textual.impls.TextBorderBuilderImpl
-
- setCharSet(char[]) - Method in class org.refcodes.textual.impls.RandomTextGenerartorImpl
-
- setColumnWidth(int) - Method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- setColumnWidth(int) - Method in class org.refcodes.textual.impls.ColumnWidthMetricsImpl
-
- setColumnWidth(int) - Method in class org.refcodes.textual.impls.HorizAlignTextBuilderImpl
-
- setColumnWidth(int) - Method in class org.refcodes.textual.impls.MoreTextBuilderImpl
-
- setColumnWidth(int) - Method in class org.refcodes.textual.impls.RandomTextGenerartorImpl
-
- setColumnWidth(int) - Method in class org.refcodes.textual.impls.TextBlockBuilderImpl
-
- setColumnWidth(int) - Method in class org.refcodes.textual.impls.TextLineBuilderImpl
-
- setColumnWidthType(ColumnWidthType) - Method in interface org.refcodes.textual.ColumnWidthMetrics
-
- setColumnWidthType(ColumnWidthType) - Method in class org.refcodes.textual.impls.ColumnWidthMetricsImpl
-
- 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.impls.CsvBuilderImpl
-
- 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.impls.CsvBuilderImpl
-
- setElements(Object[]) - Method in class org.refcodes.textual.impls.VerboseTextBuilderImpl
-
- setElements(Collection<?>) - Method in class org.refcodes.textual.impls.VerboseTextBuilderImpl
-
- setElements(Map<?, ?>) - Method in class org.refcodes.textual.impls.VerboseTextBuilderImpl
-
- 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(short[]) - 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(float[]) - 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(char[]) - 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(Short[]) - 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(Float[]) - 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(Character[]) - 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(Object[]) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the elements for the elements property.
- setElements(Collection<?>) - 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(Map<?, ?>) - Method in interface org.refcodes.textual.VerboseTextBuilder
-
Sets the elements for the elements property.
- 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.impls.ColumnFormatMetricsImpl
-
- 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
-
- setEscapeProperties(Property...) - Method in class org.refcodes.textual.impls.EscapeTextBuilderImpl
-
- 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.impls.EscapeTextBuilderImpl
-
- setFields(Object...) - 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(short...) - 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(float...) - 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(char...) - 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(Short...) - 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(Float...) - 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(Character...) - 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(Object...) - Method in class org.refcodes.textual.impls.CsvBuilderImpl
-
- setFields(Collection<Object>) - Method in class org.refcodes.textual.impls.CsvBuilderImpl
-
- 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.impls.HorizAlignTextBuilderImpl
-
- setFillChar(char) - Method in class org.refcodes.textual.impls.VertAlignTextBuilderImpl
-
- setFillChar(char) - Method in interface org.refcodes.textual.VertAlignTextBuilder
-
Sets the fill char for the fill char property.
- setFindText(String) - Method in class org.refcodes.textual.impls.ReplaceTextBuilderImpl
-
- setFindText(String) - Method in interface org.refcodes.textual.ReplaceTextBuilder
-
Sets the find text for the find text property.
- setFont(Font) - Method in interface org.refcodes.textual.FontAccessor.FontMutator
-
Sets the font for the font property.
- setFont(Font) - Method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- setFontName(String) - Method in interface org.refcodes.textual.FontNameAccessor.FontNameMutator
-
Sets the font name for the font name property.
- setFontName(String) - Method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- setFontName(String) - Method in class org.refcodes.textual.impls.FontImpl
-
- setFontSize(int) - Method in interface org.refcodes.textual.FontSizeAccessor.FontSizeMutator
-
Sets the font style for the font style property.
- setFontSize(int) - Method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- setFontSize(int) - Method in class org.refcodes.textual.impls.FontImpl
-
- setFontStyle(FontStyle) - Method in interface org.refcodes.textual.FontStyleAccessor.FontStyleMutator
-
Sets the font style for the font style property.
- setFontStyle(FontStyle) - Method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- setFontStyle(FontStyle) - Method in class org.refcodes.textual.impls.FontImpl
-
- setFontType(FontType) - Method in interface org.refcodes.textual.FontTypeAccessor.FontTypeMutator
-
Sets the font type for the font type property.
- setFontType(FontType) - Method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- setFontType(FontType) - Method in class org.refcodes.textual.impls.FontImpl
-
- 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.impls.ColumnFormatMetricsImpl
-
- 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.impls.ColumnFormatMetricsImpl
-
- setHeaderHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
Sets an alignment mode for the header.
- setHeaderHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.textual.impls.ColumnFormatMetricsImpl
-
- 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.impls.ColumnFormatMetricsImpl
-
- setHeaderSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
- setHeaderSplitTextMode(SplitTextMode) - Method in class org.refcodes.textual.impls.ColumnFormatMetricsImpl
-
- setHeaderTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
- setHeaderTextFormatMode(TextFormatMode) - Method in class org.refcodes.textual.impls.ColumnFormatMetricsImpl
-
- setHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
- 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.impls.HorizAlignTextBuilderImpl
-
- setHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.textual.impls.TextBlockBuilderImpl
-
- setImageFile(File) - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Sets the image file for the Pixmap
property.
- setLineChar(char) - Method in class org.refcodes.textual.impls.TextLineBuilderImpl
-
- setLineChar(char) - Method in interface org.refcodes.textual.TextLineBuilder
-
Sets the line char for the line char property.
- setMoreText(String) - Method in class org.refcodes.textual.impls.MoreTextBuilderImpl
-
- setMoreText(String) - Method in interface org.refcodes.textual.MoreTextBuilder
-
Sets the more text for the more text property.
- setMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
- setMoreTextMode(MoreTextMode) - Method in class org.refcodes.textual.impls.ColumnFormatMetricsImpl
-
- setMoreTextMode(MoreTextMode) - Method in class org.refcodes.textual.impls.MoreTextBuilderImpl
-
- setMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.MoreTextBuilder
-
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.impls.ColumnSetupMetricsImpl
-
- setOverwritingText(String) - Method in class org.refcodes.textual.impls.OverwriteTextBuilderImpl
-
- setOverwritingText(String) - Method in interface org.refcodes.textual.OverwriteTextBuilder
-
Sets the overwriting text for the overwriting text property.
- setPixmapRatioMode(PixmapRatioMode) - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Sets the Pixmap
ratio mode for the Pixmap
ratio mode
property.
- setPixmapRatioMode(PixmapRatioMode) - Method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- setPrintStream(PrintStream) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- setRandomTextMode(RandomTextMode) - Method in class org.refcodes.textual.impls.RandomTextGenerartorImpl
-
- setRandomTextMode(RandomTextMode) - Method in interface org.refcodes.textual.RandomTextGenerartor
-
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.impls.CsvBuilderImpl
-
- setReplaceText(String) - Method in class org.refcodes.textual.impls.ReplaceTextBuilderImpl
-
- setReplaceText(String) - Method in interface org.refcodes.textual.ReplaceTextBuilder
-
Sets the replace text for the replace text property.
- setRgbPixmap(RgbPixmap) - Method in interface org.refcodes.textual.AsciiArtBuilder
-
Sets the Pixmap
for the Pixmap
property.
- setRgbPixmap(RgbPixmap) - Method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- 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.impls.ColumnFormatMetricsImpl
-
- 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.impls.ColumnFormatMetricsImpl
-
- setRowHeight(int) - Method in class org.refcodes.textual.impls.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.impls.ColumnFormatMetricsImpl
-
- 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.impls.ColumnFormatMetricsImpl
-
- setRowSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
- setRowSplitTextMode(SplitTextMode) - Method in class org.refcodes.textual.impls.ColumnFormatMetricsImpl
-
- setRowTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
- setRowTextFormatMode(TextFormatMode) - Method in class org.refcodes.textual.impls.ColumnFormatMetricsImpl
-
- setSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
- setSplitTextMode(SplitTextMode) - Method in class org.refcodes.textual.impls.TextBlockBuilderImpl
-
- 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.
- setTableStatus(TableStatus) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- setTableStatus(TableStatus) - Method in interface org.refcodes.textual.TablePrinter
-
- setTableStyle(TableStyle) - Method in class org.refcodes.textual.impls.TextBorderBuilderImpl
-
- setTableStyle(TableStyle) - Method in interface org.refcodes.textual.TableStyleAccessor.TableStyleMutator
-
Sets the table style to be used.
- 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.impls.SecretHintBuilderImpl
-
We create the secretized text here in order not to store clear text in
memory.
- 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
-
- 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 class org.refcodes.textual.impls.OverwriteTextBuilderImpl
-
- setTextOverwriteMode(OverwriteTextMode) - Method in interface org.refcodes.textual.OverwriteTextBuilder
-
Sets the overwrite text mode for the overwrite text mode property.
- setTruncateChars(char...) - Method in class org.refcodes.textual.impls.TruncateTextBuilderImpl
-
- setTruncateChars(char...) - Method in interface org.refcodes.textual.TruncateTextBuilder
-
Sets the truncate chars for the truncate chars property.
- setTruncateTextMode(TruncateTextMode) - Method in class org.refcodes.textual.impls.TruncateTextBuilderImpl
-
- setTruncateTextMode(TruncateTextMode) - Method in interface org.refcodes.textual.TruncateTextBuilder
-
Sets the truncate text mode for the truncate text mode property.
- setVertAlignTextMode(VertAlignTextMode) - Method in class org.refcodes.textual.impls.VertAlignTextBuilderImpl
-
- 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.impls.ColumnSetupMetricsImpl
-
- 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.
- 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.impls
-
- TableBuilderImpl() - Constructor for class org.refcodes.textual.impls.TableBuilderImpl
-
- TableBuilderImpl(int) - Constructor for class org.refcodes.textual.impls.TableBuilderImpl
-
- TablePrinter - Interface in org.refcodes.textual
-
- 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
-
- TableStyleAccessor - Interface in org.refcodes.textual
-
Provides an accessor for a table style property.
- TableStyleAccessor.TableStyleBuilder<B extends TableStyleAccessor.TableStyleBuilder<?>> - Interface in org.refcodes.textual
-
Provides a mutator for an output stream property.
- TableStyleAccessor.TableStyleMutator - Interface in org.refcodes.textual
-
Provides a mutator for an output stream property.
- TableStyleAccessor.TableStyleProperty - Interface in org.refcodes.textual
-
Provides a table style property.
- Text<B extends Text<B>> - Interface in org.refcodes.textual
-
- 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
-
- TextBlockBuilder - Interface in org.refcodes.textual
-
The attributes supported by the builder:
- TextBlockBuilderImpl - Class in org.refcodes.textual.impls
-
- TextBlockBuilderImpl() - Constructor for class org.refcodes.textual.impls.TextBlockBuilderImpl
-
- TextBorderBuilder - Interface in org.refcodes.textual
-
The attributes supported by the builder:
- TextBorderBuilderImpl - Class in org.refcodes.textual.impls
-
- TextBorderBuilderImpl() - Constructor for class org.refcodes.textual.impls.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
-
The attributes supported by the builder:
- TextLineBuilderImpl - Class in org.refcodes.textual.impls
-
- TextLineBuilderImpl() - Constructor for class org.refcodes.textual.impls.TextLineBuilderImpl
-
- toAlign(String, int, char, HorizAlignTextMode) - Static method in class org.refcodes.textual.impls.HorizAlignTextBuilderImpl
-
Fills a text up on by appending the given char to the left and the right
till the given length is reached.
- toAlign(String[], int, char, HorizAlignTextMode) - Static method in class org.refcodes.textual.impls.HorizAlignTextBuilderImpl
-
- toAlignBlock(String, int, char) - Static method in class org.refcodes.textual.impls.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.impls.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.impls.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.impls.HorizAlignTextBuilderImpl
-
Fills a text up by prepending the given char to the left till the given
length is reached (align right).
- toAscii(int, char[]) - Static method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
Converts an RGB value to an ASCII character from a palette if characters
as provided.
- toAscii(int) - Static method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
Converts an RGB value to an ASCII character from a palette if characters
as provided.
- toAsciiArt(String[], int, String, int, int, char[], AsciiArtMode) - Static method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- toAsciiArt(String[], int, Font, char[], AsciiArtMode) - Static method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- toAsciiArt(String, int, String, int, int, char[], AsciiArtMode) - Static method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- toAsciiArt(String, int, Font, char[], AsciiArtMode) - Static method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- toAsciiArt(RgbPixmap, int, char[], AsciiArtMode, PixmapRatioMode) - Static method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- toAsciiArt(RgbPixmap, char[]) - Static method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- toAsciiArt(String, int, String, int, char[]) - Static method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
This method creates an array of
String
instances containing the
given text as so called ASCII art rendered with the given
Font
name and
Font
SOAPBinding.Style
to fit into the given width.
- toAsciiArt(String, int, Font, char[]) - Static method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
This method creates an array of
String
instances containing the
given text as so called ASCII art rendered with the given
Font
name and
Font
SOAPBinding.Style
to fit into the given width.
- toAsciiArt(String, int, String, int) - Static method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
This method creates an array of
String
instances containing the
given text as so called ASCII art rendered with the given
Font
name and
Font
SOAPBinding.Style
to fit into the given width.
- toAsciiArt(String, Font) - Static method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
This method creates an array of
String
instances containing the
given text rendered with the given
Font
as so called ASCII art.
- toAsciiArt(String, Font, char[]) - Static method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
This method creates an array of
String
instances containing the
given text rendered with the given
Font
as so called ASCII art.
- toAsciiBorder(String[]) - Static method in class org.refcodes.textual.impls.TextBorderBuilderImpl
-
Adds a predefined "single-line" border to the provided text.
- toBorder(String[], int, char, BoxBorderMode) - Static method in class org.refcodes.textual.impls.TextBorderBuilderImpl
-
Adds the according border with the given char and the provided width to
the provided text.
- toBorder(String[], char, char, char, char, char, char, char, char, BoxBorderMode) - Static method in class org.refcodes.textual.impls.TextBorderBuilderImpl
-
Adds a predefined border according border to the provided text.
- toBottomBorder(String[], int, char) - Static method in class org.refcodes.textual.impls.TextBorderBuilderImpl
-
Adds the according border with the given char and the provided width to
the provided text.
- toColumns(String[][], VertAlignTextMode) - Static method in class org.refcodes.textual.impls.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
passed
VertAlignTextMode
- toColumnWidths() - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- toColumnWidths(int, ColumnWidthMetrics...) - Static method in class org.refcodes.textual.impls.TableBuilderImpl
-
- toColumnWidths() - Method in interface org.refcodes.textual.TableBuilder
-
Returns the currently calculated or configured column widths.
- toDoubleBorder(String[]) - Static method in class org.refcodes.textual.impls.TextBorderBuilderImpl
-
Adds a predefined "double-line" border to the provided text.
- toEscaped(String[], List<Property>, EscapeTextMode) - Method in class org.refcodes.textual.impls.EscapeTextBuilderImpl
-
- toEscaped(String, List<Property>, EscapeTextMode) - Method in class org.refcodes.textual.impls.EscapeTextBuilderImpl
-
- toEscaped(String, String[][]) - Static method in class org.refcodes.textual.impls.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.
- toEscapedRegexp(char) - Static method in class org.refcodes.textual.impls.CsvBuilderImpl
-
- toFields() - Method in interface org.refcodes.textual.CsvBuilder
-
- toFields(String) - Method in interface org.refcodes.textual.CsvBuilder
-
- toFields() - Method in class org.refcodes.textual.impls.CsvBuilderImpl
-
- toHeader(String...) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.impls.TableBuilderImpl
-
- toHeaderBegin() - Method in interface org.refcodes.textual.TablePrinter
-
- 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.impls.TableBuilderImpl
-
- toHeaderContinue(String...) - Method in interface org.refcodes.textual.TablePrinter
-
- toHeaderContinue(List<String>) - Method in interface org.refcodes.textual.TablePrinter
-
- toHeaderEnd(TableBuilder) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- toHeaderEnd() - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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 different
TableBuilder
s,
especially when empty columns may result in better using another column
layout making better use of the available width.
- toHeaderEnd() - Method in interface org.refcodes.textual.TablePrinter
-
- toHeaderEscapeCode(Object) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
- toHeaderEscapeCode(Object) - Method in class org.refcodes.textual.impls.ColumnFormatMetricsImpl
-
- toInstance(Object) - Method in interface org.refcodes.textual.EscapeCodeFactory
-
- toInverseAsciiArt(RgbPixmap, char[]) - Static method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- toInverseAsciiArt(String, int, String, int, char[]) - Static method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
Same as toAsciiArt
with inverted colors (black = white, dark =
bright, bright = dark, white = black).
- toInverseAsciiArt(String, int, Font, char[]) - Static method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
Same as toAsciiArt
with inverted colors (black = white, dark =
bright, bright = dark, white = black).
- toInverseAsciiArt(String, int, String, int) - Static method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
Same as toAsciiArt
with inverted colors (black = white, dark =
bright, bright = dark, white = black).
- toInverseAsciiArt(String, Font) - Static method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
Same as toAsciiArt
with inverted colors (black = white, dark =
bright, bright = dark, white = black).
- toInverseAsciiArt(String, Font, char[]) - Static method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
Same as toAsciiArt
with inverted colors (black = white, dark =
bright, bright = dark, white = black).
- toLeftBorder(String[], int, char) - Static method in class org.refcodes.textual.impls.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.impls.TextBorderBuilderImpl
-
Returns a
String
with the given length and containing only the
provided fill character.
- toLine(int, char) - Static method in class org.refcodes.textual.impls.TextLineBuilderImpl
-
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.impls.MoreTextBuilderImpl
-
- toMore(String, int, String, MoreTextMode) - Static method in class org.refcodes.textual.impls.MoreTextBuilderImpl
-
- toMoreCenter(String, int, String) - Static method in class org.refcodes.textual.impls.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.impls.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.impls.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.impls.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.
- toNormalizedProperty(String) - Static method in class org.refcodes.textual.impls.NormalizePropertiesBuilderImpl
-
Converts a Pascal case or camel case property to an "_" underscore
separated upper case property.
- toOverwrite(String, String, OverwriteTextMode) - Static method in class org.refcodes.textual.impls.OverwriteTextBuilderImpl
-
- toOverwriteLeft(String, String) - Static method in class org.refcodes.textual.impls.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.impls.OverwriteTextBuilderImpl
-
Overwrites a text starting at the right hand side with the given
"overwriting" text.
- toProperties(String, char) - Static method in class org.refcodes.textual.impls.NormalizePropertiesBuilderImpl
-
Similar to
SeparatedValuesUtility#fromSeparatedValues(String, char)
with the
difference, that additionally properties with key and value are extracted
from the separated values.
- toRecord() - Method in interface org.refcodes.textual.CsvBuilder
-
- 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(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(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(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(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(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(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 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(Short...) - Method in interface org.refcodes.textual.CsvBuilder
-
- 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(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(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(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(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() - Method in class org.refcodes.textual.impls.CsvBuilderImpl
-
- toRecord(Object...) - Method in class org.refcodes.textual.impls.CsvBuilderImpl
-
- toRecord(Collection<Object>) - Method in class org.refcodes.textual.impls.CsvBuilderImpl
-
- toRecord(String...) - Method in class org.refcodes.textual.impls.CsvBuilderImpl
-
- toReplaced(String[], String, String) - Static method in class org.refcodes.textual.impls.ReplaceTextBuilderImpl
-
- toReplaced(String, String, String) - Static method in class org.refcodes.textual.impls.ReplaceTextBuilderImpl
-
Replaces all occurrences of a find-
String
with a replace-
String
in a text and returns the find-and-replace
String
.
- toReplaced(StringBuffer, String, String) - Static method in class org.refcodes.textual.impls.ReplaceTextBuilderImpl
-
Replaces a text by an other text in a StringBuffer.
- toRightBorder(String[], int, char) - Static method in class org.refcodes.textual.impls.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.impls.TableBuilderImpl
-
- 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.impls.TableBuilderImpl
-
- toRowBegin() - Method in interface org.refcodes.textual.TablePrinter
-
- toRowContinue(String...) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- toRowContinue(String...) - Method in interface org.refcodes.textual.TablePrinter
-
- toRowContinue(List<String>) - Method in interface org.refcodes.textual.TablePrinter
-
- toRowEnd(TableBuilder) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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 different
TableBuilder
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
-
- toRowEscapeCode(Object) - Method in class org.refcodes.textual.impls.ColumnFormatMetricsImpl
-
- toSeparatedValue(Object) - Static method in class org.refcodes.textual.impls.CsvBuilderImpl
-
Escapes a single value according to the rules of CSV like separated
values with the according Delimiter.CSV_DELIMITER
delimiter.
- toSeparatedValue(Object, char) - Static method in class org.refcodes.textual.impls.CsvBuilderImpl
-
Escapes a single value according to the rules of CSV like separated
values.
- toSeparatedValues(Collection<Object>, char, CsvEscapeMode) - Static method in class org.refcodes.textual.impls.CsvBuilderImpl
-
- toSeparatedValues(Collection<?>) - Static method in class org.refcodes.textual.impls.CsvBuilderImpl
-
Takes the collection and creates a single
String
with the
according
Delimiter.CSV_DELIMITER
delimiter.
- toSeparatedValues(Collection<?>, char) - Static method in class org.refcodes.textual.impls.CsvBuilderImpl
-
Takes the collection and creates a single
String
with the
provided delimiter.
- toSeparatedValues(Object[]) - Static method in class org.refcodes.textual.impls.CsvBuilderImpl
-
Takes the array's
String
representation and creates a single
String
with the according
Delimiter.CSV_DELIMITER
delimiter.
- toSeparatedValues(Object[], char) - Static method in class org.refcodes.textual.impls.CsvBuilderImpl
-
Takes the array's String representation and creates a single
String
with the provided delimiter.
- toSingleBorder(String[]) - Static method in class org.refcodes.textual.impls.TextBorderBuilderImpl
-
Adds a predefined "single-line" border to the provided text.
- toSplitValue(Object, char) - Static method in class org.refcodes.textual.impls.CsvBuilderImpl
-
Creates the
String
representation of a single split value not
applying any escaping.
- toSplitValues(Object[]) - Static method in class org.refcodes.textual.impls.CsvBuilderImpl
-
Takes the array's
String
representation and creates a single
String
with the according
Delimiter.CSV_DELIMITER
delimiter.
- toSplitValues(Object[], char) - Static method in class org.refcodes.textual.impls.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.impls.CsvBuilderImpl
-
Takes the collection and creates a single
String
with the
according
Delimiter.CSV_DELIMITER
delimiter.
- toSplitValues(Collection<?>, char) - Static method in class org.refcodes.textual.impls.CsvBuilderImpl
-
Takes the collection and creates a single
String
with the
provided delimiter.
- toString(RgbPixmap) - Method in interface org.refcodes.textual.AsciiArtBuilder
-
- toString(File) - Method in interface org.refcodes.textual.AsciiArtBuilder
-
- toString() - Method in interface org.refcodes.textual.CsvBuilder
-
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 enum org.refcodes.textual.FontStyle
-
- toString() - Method in enum org.refcodes.textual.FontType
-
- toString(RgbPixmap) - Method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- toString() - Method in class org.refcodes.textual.impls.ColumnWidthMetricsImpl
-
- toString() - Method in class org.refcodes.textual.impls.CsvBuilderImpl
-
- toString() - Method in class org.refcodes.textual.impls.FontImpl
-
- toString(String) - Static method in class org.refcodes.textual.impls.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() - Method in class org.refcodes.textual.impls.TextLineBuilderImpl
-
- toString() - Method in class org.refcodes.textual.impls.VerboseTextBuilderImpl
-
- toString(Boolean[]) - Method in class org.refcodes.textual.impls.VerboseTextBuilderImpl
-
- toString(Byte[]) - Method in class org.refcodes.textual.impls.VerboseTextBuilderImpl
-
- toString(Short[]) - Method in class org.refcodes.textual.impls.VerboseTextBuilderImpl
-
- toString(Integer[]) - Method in class org.refcodes.textual.impls.VerboseTextBuilderImpl
-
- toString(Long[]) - Method in class org.refcodes.textual.impls.VerboseTextBuilderImpl
-
- toString(Float[]) - Method in class org.refcodes.textual.impls.VerboseTextBuilderImpl
-
- toString(Double[]) - Method in class org.refcodes.textual.impls.VerboseTextBuilderImpl
-
- toString(Character[]) - Method in class org.refcodes.textual.impls.VerboseTextBuilderImpl
-
- toString(String[]) - Method in class org.refcodes.textual.impls.VerboseTextBuilderImpl
-
- toString(Object[]) - Method in class org.refcodes.textual.impls.VerboseTextBuilderImpl
-
- toString(Collection<?>) - Method in class org.refcodes.textual.impls.VerboseTextBuilderImpl
-
- toString(Map<?, ?>) - Method in class org.refcodes.textual.impls.VerboseTextBuilderImpl
-
- toString(Object) - Method in class org.refcodes.textual.impls.VerboseTextBuilderImpl
-
- toString() - Method in interface org.refcodes.textual.MoreTextBuilder
-
The
String
being build by the builder upon the settings of the
attributes.
- toString(String...) - Method in interface org.refcodes.textual.Text
-
- 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 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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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.
- toStrings(RgbPixmap) - Method in interface org.refcodes.textual.AsciiArtBuilder
-
- toStrings(File) - Method in interface org.refcodes.textual.AsciiArtBuilder
-
- toStrings() - Method in interface org.refcodes.textual.CsvBuilder
-
- toStrings(String) - Method in interface org.refcodes.textual.CsvBuilder
-
- 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.impls.AsciiArtBuilderImpl
-
- toStrings(String...) - Method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- toStrings(RgbPixmap) - Method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- toStrings() - Method in class org.refcodes.textual.impls.CsvBuilderImpl
-
- toStrings(String) - Method in class org.refcodes.textual.impls.CsvBuilderImpl
-
- toStrings() - Method in class org.refcodes.textual.impls.EscapeTextBuilderImpl
-
- toStrings(String...) - Method in class org.refcodes.textual.impls.EscapeTextBuilderImpl
-
- toStrings() - Method in class org.refcodes.textual.impls.HorizAlignTextBuilderImpl
-
- toStrings(String...) - Method in class org.refcodes.textual.impls.HorizAlignTextBuilderImpl
-
- toStrings() - Method in class org.refcodes.textual.impls.MoreTextBuilderImpl
-
- toStrings(String...) - Method in class org.refcodes.textual.impls.MoreTextBuilderImpl
-
- toStrings() - Method in class org.refcodes.textual.impls.NormalizePropertiesBuilderImpl
-
- toStrings(String...) - Method in class org.refcodes.textual.impls.NormalizePropertiesBuilderImpl
-
- toStrings() - Method in class org.refcodes.textual.impls.OverwriteTextBuilderImpl
-
- toStrings(String...) - Method in class org.refcodes.textual.impls.OverwriteTextBuilderImpl
-
- toStrings() - Method in class org.refcodes.textual.impls.ReplaceTextBuilderImpl
-
- toStrings(String...) - Method in class org.refcodes.textual.impls.ReplaceTextBuilderImpl
-
- toStrings() - Method in class org.refcodes.textual.impls.SecretHintBuilderImpl
-
- toStrings(String...) - Method in class org.refcodes.textual.impls.SecretHintBuilderImpl
-
- toStrings() - Method in class org.refcodes.textual.impls.TextBlockBuilderImpl
-
- toStrings(String...) - Method in class org.refcodes.textual.impls.TextBlockBuilderImpl
-
- toStrings() - Method in class org.refcodes.textual.impls.TextBorderBuilderImpl
-
- toStrings(String...) - Method in class org.refcodes.textual.impls.TextBorderBuilderImpl
-
- toStrings() - Method in class org.refcodes.textual.impls.TruncateTextBuilderImpl
-
- toStrings(String...) - Method in class org.refcodes.textual.impls.TruncateTextBuilderImpl
-
- toStrings() - Method in class org.refcodes.textual.impls.VertAlignTextBuilderImpl
-
- toStrings(String...) - Method in class org.refcodes.textual.impls.VertAlignTextBuilderImpl
-
- toStrings() - Method in interface org.refcodes.textual.MoreTextBuilder
-
The
String
s being build by the builder upon the settings of the
attributes.
- toStrings(String...) - Method in interface org.refcodes.textual.Text
-
- 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 interface org.refcodes.textual.TextBorderBuilder
-
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.
- toStrip(String, char[], TruncateTextMode) - Static method in class org.refcodes.textual.impls.TruncateTextBuilderImpl
-
- toStrip(String, char[]) - Static method in class org.refcodes.textual.impls.TruncateTextBuilderImpl
-
Returns a new String without leading nor trailing chars.
- toStripLeft(String, char[]) - Static method in class org.refcodes.textual.impls.TruncateTextBuilderImpl
-
Returns a new String without leading chars.
- toStripRight(String, char[]) - Static method in class org.refcodes.textual.impls.TruncateTextBuilderImpl
-
Returns a new String without trailing chars.
- toTableStyle(String) - Static method in enum org.refcodes.textual.TableStyle
-
- toTail() - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- toTail() - Method in interface org.refcodes.textual.TablePrinter
-
Finishes off the table by closing it.
- toTextBlock(String, int) - Static method in class org.refcodes.textual.impls.TextBlockBuilderImpl
-
Cuts the
String
into sub
String
instances with the maximum
given length.
- toTextBlock(String, int, SplitTextMode) - Static method in class org.refcodes.textual.impls.TextBlockBuilderImpl
-
Cuts the
String
into sub
String
instances with the maximum
given length.
- toTextBlock(String, int, HorizAlignTextMode) - Static method in class org.refcodes.textual.impls.TextBlockBuilderImpl
-
Cuts the
String
into sub
String
instances with the maximum
given length.
- toTextBlock(String, int, HorizAlignTextMode, SplitTextMode) - Static method in class org.refcodes.textual.impls.TextBlockBuilderImpl
-
Cuts the
String
into sub
String
instances with the maximum
given length.
- toTextBlock(String[], int, char, VertAlignTextMode) - Static method in class org.refcodes.textual.impls.VertAlignTextBuilderImpl
-
- toTopBorder(String[], int, char) - Static method in class org.refcodes.textual.impls.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.impls.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.impls.VerboseTextBuilderImpl
-
- toVerboseString(Map<?, ?>) - Static method in class org.refcodes.textual.impls.VerboseTextBuilderImpl
-
- 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.impls
-
- TruncateTextBuilderImpl() - Constructor for class org.refcodes.textual.impls.TruncateTextBuilderImpl
-
- TruncateTextMode - Enum in org.refcodes.textual
-
The
TruncateTextMode
specifies for according algorithms on how a line is
to be stripped.
- 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.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.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
readable
String
objects from arrays, collections or maps (instead of
solely printing out the object references of those collections).
- VerboseTextBuilderImpl - Class in org.refcodes.textual.impls
-
- VerboseTextBuilderImpl() - Constructor for class org.refcodes.textual.impls.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.impls
-
- VertAlignTextBuilderImpl() - Constructor for class org.refcodes.textual.impls.VertAlignTextBuilderImpl
-
- VertAlignTextMode - Enum in org.refcodes.textual
-
- 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.
- 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 class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- 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.impls.TextBorderBuilderImpl
-
- withCharSet(char[]) - Method in class org.refcodes.textual.impls.RandomTextGenerartorImpl
-
- withColumnFormatMetrics(ColumnFormatMetrics) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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
this
TableBuilder
instance as of the builder pattern.
- withColumnHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- withColumnMoreTextMode(MoreTextMode) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- withColumnSplitTextMode(SplitTextMode) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- withColumnTextFormatMode(TextFormatMode) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- withColumnWidth(int) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
- withColumnWidth(int) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
- withColumnWidth(int) - Method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- withColumnWidth(int) - Method in class org.refcodes.textual.impls.ColumnFormatMetricsImpl
-
- withColumnWidth(int) - Method in class org.refcodes.textual.impls.ColumnSetupMetricsImpl
-
- withColumnWidth(int) - Method in class org.refcodes.textual.impls.ColumnWidthMetricsImpl
-
- withColumnWidth(int) - Method in class org.refcodes.textual.impls.HorizAlignTextBuilderImpl
-
- withColumnWidth(int) - Method in class org.refcodes.textual.impls.MoreTextBuilderImpl
-
- withColumnWidth(int) - Method in class org.refcodes.textual.impls.RandomTextGenerartorImpl
-
- withColumnWidth(int, ColumnWidthType) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- withColumnWidth(int) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- withColumnWidth(int) - Method in class org.refcodes.textual.impls.TextBlockBuilderImpl
-
- withColumnWidth(int) - Method in class org.refcodes.textual.impls.TextLineBuilderImpl
-
- withColumnWidth(int) - Method in interface org.refcodes.textual.MoreTextBuilder
-
- withColumnWidth(int, ColumnWidthType) - Method in interface org.refcodes.textual.TableBuilder
-
- 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 this
TableBuilder
instance
as of the builder pattern.
- withColumnWidthMetrics(ColumnWidthMetrics) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- withColumnWidthMetrics(ColumnWidthMetrics) - Method in interface org.refcodes.textual.TableBuilder
-
- withColumnWidthType(ColumnWidthType) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
- withColumnWidthType(ColumnWidthType) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
- withColumnWidthType(ColumnWidthType) - Method in interface org.refcodes.textual.ColumnWidthMetrics
-
- 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(short[]) - 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(float[]) - 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(char[]) - 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(Collection<?>) - 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(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
-
- withEscapeCode(String) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- 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
-
- withEscapeCodes(boolean) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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 this
TableBuilder
instance as of the builder pattern.
- withEscapeProperties(Property...) - Method in interface org.refcodes.textual.EscapeTextBuilder
-
- 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(short...) - 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(float...) - 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(char...) - 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(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(Short...) - 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(Float...) - 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(Character...) - 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 interface org.refcodes.textual.FontAccessor.FontBuilder
-
Sets the font for the font property.
- withFont(Font) - Method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- withFontName(String) - Method in interface org.refcodes.textual.FontNameAccessor.FontNameBuilder
-
Sets the font name for the font name property.
- withFontName(String) - Method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- withFontName(String) - Method in class org.refcodes.textual.impls.FontImpl
-
- withFontSize(int) - Method in interface org.refcodes.textual.FontSizeAccessor.FontSizeBuilder
-
Sets the font style for the font style property.
- withFontSize(int) - Method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- withFontSize(int) - Method in class org.refcodes.textual.impls.FontImpl
-
- withFontStyle(FontStyle) - Method in interface org.refcodes.textual.FontStyleAccessor.FontStyleBuilder
-
Sets the font style for the font style property.
- withFontStyle(FontStyle) - Method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- withFontStyle(FontStyle) - Method in class org.refcodes.textual.impls.FontImpl
-
- withFontType(FontType) - Method in interface org.refcodes.textual.FontTypeAccessor.FontTypeBuilder
-
Sets the font type for the font type property.
- withFontType(FontType) - Method in class org.refcodes.textual.impls.AsciiArtBuilderImpl
-
- withFontType(FontType) - Method in class org.refcodes.textual.impls.FontImpl
-
- withHeaderColumnEscapeCode(String) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- withHeaderColumnHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- withHeaderColumnMoreTextMode(MoreTextMode) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- withHeaderColumnSplitTextMode(SplitTextMode) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- withHeaderColumnTextFormatMode(TextFormatMode) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- 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
-
- withHeaderEscapeCode(String) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- 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
-
- 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
-
- withHeaderHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- 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
-
- withHeaderMoreTextMode(MoreTextMode) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- withHeaderSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
- withHeaderSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
- withHeaderSplitTextMode(SplitTextMode) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- withHeaderTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
- withHeaderTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
- withHeaderTextFormatMode(TextFormatMode) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- withHide() - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
- withHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
- withHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
- 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 class org.refcodes.textual.impls.TableBuilderImpl
-
- 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 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 class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- withLineBreak(String) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- withLineBreak(String) - Method in interface org.refcodes.textual.TableBuilder
-
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
-
- withMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
- withMoreTextMode(MoreTextMode) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- 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 the Pixmap
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 this
TableBuilder
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 class org.refcodes.textual.impls.TableBuilderImpl
-
- withResetEscapeCode(String) - Method in interface org.refcodes.textual.TableBuilder
-
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 the Pixmap
property.
- withRightBorder(boolean) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- withRowColumnEscapeCode(String) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- withRowColumnHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- withRowColumnMoreTextMode(MoreTextMode) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- withRowColumnSplitTextMode(SplitTextMode) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- withRowColumnTextFormatMode(TextFormatMode) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- 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
-
- withRowEscapeCode(String) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- 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
-
- withRowHeight(int) - Method in class org.refcodes.textual.impls.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
-
- withRowHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- 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
-
- withRowMoreTextMode(MoreTextMode) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- withRowSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
- withRowSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
- withRowSplitTextMode(SplitTextMode) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- withRowTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
- withRowTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
- withRowTextFormatMode(TextFormatMode) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- withRowWidth(int) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- withShow() - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
- withSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
- withSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
- withSplitTextMode(SplitTextMode) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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 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 class org.refcodes.textual.impls.TableBuilderImpl
-
- withTableStyle(TableStyle) - Method in class org.refcodes.textual.impls.TextBorderBuilderImpl
-
- withTableStyle(TableStyle) - Method in interface org.refcodes.textual.TableBuilder
-
- withTableStyle(TableStyle) - Method in interface org.refcodes.textual.TableStyleAccessor.TableStyleBuilder
-
Sets the rows table style to use returns this builder as of the builder
pattern.
- 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
-
- withText(String...) - Method in interface org.refcodes.textual.TextAccessor.TextBuilder
-
Sets the text for the text property.
- withText(Collection<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.
- withTextColumnEscapeCode(String) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- withTextEscapeCode(String) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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.
- withTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
-
- withTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
-
- withTextFormatMode(TextFormatMode) - Method in class org.refcodes.textual.impls.TableBuilderImpl
-
- 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 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
-