A B C D E F G H I K L M N O P R S T U V W 

A

ABSOLUTE - org.refcodes.textual.ColumnWidthType
The width is being specified absolute in number of chars.
addColumn() - Method in class org.refcodes.textual.TableBuilder
Adds a column and returns this TableBuilder instance as of the Builder-Pattern.
addEscapeProperty(String, String) - Method in interface org.refcodes.textual.EscapeTextBuilder
Adds the escape property.
addEscapeProperty(String, String) - Method in class org.refcodes.textual.EscapeTextBuilderImpl
Adds the escape property.
addEscapeProperty(Property) - Method in interface org.refcodes.textual.EscapeTextBuilder
Adds the escape property.
addEscapeProperty(Property) - Method in class org.refcodes.textual.EscapeTextBuilderImpl
Adds the escape property.
ALPHABETIC - org.refcodes.textual.RandomTextMode
Represents a charset consisting of only upper and lower case letters.
ALPHANUMERIC - org.refcodes.textual.RandomTextMode
Represents a charset consisting of only upper and lower case characters as well as of the digits 0 to 9.
asAsciiArt(int, Font, AsciiArtMode, char[], String...) - Static method in class org.refcodes.textual.AsciiArtBuilder
Produces ASCII-Art from the provided arguments.
asAsciiArt(int, Font, AsciiArtMode, String[], char...) - Static method in class org.refcodes.textual.AsciiArtBuilder
Produces ASCII-Art from the provided arguments.
asAsciiArt(File, int, AsciiArtMode, PixmapRatioMode, char...) - Static method in class org.refcodes.textual.AsciiArtBuilder
Produces ASCII-Art from the provided arguments.
asAsciiArt(String, int, Font, AsciiArtMode, char...) - Static method in class org.refcodes.textual.AsciiArtBuilder
Produces ASCII-Art from the provided arguments.
asAsciiArt(RgbPixmap, int, AsciiArtMode, PixmapRatioMode, char...) - Static method in class org.refcodes.textual.AsciiArtBuilder
Produces ASCII-Art from the provided arguments.
asCamelCase(String) - Static method in class org.refcodes.textual.CaseStyleBuilder
This method represents a shortcut for the instance method CaseStyleBuilder.toCamelCase(String) though with default settings.
ASCII - org.refcodes.textual.RandomTextMode
Represents a charset consisting of only ASCII characters.
ASCII - org.refcodes.textual.TextBoxStyle
Representation of the following text box grid: /-+-\ * | | | +-+-+ | | | \-+-/
ASCII_BLANK - org.refcodes.textual.TextBoxStyle
Representation of the following text box grid: " - - " " " " - - " " " " - - "
ASCII_BLANK_HEADER_ASCII_BLANK_BODY - org.refcodes.textual.TableStyle
Representing a table style using TextBoxStyle.ASCII_BLANK for the header and TextBoxStyle.ASCII_BLANK for the body.
ASCII_HEADER_ASCII_BODY - org.refcodes.textual.TableStyle
Representing a table style using TextBoxStyle.ASCII for the header and TextBoxStyle.ASCII for the body.
AsciiArtBuilder - Class in org.refcodes.textual
ASCII-Art as of the AsciiArtBuilder is represented by an array of String instances "visualizing" a given text (rendered with the given Font) or image as so called ASCII_HEADER_ASCII_BODY art.
AsciiArtBuilder() - Constructor for class org.refcodes.textual.AsciiArtBuilder
 
AsciiArtMode - Enum in org.refcodes.textual
The AsciiArtMode specifies for according algorithms on how a text is to be rendered.
asEscaped(String) - Static method in interface org.refcodes.textual.EscapeTextBuilder
Default text escape implementation used by the EscapeTextBuilderImpl in case no escape Property matrix has been supplied.
asFields(String, char, CsvEscapeMode, boolean) - Static method in class org.refcodes.textual.CsvBuilder
Creates fields from the given record.
asKebabCase(String) - Static method in class org.refcodes.textual.CaseStyleBuilder
This method represents a shortcut for the instance method CaseStyleBuilder.toKebabCase(String) though with default settings.
asKebabCase(String, Case) - Static method in class org.refcodes.textual.CaseStyleBuilder
This method represents a shortcut for the instance method CaseStyleBuilder.toKebabCase(String).
asMoreText(String[], int, String, MoreTextMode) - Static method in class org.refcodes.textual.MoreTextBuilder
The text array is "mored" depending on the provided MoreTextMode.
asMoreText(String[], int, String, MoreTextMode, boolean) - Static method in class org.refcodes.textual.MoreTextBuilder
The text array is "mored" depending on the provided MoreTextMode.
asMoreText(String, int, String, MoreTextMode) - Static method in class org.refcodes.textual.MoreTextBuilder
The text is "mored" depending on the provided MoreTextMode.
asMoreText(String, int, String, MoreTextMode, boolean) - Static method in class org.refcodes.textual.MoreTextBuilder
The text is "mored" depending on the provided MoreTextMode.
asOverwriteLeft(String, String) - Static method in class org.refcodes.textual.OverwriteTextBuilder
Overwrites a text starting at the left hand side with the given "overwriting" text.
asOverwriteRight(String, String) - Static method in class org.refcodes.textual.OverwriteTextBuilder
Overwrites a text starting at the right hand side with the given "overwriting" text.
asOverwriteText(String, String, OverwriteTextMode) - Static method in class org.refcodes.textual.OverwriteTextBuilder
To overwrite.
asPascalCase(String) - Static method in class org.refcodes.textual.CaseStyleBuilder
This method represents a shortcut for the instance method CaseStyleBuilder.toPascalCase(String) though with default settings.
asRecord(Collection<Object>, char, CsvEscapeMode) - Static method in class org.refcodes.textual.CsvBuilder
Creates a record from the given fields.
asReplaced(String[], String, String) - Static method in class org.refcodes.textual.ReplaceTextBuilder
Replaces a text by an other text in a String array.
asReplaced(StringBuffer, String, String) - Static method in class org.refcodes.textual.ReplaceTextBuilder
Replaces a text by an other text in a StringBuffer.
asReplaced(String, String, String) - Static method in class org.refcodes.textual.ReplaceTextBuilder
Replaces all occurrences of a find-String with a replace- String in a text and returns the find-and-replace String.
asSimpleBanner(String, int, AsciiArtMode, char...) - Static method in class org.refcodes.textual.AsciiArtBuilder
Fallback in case creating the ASCII-Art banner failed (can happen in the GraalVM with poor AWT support for rendering fonts.
asSnakeCase(String) - Static method in class org.refcodes.textual.CaseStyleBuilder
This method represents a shortcut for the instance method CaseStyleBuilder.toSnakeCase(String) though with default settings.
asSnakeCase(String, Case) - Static method in class org.refcodes.textual.CaseStyleBuilder
This method represents a shortcut for the instance method CaseStyleBuilder.toSnakeCase(String).
asString(boolean[]) - Static method in class org.refcodes.textual.VerboseTextBuilder
This method represents a shortcut for the instance method VerboseTextBuilder.toString(boolean[]) though with public settings.
asString(byte[]) - Static method in class org.refcodes.textual.VerboseTextBuilder
This method represents a shortcut for the instance method VerboseTextBuilder.toString(byte[]) though with public settings.
asString(char[]) - Static method in class org.refcodes.textual.VerboseTextBuilder
This method represents a shortcut for the instance method VerboseTextBuilder.toString(char[]) though with public settings.
asString(double[]) - Static method in class org.refcodes.textual.VerboseTextBuilder
This method represents a shortcut for the instance method VerboseTextBuilder.toString(double[]) though with public settings.
asString(float[]) - Static method in class org.refcodes.textual.VerboseTextBuilder
This method represents a shortcut for the instance method VerboseTextBuilder.toString(float[]) though with public settings.
asString(int[]) - Static method in class org.refcodes.textual.VerboseTextBuilder
This method represents a shortcut for the instance method VerboseTextBuilder.toString(int[]) though with public settings.
asString(int, char) - Static method in class org.refcodes.textual.TextLineBuilder
Returns a String with the given length and containing only the provided fill character.
asString(int, RandomTextMode) - Static method in class org.refcodes.textual.RandomTextGenerartor
Creates a random text from the given parameters.
asString(long[]) - Static method in class org.refcodes.textual.VerboseTextBuilder
This method represents a shortcut for the instance method VerboseTextBuilder.toString(long[]) though with public settings.
asString(short[]) - Static method in class org.refcodes.textual.VerboseTextBuilder
This method represents a shortcut for the instance method VerboseTextBuilder.toString(short[]) though with public settings.
asString(Boolean[]) - Static method in class org.refcodes.textual.VerboseTextBuilder
This method represents a shortcut for the instance method VerboseTextBuilder.toString(Boolean[]) though with public settings.
asString(Byte[]) - Static method in class org.refcodes.textual.VerboseTextBuilder
This method represents a shortcut for the instance method VerboseTextBuilder.toString(Byte[]) though with public settings.
asString(Character[]) - Static method in class org.refcodes.textual.VerboseTextBuilder
This method represents a shortcut for the instance method VerboseTextBuilder.toString(Character[]) though with public settings.
asString(Double[]) - Static method in class org.refcodes.textual.VerboseTextBuilder
This method represents a shortcut for the instance method VerboseTextBuilder.toString(Double[]) though with public settings.
asString(Float[]) - Static method in class org.refcodes.textual.VerboseTextBuilder
This method represents a shortcut for the instance method VerboseTextBuilder.toString(Float[]) though with public settings.
asString(Integer[]) - Static method in class org.refcodes.textual.VerboseTextBuilder
This method represents a shortcut for the instance method VerboseTextBuilder.toString(Integer[]) though with public settings.
asString(Long[]) - Static method in class org.refcodes.textual.VerboseTextBuilder
This method represents a shortcut for the instance method VerboseTextBuilder.toString(Long[]) though with public settings.
asString(Object) - Static method in class org.refcodes.textual.VerboseTextBuilder
This method represents a shortcut for the instance method VerboseTextBuilder.toString(Boolean[]) though with public settings.
asString(Object[]) - Static method in class org.refcodes.textual.VerboseTextBuilder
This method represents a shortcut for the instance method VerboseTextBuilder.toString(Boolean[]) though with public settings.
asString(Short[]) - Static method in class org.refcodes.textual.VerboseTextBuilder
This method represents a shortcut for the instance method VerboseTextBuilder.toString(Short[]) though with public settings.
asString(String) - Static method in class org.refcodes.textual.SecretHintBuilder
Convenience method for directly invoking AbstractText.toString(String...) without leaving any state.
asString(String...) - Static method in class org.refcodes.textual.SecretHintBuilder
Convenience method for directly invoking AbstractText.toString(String...) without leaving any state.
asString(String[]) - Static method in class org.refcodes.textual.VerboseTextBuilder
This method represents a shortcut for the instance method VerboseTextBuilder.toString(String[]) though with public settings.
asString(Collection<?>) - Static method in class org.refcodes.textual.VerboseTextBuilder
This method represents a shortcut for the instance method VerboseTextBuilder.toString(Boolean[]) though with public settings.
asString(Map<?, ?>) - Static method in class org.refcodes.textual.VerboseTextBuilder
This method represents a shortcut for the instance method VerboseTextBuilder.toString(Boolean[]) though with public settings.
asStrings(String...) - Static method in class org.refcodes.textual.SecretHintBuilder
Convenience method for directly invoking AbstractText.toString(String...) without leaving any state.
asStrings(String, char, CsvEscapeMode, boolean, String[]) - Static method in class org.refcodes.textual.CsvBuilder
Splits a record into dedicated fields.
asTextBlock(String[], int) - Static method in class org.refcodes.textual.TextBlockBuilder
Cuts the String array into subString instances with the maximum given length.
asTextBlock(String[], int, boolean) - Static method in class org.refcodes.textual.TextBlockBuilder
Cuts the String array into subString instances with the maximum given length.
asTextBlock(String[], int, HorizAlignTextMode) - Static method in class org.refcodes.textual.TextBlockBuilder
Cuts the String array into subString instances with the maximum given length.
asTextBlock(String[], int, HorizAlignTextMode, boolean) - Static method in class org.refcodes.textual.TextBlockBuilder
Cuts the String array into subString instances with the maximum given length.
asTextBlock(String[], int, HorizAlignTextMode, SplitTextMode, char) - Static method in class org.refcodes.textual.TextBlockBuilder
Cuts the String array into subString instances with the maximum given length.
asTextBlock(String[], int, HorizAlignTextMode, SplitTextMode, char, boolean) - Static method in class org.refcodes.textual.TextBlockBuilder
Cuts the String array into subString instances with the maximum given length.
asTextBlock(String[], int, SplitTextMode) - Static method in class org.refcodes.textual.TextBlockBuilder
Cuts the String array into subString instances with the maximum given length.
asTextBlock(String[], int, SplitTextMode, boolean) - Static method in class org.refcodes.textual.TextBlockBuilder
Cuts the String array into subString instances with the maximum given length.
asTextBlock(String, int) - Static method in class org.refcodes.textual.TextBlockBuilder
Cuts the String into subString instances with the maximum given length.
asTextBlock(String, int, boolean) - Static method in class org.refcodes.textual.TextBlockBuilder
Cuts the String into subString instances with the maximum given length.
asTextBlock(String, int, HorizAlignTextMode) - Static method in class org.refcodes.textual.TextBlockBuilder
Cuts the String into subString instances with the maximum given length.
asTextBlock(String, int, HorizAlignTextMode, boolean) - Static method in class org.refcodes.textual.TextBlockBuilder
Cuts the String into subString instances with the maximum given length.
asTextBlock(String, int, HorizAlignTextMode, SplitTextMode, char) - Static method in class org.refcodes.textual.TextBlockBuilder
Cuts the String into subString instances with the maximum given length.
asTextBlock(String, int, HorizAlignTextMode, SplitTextMode, char, boolean) - Static method in class org.refcodes.textual.TextBlockBuilder
Cuts the String into subString instances with the maximum given length.
asTextBlock(String, int, SplitTextMode) - Static method in class org.refcodes.textual.TextBlockBuilder
Cuts the String into subString instances with the maximum given length.
asTextBlock(String, int, SplitTextMode, boolean) - Static method in class org.refcodes.textual.TextBlockBuilder
Cuts the String into subString instances with the maximum given length.
asTruncated(String, TruncateMode) - Static method in class org.refcodes.textual.TruncateTextBuilder
Returns a new String without the according leading and/or trailing whitespaces as of CharSet.WHITE_SPACES.
asTruncated(String, TruncateMode, char...) - Static method in class org.refcodes.textual.TruncateTextBuilder
Returns a new String without the according leading and/or trailing chars.
asTruncatedLeft(String) - Static method in class org.refcodes.textual.TruncateTextBuilder
Returns a new String without the according leading whitespaces as of CharSet.WHITE_SPACES.
asTruncatedLeft(String, char...) - Static method in class org.refcodes.textual.TruncateTextBuilder
Returns a new String without the according leading chars.
asTruncatedRight(String) - Static method in class org.refcodes.textual.TruncateTextBuilder
Returns a new String without the according trailing whitespaces as of CharSet.WHITE_SPACES.
asTruncatedRight(String, char...) - Static method in class org.refcodes.textual.TruncateTextBuilder
Returns a new String without the according trailing chars.
asUnEscaped(String) - Static method in interface org.refcodes.textual.EscapeTextBuilder
Default text un-escape implementation used by the EscapeTextBuilderImpl in case no escape Property matrix has been supplied.
asVerboseString(Character, Collection<?>, Character) - Static method in class org.refcodes.textual.VerboseTextBuilder
To verbose string.
asVerboseString(Character, Map<?, ?>, Character) - Static method in class org.refcodes.textual.VerboseTextBuilder
To verbose string.
AT_END_OF_LINE - org.refcodes.textual.SplitTextMode
A line is to be split at an end of a line, best as it gets, identified by the CharSet.END_OF_LINE characters.
AT_FIRST_END_OF_LINE - org.refcodes.textual.SplitTextMode
A line is to be split at the first end of a line detected, identified by the CharSet.END_OF_LINE characters.
AT_FIXED_WIDTH - org.refcodes.textual.SplitTextMode
A line is to be split exactly at the given width not reckoning the end of lines or spaces.
AT_SPACE - org.refcodes.textual.SplitTextMode
A line is to be split at space characters, best as it gets, identified by the space " " character.

B

BINARY - org.refcodes.textual.RandomTextMode
Represents a charset consisting of only digits 0 and 1.
BLANK - org.refcodes.textual.TextBoxStyle
Representation of the following text box grid: " " " " " " " " " "
BLANK_HEADER_BLANK_BODY - org.refcodes.textual.TableStyle
Representing a table style using TextBoxStyle.BLANK for the header and TextBoxStyle.BLANK for the body.
BLOCK - org.refcodes.textual.HorizAlignTextMode
Block mode, extends the line's spaces round robin with additional spaces till the width is reached.
BOLD - org.refcodes.textual.FontStyle
 
BOLD - org.refcodes.textual.TextBoxStyle
Representation of the following text box grid: ┏━┳━┓ ┃ ┃ ┃ ┣━╇━┫ ┃ ┃ ┃ ┗━┻━┛
BOLD_HEADER_SINGLE_BODY - org.refcodes.textual.TableStyle
Representing a table style using TextBoxStyle.BOLD_HEADER_SINGLE_BODY for the header and TextBoxStyle.SINGLE for the body.
BOLD_HEADER_SINGLE_BODY - org.refcodes.textual.TextBoxStyle
Representation of the following text box grid: ┏━┳━┓ ┃ ┃ ┃ ┡━╇━┩ │ │ │ └─┴─┘
BOLD_ITALIC - org.refcodes.textual.FontStyle
 
BOTTOM - org.refcodes.textual.VertAlignTextMode
 
build() - Static method in interface org.refcodes.textual.EscapeTextBuilder
This is a convenience method for easily instantiating the according builder.
build() - Method in class org.refcodes.textual.VertAlignTextBuilder
This is a convenience method for easily instantiating the according builder.

C

CAMEL_CASE - org.refcodes.textual.CaseStyle
 
Case - Enum in org.refcodes.textual
The Enum Case.
CaseAccessor - Interface in org.refcodes.textual
Provides an accessor for a Case property.
CaseAccessor.CaseBuilder<B extends CaseAccessor.CaseBuilder<?>> - Interface in org.refcodes.textual
Provides a mutator for an Case property.
CaseAccessor.CaseMutator - Interface in org.refcodes.textual
Provides a mutator for an Case property.
CaseAccessor.CaseProperty - Interface in org.refcodes.textual
Provides a Case property.
CaseStyle - Enum in org.refcodes.textual
Predefined CaseStyle "implementations" (in terms of methods such as CaseStyle.toCaseStyle(String)) making use of the CaseStyleBuilder.
CaseStyleBuilder - Class in org.refcodes.textual
Converts a text to the format of a String to the desired case.
CaseStyleBuilder() - Constructor for class org.refcodes.textual.CaseStyleBuilder
 
CELL - org.refcodes.textual.TextFormatMode
The whole cell including text and blank lines is formatted (especially important in case of a formatted background).
CENTER - org.refcodes.textual.HorizAlignTextMode
Center alignment relative to the required width.
CENTER - org.refcodes.textual.MoreTextMode
 
clearCommentPrefixes() - Method in class org.refcodes.textual.CsvBuilder
Clears the prefixes used to identify CSV lines to be ignored.
clearCommentPrefixes() - Method in interface org.refcodes.textual.CsvMixin
Clears the prefixes used to identify CSV lines to be ignored.
ColumnFormatMetrics - Interface in org.refcodes.textual
The Interface ColumnFormatMetrics.
ColumnFormatMetricsImpl - Class in org.refcodes.textual
Implementation of the ColumnFormatMetrics interface.
ColumnFormatMetricsImpl() - Constructor for class org.refcodes.textual.ColumnFormatMetricsImpl
Instantiates a new column format metrics impl.
ColumnFormatMetricsImpl(int, ColumnWidthType) - Constructor for class org.refcodes.textual.ColumnFormatMetricsImpl
Constructs a column's width, either in percent (%) or in number of chars.
ColumnSetupMetrics - Interface in org.refcodes.textual
The Interface ColumnSetupMetrics.
ColumnSetupMetricsImpl - Class in org.refcodes.textual
Implementation of the ColumnFormatMetrics interface.
ColumnSetupMetricsImpl() - Constructor for class org.refcodes.textual.ColumnSetupMetricsImpl
Instantiates a new column setup metrics impl.
ColumnSetupMetricsImpl(int, ColumnWidthType) - Constructor for class org.refcodes.textual.ColumnSetupMetricsImpl
Constructs a column's width, either in percent (%) or in number of chars.
ColumnWidthMetrics - Interface in org.refcodes.textual
This interface specifies means to define a width either as percentage or absolute, e.g. in the number of chars.
ColumnWidthMetricsImpl - Class in org.refcodes.textual
Implementation of the ColumnWidthMetrics interface.
ColumnWidthMetricsImpl() - Constructor for class org.refcodes.textual.ColumnWidthMetricsImpl
Instantiates a new column width metrics impl.
ColumnWidthMetricsImpl(int, ColumnWidthType) - Constructor for class org.refcodes.textual.ColumnWidthMetricsImpl
Constructs a column's width, either in percent (%) or in number of chars.
ColumnWidthType - Enum in org.refcodes.textual
Determines the type of width being specified, either relative where the sum of all relative widths represents 100%; or absolute in number of chars.
CONSOLE - org.refcodes.textual.PixmapRatioMode
The width to height ration is adjusted to look good on a console / terminal.
createInstance(Object) - Method in interface org.refcodes.textual.EscapeCodeFactory
To instance.
CsvBuilder - Class in org.refcodes.textual
This class implements CSV processing functionality.
CsvBuilder() - Constructor for class org.refcodes.textual.CsvBuilder
 
CsvEscapeMode - Enum in org.refcodes.textual
The CsvEscapeMode specifies for according algorithms on how a CSV's line's escape handling is to be processed.
CsvEscapeModeAccessor - Interface in org.refcodes.textual
Provides an accessor for a CsvEscapeMode property.
CsvEscapeModeAccessor.CsvEscapeModeBuilder<B extends CsvEscapeModeAccessor.CsvEscapeModeBuilder<?>> - Interface in org.refcodes.textual
Provides a mutator for an CsvEscapeMode property.
CsvEscapeModeAccessor.CsvEscapeModeMutator - Interface in org.refcodes.textual
Provides a mutator for an CsvEscapeMode property.
CsvEscapeModeAccessor.CsvEscapeModeProperty - Interface in org.refcodes.textual
Provides a CsvEscapeMode property.
CsvMixin - Interface in org.refcodes.textual
This interface defines common functionality for implementations capable of CSV (file) handling.

D

DEFAULT_COLLECTION_HEAD - Static variable in class org.refcodes.textual.VerboseTextBuilder
 
DEFAULT_COLLECTION_TAIL - Static variable in class org.refcodes.textual.VerboseTextBuilder
 
DIALOG - org.refcodes.textual.FontFamily
 
DIALOG_INPUT - org.refcodes.textual.FontFamily
 
doStrip(StringBuffer, char) - Static method in class org.refcodes.textual.TruncateTextBuilder
Removes all leading and trailing chars identical with specified char ch.
doStripLeft(StringBuffer, char) - Static method in class org.refcodes.textual.TruncateTextBuilder
Removes all leading chars identical with specified char.
doStripRight(StringBuffer, char) - Static method in class org.refcodes.textual.TruncateTextBuilder
Removes all rear chars identical with specified char ch.
DOUBLE - org.refcodes.textual.TextBoxStyle
Representation of the following text box grid: ╔═╦═╗ ║ ║ ║ ╠═╬═╣ ║ ║ ║ ╚═╩═╝
DOUBLE_BORDER_SINGLE_CONTENT - org.refcodes.textual.TextBoxStyle
Representation of the following text box grid: ╔═╤═╗ ║ │ ║ ╟─┼─╢ ║ │ ║ ╚═╧═╝
DOUBLE_HEADER_DOUBLE_BODY - org.refcodes.textual.TableStyle
Representing a table style using TextBoxStyle.DOUBLE for the header and TextBoxStyle.DOUBLE for the body.
DOUBLE_HEADER_DOUBLE_SINGLE_BODY - org.refcodes.textual.TableStyle
Representing a table style using TextBoxStyle.DOUBLE for the header and TextBoxStyle.DOUBLE_SINGLE for the body.
DOUBLE_SINGLE - org.refcodes.textual.TextBoxStyle
Representation of the following text box grid: ╓─╥─╖ ║ ║ ║ ╟─╫─╢ ║ ║ ║ ╙─╨─╜
DOUBLE_SINGLE_HEADER_DOUBLE_SINGLE_BODY - org.refcodes.textual.TableStyle
Representing a table style using TextBoxStyle.DOUBLE_SINGLE for the header and TextBoxStyle.DOUBLE_SINGLE for the body.
DOUBLE_SINGLE_HEADER_SINGLE_BODY - org.refcodes.textual.TableStyle
Representing a table style using TextBoxStyle.DOUBLE_SINGLE for the header and TextBoxStyle.SINGLE for the body.
DOUBLE_SINGLE_HEADER_SINGLE_DASHED_BODY - org.refcodes.textual.TableStyle
Representing a table style using TextBoxStyle.DOUBLE_SINGLE for the header and TextBoxStyle.DOUBLE_SINGLE for the body.

E

ElementsAccessor - Interface in org.refcodes.textual
Provides an accessor for a text property.
ElementsAccessor.TextBuilder<B extends ElementsAccessor.TextBuilder<B>> - Interface in org.refcodes.textual
Provides a builder method for a text property returning the builder for applying multiple build operations.
ElementsAccessor.TextMutator - Interface in org.refcodes.textual
Provides a mutator for a text property.
ElementsAccessor.TextProperty - Interface in org.refcodes.textual
Provides a text property.
ESCAPE - org.refcodes.textual.EscapeTextMode
 
EscapeCodeFactory - Interface in org.refcodes.textual
A LookupFactory for creating ANSI Escape-Codes from an instance of a given type.
ESCAPED - org.refcodes.textual.CsvEscapeMode
 
EscapeTextBuilder - Interface in org.refcodes.textual
The Interface EscapeTextBuilder.
EscapeTextBuilderImpl - Class in org.refcodes.textual
The Class EscapeTextBuilderImpl.
EscapeTextBuilderImpl() - Constructor for class org.refcodes.textual.EscapeTextBuilderImpl
 
EscapeTextMode - Enum in org.refcodes.textual
The Enum EscapeTextMode.

F

FillCharAccessor - Interface in org.refcodes.textual
Provides an accessor for a fill char property.
FillCharAccessor.FillCharBuilder<B extends FillCharAccessor.FillCharBuilder<B>> - Interface in org.refcodes.textual
Provides a builder method for a fill char property returning the builder for applying multiple build operations.
FillCharAccessor.FillCharMutator - Interface in org.refcodes.textual
Provides a mutator for a fill char property.
FillCharAccessor.FillCharProperty - Interface in org.refcodes.textual
Provides a fill char property.
Font - Interface in org.refcodes.textual
The Interface Font.
FontAccessor - Interface in org.refcodes.textual
Provides an accessor for a font property.
FontAccessor.FontBuilder<B extends FontAccessor.FontBuilder<B>> - Interface in org.refcodes.textual
Provides a builder method for a font property returning the builder for applying multiple build operations.
FontAccessor.FontMutator - Interface in org.refcodes.textual
Provides a mutator for a font property.
FontAccessor.FontProperty - Interface in org.refcodes.textual
Provides a font property.
FontFamily - Enum in org.refcodes.textual
An enumeration with commonly used font categories.
FontFamilyAccessor - Interface in org.refcodes.textual
Provides an accessor for a font family property.
FontFamilyAccessor.FontFamilyBuilder<B extends FontFamilyAccessor.FontFamilyBuilder<B>> - Interface in org.refcodes.textual
Provides a builder method for a font family property returning the builder for applying multiple build operations.
FontFamilyAccessor.FontFamilyMutator - Interface in org.refcodes.textual
Provides a mutator for a font family property.
FontFamilyAccessor.FontFamilyProperty - Interface in org.refcodes.textual
Provides a font family property.
FontImpl - Class in org.refcodes.textual
The Class FontImpl.
FontImpl() - Constructor for class org.refcodes.textual.FontImpl
Instantiates a new font impl.
FontImpl(Font) - Constructor for class org.refcodes.textual.FontImpl
Instantiates a new font from a Font.
FontImpl(String, FontStyle) - Constructor for class org.refcodes.textual.FontImpl
Instantiates a new font impl.
FontImpl(String, FontStyle, int) - Constructor for class org.refcodes.textual.FontImpl
Instantiates a new font impl.
FontImpl(FontFamily, FontStyle) - Constructor for class org.refcodes.textual.FontImpl
Instantiates a new font impl.
FontImpl(FontFamily, FontStyle, int) - Constructor for class org.refcodes.textual.FontImpl
Instantiates a new font impl.
FontNameAccessor - Interface in org.refcodes.textual
Provides an accessor for a font name property.
FontNameAccessor.FontNameBuilder<B extends FontNameAccessor.FontNameBuilder<B>> - Interface in org.refcodes.textual
Provides a builder method for a font name property returning the builder for applying multiple build operations.
FontNameAccessor.FontNameMutator - Interface in org.refcodes.textual
Provides a mutator for a font name property.
FontNameAccessor.FontNameProperty - Interface in org.refcodes.textual
Provides a font name property.
FontSizeAccessor - Interface in org.refcodes.textual
Provides an accessor for a font style property.
FontSizeAccessor.FontSizeBuilder<B extends FontSizeAccessor.FontSizeBuilder<B>> - Interface in org.refcodes.textual
Provides a builder method for a font style property returning the builder for applying multiple build operations.
FontSizeAccessor.FontSizeMutator - Interface in org.refcodes.textual
Provides a mutator for a font style property.
FontSizeAccessor.FontSizeProperty - Interface in org.refcodes.textual
Provides a font style property.
FontStyle - Enum in org.refcodes.textual
An enumeration with commonly used font styles.
FontStyleAccessor - Interface in org.refcodes.textual
Provides an accessor for a font style property.
FontStyleAccessor.FontStyleBuilder<B extends FontStyleAccessor.FontStyleBuilder<B>> - Interface in org.refcodes.textual
Provides a builder method for a font style property returning the builder for applying multiple build operations.
FontStyleAccessor.FontStyleMutator - Interface in org.refcodes.textual
Provides a mutator for a font style property.
FontStyleAccessor.FontStyleProperty - Interface in org.refcodes.textual
Provides a font style property.
fromColumnFormatMetrics(ColumnFormatMetrics) - Method in interface org.refcodes.textual.ColumnFormatMetrics
From column format metrics.
fromColumnSetupMetrics(ColumnSetupMetrics) - Method in interface org.refcodes.textual.ColumnSetupMetrics
From column setup metrics.
fromColumnWidthMetrics(ColumnWidthMetrics) - Method in interface org.refcodes.textual.ColumnWidthMetrics
From column width metrics.
fromFontStyleCode(int) - Static method in enum org.refcodes.textual.FontStyle
Retrieves the enumeration element representing the given font style code (ignoring the case) or null if none was found.
fromFontStyleName(String) - Static method in enum org.refcodes.textual.FontStyle
Retrieves the enumeration element representing the given font name (ignoring the case) or null if none was found.
fromName(String) - Static method in enum org.refcodes.textual.FontFamily
Retrieves the enumeration element representing the given font name (ignoring the case) or null if none was found.

G

getAsciiArtMode() - Method in class org.refcodes.textual.AsciiArtBuilder
Retrieves the ASCII-Art mode from the ASCII-Art mode property.
getAsciiColorPalette() - Method in class org.refcodes.textual.AsciiArtBuilder
Retrieves the ASCII_HEADER_ASCII_BODY color palette from the ASCII_HEADER_ASCII_BODY color palette property.
getAsciiColors() - Method in class org.refcodes.textual.AsciiArtBuilder
Retrieves the ASCII_HEADER_ASCII_BODY colors from the ASCII_HEADER_ASCII_BODY colors property.
getBody() - Method in enum org.refcodes.textual.TableStyle
Returns the table body's characters.
getBorderChar() - Method in class org.refcodes.textual.TextBorderBuilder
Retrieves the border char from the border char property.
getBorderWidth() - Method in class org.refcodes.textual.TextBorderBuilder
Retrieves the border width from the border width property.
getBoxBorderMode() - Method in class org.refcodes.textual.TextBorderBuilder
getCase() - Method in interface org.refcodes.textual.CaseAccessor
Gets the currently set Case being used.
getCase() - Method in class org.refcodes.textual.CaseStyleBuilder
Gets the currently set Case being used.
getCharSet() - Method in class org.refcodes.textual.RandomTextGenerartor
getCharSet() - Method in enum org.refcodes.textual.RandomTextMode
getCode() - Method in enum org.refcodes.textual.FontStyle
Returns the font style code of the given enumeration element.
getCollectionHead() - Method in class org.refcodes.textual.VerboseTextBuilder
Gets the String to be used for the begin of a collection.
getCollectionTail() - Method in class org.refcodes.textual.VerboseTextBuilder
gets the String to be used for the begin of a collection.
getColumnWidth() - Method in class org.refcodes.textual.AsciiArtBuilder
getColumnWidth() - Method in class org.refcodes.textual.ColumnWidthMetricsImpl
getColumnWidth() - Method in class org.refcodes.textual.HorizAlignTextBuilder
getColumnWidth() - Method in class org.refcodes.textual.MoreTextBuilder
getColumnWidth() - Method in class org.refcodes.textual.RandomTextGenerartor
getColumnWidth() - Method in class org.refcodes.textual.TextBlockBuilder
getColumnWidth() - Method in class org.refcodes.textual.TextLineBuilder
getColumnWidthType() - Method in interface org.refcodes.textual.ColumnWidthMetrics
The type of the width being provided, either percent (%) or number of chars.
getColumnWidthType() - Method in class org.refcodes.textual.ColumnWidthMetricsImpl
The type of the width being provided, either percent (%) or number of chars.
getCommentPrefixes() - Method in class org.refcodes.textual.CsvBuilder
Gets the prefixes used to identify CSV lines to be ignored.
getCommentPrefixes() - Method in interface org.refcodes.textual.CsvMixin
Gets the prefixes used to identify CSV lines to be ignored.
getCsvEscapeMode() - Method in class org.refcodes.textual.CsvBuilder
Gets the currently set CsvEscapeMode being used.
getCsvEscapeMode() - Method in interface org.refcodes.textual.CsvEscapeModeAccessor
Gets the currently set CsvEscapeMode being used.
getDelimiter() - Method in class org.refcodes.textual.CsvBuilder
getElements() - Method in class org.refcodes.textual.VerboseTextBuilder
Gets the elements for the elements property.
getEscapeProperties() - Method in interface org.refcodes.textual.EscapeTextBuilder
Gets the escape properties.
getEscapeProperties() - Method in class org.refcodes.textual.EscapeTextBuilderImpl
Gets the escape properties.
getEscapeTextMode() - Method in interface org.refcodes.textual.EscapeTextBuilder
Retrieves the escape text mode from the escape text mode property.
getEscapeTextMode() - Method in class org.refcodes.textual.EscapeTextBuilderImpl
Retrieves the escape text mode from the escape text mode property.
getFamily() - Method in class org.refcodes.textual.FontImpl
getFields() - Method in class org.refcodes.textual.CsvBuilder
Retrieves the CSV elements from the CSV elements property.
getFillChar() - Method in interface org.refcodes.textual.FillCharAccessor
Retrieves the fill char from the fill char property.
getFillChar() - Method in class org.refcodes.textual.HorizAlignTextBuilder
Retrieves the fill char from the fill char property.
getFillChar() - Method in class org.refcodes.textual.TextBlockBuilder
Retrieves the fill char from the fill char property.
getFillChar() - Method in class org.refcodes.textual.VertAlignTextBuilder
Retrieves the fill char from the fill char property.
getFindText() - Method in class org.refcodes.textual.ReplaceTextBuilder
Retrieves the find text from the find text property.
getFont() - Method in class org.refcodes.textual.AsciiArtBuilder
Retrieves the font from the font property.
getFont() - Method in interface org.refcodes.textual.FontAccessor
Retrieves the font from the font property.
getFontFamily() - Method in class org.refcodes.textual.AsciiArtBuilder
Retrieves the font family from the font family property.
getFontFamily() - Method in interface org.refcodes.textual.FontFamilyAccessor
Retrieves the font family from the font family property.
getFontName() - Method in class org.refcodes.textual.AsciiArtBuilder
Retrieves the font name from the font name property.
getFontName() - Method in interface org.refcodes.textual.FontNameAccessor
Retrieves the font name from the font name property.
getFontSize() - Method in class org.refcodes.textual.AsciiArtBuilder
Retrieves the font style from the font style property.
getFontSize() - Method in interface org.refcodes.textual.FontSizeAccessor
Retrieves the font style from the font style property.
getFontStyle() - Method in class org.refcodes.textual.AsciiArtBuilder
Retrieves the font style from the font style property.
getFontStyle() - Method in interface org.refcodes.textual.FontStyleAccessor
Retrieves the font style from the font style property.
getHeader() - Method in enum org.refcodes.textual.TableStyle
Returns the table header's characters.
getHeaderEscapeCode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
Returns the ANSI Escape-Code for the header.
getHeaderEscapeCode() - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
Returns the ANSI Escape-Code for the header.
getHeaderEscapeCodeFactory() - Method in interface org.refcodes.textual.ColumnFormatMetrics
Gets the ANSI Escape-Code factory for the header.
getHeaderEscapeCodeFactory() - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
Gets the ANSI Escape-Code factory for the header.
getHeaderHorizAlignTextMode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
Gets the alignment mode for the header.
getHeaderHorizAlignTextMode() - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
Gets the alignment mode for the header.
getHeaderMoreTextMode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
Gets the alignment mode for the header.
getHeaderMoreTextMode() - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
Gets the alignment mode for the header.
getHeaderSplitTextMode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
Returns the SplitTextMode for the header.
getHeaderSplitTextMode() - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
Returns the SplitTextMode for the header.
getHeaderTextFormatMode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
Returns the TextFormatMode for the header.
getHeaderTextFormatMode() - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
Returns the TextFormatMode for the header.
getHorizAlignTextMode() - Method in class org.refcodes.textual.HorizAlignTextBuilder
Retrieves the horizontal align text mode from the horizontal align text mode property.
getHorizAlignTextMode() - Method in interface org.refcodes.textual.HorizAlignTextModeAccessor
Retrieves the horizontal align text mode from the horizontal align text mode property.
getHorizAlignTextMode() - Method in class org.refcodes.textual.TextBlockBuilder
Retrieves the horizontal align text mode from the horizontal align text mode property.
getLineChar() - Method in class org.refcodes.textual.TextLineBuilder
Retrieves the line char from the line char property.
getMoreText() - Method in class org.refcodes.textual.MoreTextBuilder
Retrieves the more text from the more text property.
getMoreTextMode() - Method in class 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.ColumnSetupMetricsImpl
getName() - Method in enum org.refcodes.textual.FontFamily
Returns the font name of the given enumeration element.
getName() - Method in class org.refcodes.textual.FontImpl
getName() - Method in enum org.refcodes.textual.FontStyle
Returns the font style name of the given enumeration element.
getOverwriteTextMode() - Method in class org.refcodes.textual.OverwriteTextBuilder
Retrieves the overwrite text mode from the overwrite text mode property.
getOverwritingText() - Method in class org.refcodes.textual.OverwriteTextBuilder
Retrieves the overwriting text from the overwriting text property.
getPixmapRatioMode() - Method in class org.refcodes.textual.AsciiArtBuilder
Retrieves the Pixmap ratio mode from the Pixmap ratio mode property.
getPrintStream() - Method in class org.refcodes.textual.TableBuilder
getRandomTextMode() - Method in class org.refcodes.textual.RandomTextGenerartor
Retrieves the random text mode from the random text mode property.
getRatio() - Method in enum org.refcodes.textual.PixmapRatioMode
Gets the ratio.
getRecord() - Method in class org.refcodes.textual.CsvBuilder
Retrieves the CSV line from the CSV line property.
getReplaceText() - Method in class org.refcodes.textual.ReplaceTextBuilder
Retrieves the replace text from the replace text property.
getResetEscapeCode() - Method in class org.refcodes.textual.TableBuilder
getRgbPixmap() - Method in class org.refcodes.textual.AsciiArtBuilder
Retrieves the Pixmap from the Pixmap property.
getRowEscapeCode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
Returns the ANSI Escape-Code for the rows and returns this ColumnFormatMetrics instance as of the Builder-Pattern.
getRowEscapeCode() - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
Returns the ANSI Escape-Code for the rows and returns this ColumnFormatMetrics instance as of the Builder-Pattern.
getRowEscapeCodeFactory() - Method in interface org.refcodes.textual.ColumnFormatMetrics
Gets the ANSI Escape-Code factory for the row.
getRowEscapeCodeFactory() - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
Gets the ANSI Escape-Code factory for the row.
getRowHeight() - Method in class org.refcodes.textual.VertAlignTextBuilder
getRowHorizAlignTextMode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
Gets the alignment mode for the row.
getRowHorizAlignTextMode() - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
Gets the alignment mode for the row.
getRowMoreTextMode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
Gets the alignment mode for the row.
getRowMoreTextMode() - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
Gets the alignment mode for the row.
getRowSplitTextMode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
Returns the SplitTextMode for the row.
getRowSplitTextMode() - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
Returns the SplitTextMode for the row.
getRowTextFormatMode() - Method in interface org.refcodes.textual.ColumnFormatMetrics
Returns the TextFormatMode for the row.
getRowTextFormatMode() - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
Returns the TextFormatMode for the row.
getRowWidth() - Method in class org.refcodes.textual.TableBuilder
getSize() - Method in class org.refcodes.textual.FontImpl
getSplitTextMode() - Method in interface org.refcodes.textual.SplitTextModeAccessor
Retrieves the split-text mode from the split-text mode property.
getSplitTextMode() - Method in class org.refcodes.textual.TextBlockBuilder
Retrieves the split text mode from the split text mode property.
getStyle() - Method in class org.refcodes.textual.FontImpl
getTableStatus() - Method in class org.refcodes.textual.TableBuilder
Retrieves the TablePrinter (TableBuilder) status.
getTableStatus() - Method in interface org.refcodes.textual.TablePrinter
Retrieves the TablePrinter (TableBuilder) status.
getTableStyle() - Method in interface org.refcodes.textual.TableStyleAccessor
Gets the currently set TableStyle being used.
getTail() - Method in enum org.refcodes.textual.TableStyle
Returns the table tail's characters.
getText() - Method in class org.refcodes.textual.CaseStyleBuilder
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.
getTextBoxGrid() - Method in class org.refcodes.textual.TextBorderBuilder
Gets the currently set TextBoxGrid being used.
getTextBoxGrid() - Method in interface org.refcodes.textual.TextBoxGridAccessor
Gets the currently set TextBoxGrid being used.
getTextBoxGrid() - Method in enum org.refcodes.textual.TextBoxStyle
Returns the TextBoxStyle's characters.
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.TruncateTextBuilder
Retrieves the truncate chars from the truncate chars property.
getTruncateMode() - Method in class org.refcodes.textual.TruncateTextBuilder
Retrieves the truncate text mode from the truncate text mode property.
getVertAlignTextMode() - Method in class org.refcodes.textual.VertAlignTextBuilder
Retrieves the vertical align text mode from the vertical align text mode property.
getVertAlignTextMode() - Method in interface org.refcodes.textual.VertAlignTextModeAccessor
Retrieves the vertical align text mode from the vertical align text mode property.

H

hasNext() - Method in class org.refcodes.textual.RandomTextGenerartor
HEADER_BEGIN - org.refcodes.textual.TableStatus
The header's top line has been printed.
HEADER_CONTINUE - org.refcodes.textual.TableStatus
A header columns line has been printed.
HEADER_END - org.refcodes.textual.TableStatus
The header's bottom line has been printed.
HEXADECIMAL - org.refcodes.textual.RandomTextMode
Represents a charset consisting of only digits 0 to 9 as well as the characters A to F.
HorizAlignTextBuilder - Class 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.
HorizAlignTextBuilder() - Constructor for class org.refcodes.textual.HorizAlignTextBuilder
 
HorizAlignTextMode - Enum in org.refcodes.textual
The HorizAlignTextMode specifies for according algorithms on how a line is to be aligned.
HorizAlignTextModeAccessor - Interface in org.refcodes.textual
Provides an accessor for a horizontal align text mode property.
HorizAlignTextModeAccessor.HorizAlignTextModeBuilder<B extends HorizAlignTextModeAccessor.HorizAlignTextModeBuilder<B>> - Interface in org.refcodes.textual
Provides a builder method for a horizontal align text mode property returning the builder for applying multiple build operations.
HorizAlignTextModeAccessor.HorizAlignTextModeMutator - Interface in org.refcodes.textual
Provides a mutator for a horizontal align text mode property.
HorizAlignTextModeAccessor.HorizAlignTextModeProperty - Interface in org.refcodes.textual
Provides a horizontal align text mode property.
HYBRID_BOLD_HEADER_SINGLE_BODY - org.refcodes.textual.TableStyle
Representing a table style using TextBoxStyle.HYBRID_BOLD_HEADER_SINGLE_BODY for the header and TextBoxStyle.SINGLE for the body.
HYBRID_BOLD_HEADER_SINGLE_BODY - org.refcodes.textual.TextBoxStyle
Representation of the following text box grid: ┏━┯━┓ ┃ │ ┃ ┡━┿━┩ │ │ │ └─┴─┘
HYBRID_BOLD_SINGLE - org.refcodes.textual.TextBoxStyle
Representation of the following text box grid: ┏━┳━┓ ┃ ┃ ┃ ┠─╂─┨ ┃ ┃ ┃ ┗━┻━┛
HYBRID_DOUBLE_SINGLE - org.refcodes.textual.TextBoxStyle
Representation of the following text box grid: ╔═╤═╗ ║ │ ║ ╠═╪═╣ ║ │ ║ ╚═╧═╝
HYBRID_SINGLE_BOLD - org.refcodes.textual.TextBoxStyle
Representation of the following text box grid: ┌─┰─┐ │ ┃ │ ┝━╇━┥ │ ┃ │ └─┸─┘
HYBRID_SINGLE_DOUBLE - org.refcodes.textual.TextBoxStyle
Representation of the following text box grid: ┌─╥─┐ │ ║ │ ├─╫─┤ │ ║ │ └─╨─┘
HYBRID_SINGLE_HEADER_BOLD_BODY - org.refcodes.textual.TextBoxStyle
Representation of the following text box grid: ┌─┬─┐ │ │ │ ┢━┿━┪ ┃ │ ┃ ┗━┷━┛

I

INVERSE - org.refcodes.textual.AsciiArtMode
The text is rendered in inverse.
isComment(String) - Method in interface org.refcodes.textual.CsvMixin
Tests whether the line starts with a comment prefix.
isEscapeCodesEnabled() - Method in class org.refcodes.textual.TableBuilder
isTrim() - Method in class org.refcodes.textual.CsvBuilder
isVisible() - Method in class org.refcodes.textual.ColumnSetupMetricsImpl
ITALIC - org.refcodes.textual.FontStyle
 

K

KEBAB_CASE - org.refcodes.textual.CaseStyle
 
KEBAB_UPPER_CASE - org.refcodes.textual.CaseStyle
 

L

LEFT - org.refcodes.textual.HorizAlignTextMode
Left alignment according to the required width.
LEFT - org.refcodes.textual.MoreTextMode
 
LEFT - org.refcodes.textual.OverwriteTextMode
Left overwriting.
letCase(Case) - Method in interface org.refcodes.textual.CaseAccessor.CaseProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given Case (setter) as of CaseAccessor.CaseMutator.setCase(Case) and returns the very same value (getter).
letCsvEscapeMode(CsvEscapeMode) - Method in interface org.refcodes.textual.CsvEscapeModeAccessor.CsvEscapeModeProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given CsvEscapeMode (setter) as of CsvEscapeModeAccessor.CsvEscapeModeMutator.setCsvEscapeMode(CsvEscapeMode) and returns the very same value (getter).
letFillChar(char) - Method in interface org.refcodes.textual.FillCharAccessor.FillCharProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given character (setter) as of FillCharAccessor.FillCharMutator.setFillChar(char) and returns the very same value (getter).
letFont(Font) - Method in interface org.refcodes.textual.FontAccessor.FontProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given Font (setter) as of FontAccessor.FontMutator.setFont(Font) and returns the very same value (getter).
letFontFamily(FontFamily) - Method in interface org.refcodes.textual.FontFamilyAccessor.FontFamilyProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given FontFamily (setter) as of FontFamilyAccessor.FontFamilyMutator.setFontFamily(FontFamily) and returns the very same value (getter).
letFontName(String) - Method in interface org.refcodes.textual.FontNameAccessor.FontNameProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given String (setter) as of FontNameAccessor.FontNameMutator.setFontName(String) and returns the very same value (getter).
letFontSize(int) - Method in interface org.refcodes.textual.FontSizeAccessor.FontSizeProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given integer (setter) as of FontSizeAccessor.FontSizeMutator.setFontSize(int) and returns the very same value (getter).
letFontStyle(FontStyle) - Method in interface org.refcodes.textual.FontStyleAccessor.FontStyleProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given FontStyle (setter) as of FontStyleAccessor.FontStyleMutator.setFontStyle(FontStyle) and returns the very same value (getter).
letHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.HorizAlignTextModeAccessor.HorizAlignTextModeProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given HorizAlignTextMode (setter) as of HorizAlignTextModeAccessor.HorizAlignTextModeMutator.setHorizAlignTextMode(HorizAlignTextMode) and returns the very same value (getter).
letMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.MoreTextModeAccessor.MoreTextModeProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given MoreTextMode (setter) as of MoreTextModeAccessor.MoreTextModeMutator.setMoreTextMode(MoreTextMode) and returns the very same value (getter).
letSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.SplitTextModeAccessor.SplitTextModeProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given SplitTextMode (setter) as of SplitTextModeAccessor.SplitTextModeMutator.setSplitTextMode(SplitTextMode) and returns the very same value (getter).
letTableStyle(TableStyle) - Method in interface org.refcodes.textual.TableStyleAccessor.TableStyleProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given TableStyle (setter) as of TableStyleAccessor.TableStyleMutator.setTableStyle(TableStyle) and returns the very same value (getter).
letText(String...) - Method in interface org.refcodes.textual.ElementsAccessor.TextProperty
This method stores and passes through the given arguments, which is very useful for builder APIs: Sets the given String (setter) as of ElementsAccessor.TextMutator.setText(String...) and returns the very same values (getter).
letText(String...) - Method in interface org.refcodes.textual.TextAccessor.TextProperty
This method stores and passes through the given arguments, which is very useful for builder APIs: Sets the given String array (setter) as of TextAccessor.TextMutator.setText(String[]) and returns the very same value (getter).
letText(Collection<String>) - Method in interface org.refcodes.textual.TextAccessor.TextProperty
This method stores and passes through the given arguments, which is very useful for builder APIs: Sets the given String elements (setter) as of TextAccessor.TextMutator.setText(Collection) and returns the very same value (getter).
letTextBoxGrid(TextBoxGrid) - Method in interface org.refcodes.textual.TextBoxGridAccessor.TextBoxGridProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given TextBoxGrid (setter) as of TextBoxGridAccessor.TextBoxGridMutator.setTextBoxGrid(TextBoxGrid) and returns the very same value (getter).
letTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.TextFormatModeAccessor.TextFormatModeProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given TextFormatMode (setter) as of TextFormatModeAccessor.TextFormatModeMutator.setTextFormatMode(TextFormatMode) and returns the very same value (getter).
letVertAlignTextMode(VertAlignTextMode) - Method in interface org.refcodes.textual.VertAlignTextModeAccessor.VertAlignTextModeProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given VertAlignTextMode (setter) as of VertAlignTextModeAccessor.VertAlignTextModeMutator.setVertAlignTextMode(VertAlignTextMode) and returns the very same value (getter).
LINE_BREAKS - Static variable in class org.refcodes.textual.TextBlockBuilder
Characters indicating a line break when found inside a String.
LOWER - org.refcodes.textual.Case
 
LOWER_CASE - org.refcodes.textual.RandomTextMode
Represents a charset consisting of only lower case letters.
LOWER_CASE_ALPHANUMERIC - org.refcodes.textual.RandomTextMode
Represents a charset consisting of only lower case characters as well as of the digits 0 to 9.

M

MIDDLE - org.refcodes.textual.VertAlignTextMode
 
MONOSPACED - org.refcodes.textual.FontFamily
 
MoreTextBuilder - Class in org.refcodes.textual
A builder for processing a text with the given width applied and the given MoreTextMode applied.
MoreTextBuilder() - Constructor for class org.refcodes.textual.MoreTextBuilder
 
MoreTextMode - Enum in org.refcodes.textual
The MoreTextMode specifies for according algorithms on how a line is to be split or cut off.
MoreTextModeAccessor - Interface in org.refcodes.textual
Provides an accessor for a more-text mode property.
MoreTextModeAccessor.MoreTextModeBuilder<B extends MoreTextModeAccessor.MoreTextModeBuilder<B>> - Interface in org.refcodes.textual
Provides a builder method for a more-text mode property returning the builder for applying multiple build operations.
MoreTextModeAccessor.MoreTextModeMutator - Interface in org.refcodes.textual
Provides a mutator for a more-text mode property.
MoreTextModeAccessor.MoreTextModeProperty - Interface in org.refcodes.textual
Provides a more-text mode property.

N

next() - Method in class org.refcodes.textual.RandomTextGenerartor
NONE - org.refcodes.textual.CaseStyle
 
NONE - org.refcodes.textual.CsvEscapeMode
 
NONE - org.refcodes.textual.MoreTextMode
 
NONE - org.refcodes.textual.PixmapRatioMode
The pixmap will not be scaled at all.
NONE - org.refcodes.textual.TableStatus
Nothing as been printed yet.
NONE - org.refcodes.textual.TextFormatMode
Noting is to be formatted.
NORMAL - org.refcodes.textual.AsciiArtMode
The text is rendered normally.
NUMERIC - org.refcodes.textual.RandomTextMode
Represents a charset consisting of only digits 0 to 9.

O

ONE_HALF - org.refcodes.textual.PixmapRatioMode
The width to height ration is one to one half (1:1/2).
org.refcodes.textual - module org.refcodes.textual
 
org.refcodes.textual - package org.refcodes.textual
 
OTHER_TABLE_STYLE - Static variable in enum org.refcodes.textual.TableStyle
Style displayed for sure when being under test (e.g.
OTHER_TEXT_BOX_STYLE - Static variable in enum org.refcodes.textual.TextBoxStyle
Style displayed for sure when being under test (e.g.
OverwriteTextBuilder - Class in org.refcodes.textual
Overwrites a text with another one to the the right or to the left.
OverwriteTextBuilder() - Constructor for class org.refcodes.textual.OverwriteTextBuilder
 
OverwriteTextMode - Enum in org.refcodes.textual
The OverwriteTextMode specifies for according algorithms on how a line is to be overwritten.

P

PASCAL_CASE - org.refcodes.textual.CaseStyle
 
PixmapRatioMode - Enum in org.refcodes.textual
The pixmap scale mode specifies how an algorithm will scale a Pixmap for proper display with text (character) e.g. when printing an RgbPixmap on the console with ASCII_HEADER_ASCII_BODY art using the AsciiArtBuilder.
PLAIN - org.refcodes.textual.FontStyle
 
printHeader(String...) - Method in class org.refcodes.textual.TableBuilder
Prints the table's header to the PrintStream configured for this PrintWriter with the content of the provided columns.
printHeader(String...) - Method in interface org.refcodes.textual.TablePrinter
Prints the table's header to the PrintStream configured for this PrintWriter with the content of the provided columns.
printHeader(List<String>) - Method in interface org.refcodes.textual.TablePrinter
Prints the table's header to the PrintStream configured for this PrintWriter with the content of the provided columns.
printHeaderBegin() - Method in class org.refcodes.textual.TableBuilder
Prints out a header begin to the PrintStream configured for this PrintWriter, for convenience reasons, this is being encapsulated by the TablePrinter.printHeader(String...) method.
printHeaderBegin() - Method in interface org.refcodes.textual.TablePrinter
Prints out a header begin to the PrintStream configured for this PrintWriter, for convenience reasons, this is being encapsulated by the TablePrinter.printHeader(String...) method.
printHeaderComplete() - Method in interface org.refcodes.textual.TablePrinter
For more semantic clearness this method prints an end-of-header / begin-of-row line, though is equivalent to the method TablePrinter.printHeaderBegin().
printHeaderContinue(String...) - Method in class org.refcodes.textual.TableBuilder
Continues to print out a begun header to the PrintStream configured for this PrintWriter, for convenience reasons, this is being encapsulated by the TablePrinter.printHeader(String...) method.
printHeaderContinue(String...) - Method in interface org.refcodes.textual.TablePrinter
Continues to print out a begun header to the PrintStream configured for this PrintWriter, for convenience reasons, this is being encapsulated by the TablePrinter.printHeader(String...) method.
printHeaderContinue(List<String>) - Method in interface org.refcodes.textual.TablePrinter
Continues to print out a begun header to the PrintStream configured for this PrintWriter, for convenience reasons, this is being encapsulated by the TablePrinter.printHeader(String...) method.
printHeaderEnd() - Method in class org.refcodes.textual.TableBuilder
Prints out a header end to the PrintStream configured for this PrintWriter, for convenience reasons, this is being encapsulated by the TablePrinter.printHeader(String...) method.
printHeaderEnd() - Method in interface org.refcodes.textual.TablePrinter
Prints out a header end to the PrintStream configured for this PrintWriter, for convenience reasons, this is being encapsulated by the TablePrinter.printHeader(String...) method.
printHeaderEnd(TableBuilder) - Method in class org.refcodes.textual.TableBuilder
Ends the headers of the provided TableBuilder for this table printer to continue to the PrintStream configured for this PrintWriter; different header widths and column widths are taken care of, so it is a pleasure to mix different TableBuilders, especially when empty columns may result in better using another column layout making better use of the available width.
printHeaderEnd(TableBuilder) - Method in interface org.refcodes.textual.TablePrinter
Ends the headers of the provided TableBuilder for this table printer to continue to the PrintStream configured for this PrintWriter; different header widths and column widths are taken care of, so it is a pleasure to mix different TableBuilders, especially when empty columns may result in better using another column layout making better use of the available width.
printRow(String...) - Method in class org.refcodes.textual.TableBuilder
Prints the table's (next) row to the PrintStream configured for this PrintWriter with the content of the provided columns.
printRow(String...) - Method in interface org.refcodes.textual.TablePrinter
Prints the table's (next) row to the PrintStream configured for this PrintWriter with the content of the provided columns.
printRow(List<String>) - Method in interface org.refcodes.textual.TablePrinter
Prints the table's (next) row to the PrintStream configured for this PrintWriter with the content of the provided columns.
printRowBegin() - Method in class org.refcodes.textual.TableBuilder
Prints out a row begin to the PrintStream configured for this PrintWriter, for convenience reasons, this is being encapsulated by the TablePrinter.printRow(String...) method.
printRowBegin() - Method in interface org.refcodes.textual.TablePrinter
Prints out a row begin to the PrintStream configured for this PrintWriter, for convenience reasons, this is being encapsulated by the TablePrinter.printRow(String...) method.
printRowContinue(String...) - Method in class org.refcodes.textual.TableBuilder
Continues a print out begun row to the PrintStream configured for this PrintWriter, for convenience reasons, this is being encapsulated by the TablePrinter.printRow(String...) method.
printRowContinue(String...) - Method in interface org.refcodes.textual.TablePrinter
Continues a print out begun row to the PrintStream configured for this PrintWriter, for convenience reasons, this is being encapsulated by the TablePrinter.printRow(String...) method.
printRowContinue(List<String>) - Method in interface org.refcodes.textual.TablePrinter
Continues a print out begun row to the PrintStream configured for this PrintWriter, for convenience reasons, this is being encapsulated by the TablePrinter.printRow(String...) method.
printRowEnd(TableBuilder) - Method in class org.refcodes.textual.TableBuilder
Ends the rows of the provided TableBuilder for this table printer to continue to the PrintStream configured for this PrintWriter; different row widths and column widths are taken care of, so it is a pleasure to mix different TableBuilders, especially when empty columns may result in better using another column layout making better use of the available width.
printRowEnd(TableBuilder) - Method in interface org.refcodes.textual.TablePrinter
Ends the rows of the provided TableBuilder for this table printer to continue to the PrintStream configured for this PrintWriter; different row widths and column widths are taken care of, so it is a pleasure to mix different TableBuilders, especially when empty columns may result in better using another column layout making better use of the available width.
printTail() - Method in class org.refcodes.textual.TableBuilder
Finishes off the table by printing its closing to the PrintStream configured for this PrintWriter.
printTail() - Method in interface org.refcodes.textual.TablePrinter
Finishes off the table by printing its closing to the PrintStream configured for this PrintWriter.

R

RandomTextGenerartor - Class in org.refcodes.textual
Generates random text according to the RandomTextMode property and other settings.
RandomTextGenerartor() - Constructor for class org.refcodes.textual.RandomTextGenerartor
 
RandomTextMode - Enum in org.refcodes.textual
The RandomTextMode specifies for according chars to be used when generating random text.
RELATIVE - org.refcodes.textual.ColumnWidthType
The width is being relative; The total sum of all of relative widths represents 100%.
ReplaceTextBuilder - Class in org.refcodes.textual
Plain find/replace utility not(!)
ReplaceTextBuilder() - Constructor for class org.refcodes.textual.ReplaceTextBuilder
 
RIGHT - org.refcodes.textual.HorizAlignTextMode
Right alignment according to the required width.
RIGHT - org.refcodes.textual.MoreTextMode
 
RIGHT - org.refcodes.textual.OverwriteTextMode
Right overwriting.
ROW_BEGIN - org.refcodes.textual.TableStatus
A row's top line has been printed.
ROW_CONTINUE - org.refcodes.textual.TableStatus
A row columns line has been printed.
ROW_END - org.refcodes.textual.TableStatus
The row's bottom line has been printed, usually when joining the table with another table.

S

SANS_SERIF - org.refcodes.textual.FontFamily
 
SecretHintBuilder - Class 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.
SecretHintBuilder() - Constructor for class org.refcodes.textual.SecretHintBuilder
 
SERIF - org.refcodes.textual.FontFamily
 
setAsciiArtMode(AsciiArtMode) - Method in class org.refcodes.textual.AsciiArtBuilder
Sets the ASCII-Art mode for the ASCII_HEADER_ASCII_BODY art mode property.
setAsciiColorPalette(AsciiColorPalette) - Method in class org.refcodes.textual.AsciiArtBuilder
Sets the ASCII_HEADER_ASCII_BODY color palette for the ASCII_HEADER_ASCII_BODY color palette property.
setAsciiColors(char...) - Method in class org.refcodes.textual.AsciiArtBuilder
Sets the ASCII_HEADER_ASCII_BODY colors for the ASCII_HEADER_ASCII_BODY colors property.
setAsciiColors(String) - Method in class org.refcodes.textual.AsciiArtBuilder
Sets the ASCII_HEADER_ASCII_BODY colors for the ASCII_HEADER_ASCII_BODY colors property.
setBorderChar(char) - Method in class org.refcodes.textual.TextBorderBuilder
Sets the border char for the border char property.
setBorderWidth(int) - Method in class org.refcodes.textual.TextBorderBuilder
Sets the border width for the border width property.
setBoxBorderMode(BoxBorderMode) - Method in class org.refcodes.textual.TextBorderBuilder
setCase(Case) - Method in interface org.refcodes.textual.CaseAccessor.CaseMutator
Sets the Case to be used.
setCase(Case) - Method in class org.refcodes.textual.CaseStyleBuilder
Sets the Case to be used.
setCharSet(char[]) - Method in class org.refcodes.textual.RandomTextGenerartor
setCollectionHead(Character) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the String to be used for the begin of a collection.
setCollectionTail(Character) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the String to be used for the begin of a collection.
setColumnWidth(int) - Method in class org.refcodes.textual.AsciiArtBuilder
setColumnWidth(int) - Method in class org.refcodes.textual.ColumnWidthMetricsImpl
setColumnWidth(int) - Method in class org.refcodes.textual.HorizAlignTextBuilder
setColumnWidth(int) - Method in class org.refcodes.textual.MoreTextBuilder
setColumnWidth(int) - Method in class org.refcodes.textual.RandomTextGenerartor
setColumnWidth(int) - Method in class org.refcodes.textual.TextBlockBuilder
setColumnWidth(int) - Method in class org.refcodes.textual.TextLineBuilder
setColumnWidthType(ColumnWidthType) - Method in interface org.refcodes.textual.ColumnWidthMetrics
Sets the column width type.
setColumnWidthType(ColumnWidthType) - Method in class org.refcodes.textual.ColumnWidthMetricsImpl
Sets the column width type.
setCommentPrefixes(String...) - Method in class org.refcodes.textual.CsvBuilder
Sets the prefixes used to identify CSV lines to be ignored.
setCommentPrefixes(String...) - Method in interface org.refcodes.textual.CsvMixin
Sets the prefixes used to identify CSV lines to be ignored.
setCsvEscapeMode(CsvEscapeMode) - Method in class org.refcodes.textual.CsvBuilder
Sets the CsvEscapeMode to be used.
setCsvEscapeMode(CsvEscapeMode) - Method in interface org.refcodes.textual.CsvEscapeModeAccessor.CsvEscapeModeMutator
Sets the CsvEscapeMode to be used.
setDelimiter(char) - Method in class org.refcodes.textual.CsvBuilder
setElements(boolean[]) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the CSV elements for the CSV elements property.
setElements(byte[]) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the CSV elements for the CSV elements property.
setElements(char[]) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the CSV elements for the CSV elements property.
setElements(double[]) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the CSV elements for the CSV elements property.
setElements(float[]) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the CSV elements for the CSV elements property.
setElements(int[]) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the CSV elements for the CSV elements property.
setElements(long[]) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the CSV elements for the CSV elements property.
setElements(short[]) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the CSV elements for the CSV elements property.
setElements(Boolean[]) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the CSV elements for the CSV elements property.
setElements(Byte[]) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the CSV elements for the CSV elements property.
setElements(Character[]) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the CSV elements for the CSV elements property.
setElements(Double[]) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the CSV elements for the CSV elements property.
setElements(Float[]) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the CSV elements for the CSV elements property.
setElements(Integer[]) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the CSV elements for the CSV elements property.
setElements(Long[]) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the CSV elements for the CSV elements property.
setElements(Object) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the elements for the elements property.
setElements(Object[]) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the elements for the elements property.
setElements(Short[]) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the CSV elements for the CSV elements property.
setElements(String[]) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the CSV elements for the CSV elements property.
setElements(Collection<?>) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the elements.
setElements(Map<?, ?>) - Method in class 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.ColumnFormatMetricsImpl
Sets an ANSI Escape-Code for the header and the rows.
setEscapeCodeFactory(EscapeCodeFactory) - Method in interface org.refcodes.textual.ColumnFormatMetrics
Sets an ANSI Escape-Code factory for the header and the rows.
setEscapeCodesEnabled(boolean) - Method in class org.refcodes.textual.TableBuilder
setEscapeProperties(Property...) - Method in interface org.refcodes.textual.EscapeTextBuilder
Sets the escape properties.
setEscapeProperties(Property...) - Method in class org.refcodes.textual.EscapeTextBuilderImpl
Sets the escape properties.
setEscapeTextMode(EscapeTextMode) - Method in interface org.refcodes.textual.EscapeTextBuilder
Sets the escape text mode for the escape text mode property.
setEscapeTextMode(EscapeTextMode) - Method in class org.refcodes.textual.EscapeTextBuilderImpl
Sets the escape text mode for the escape text mode property.
setFamily(FontFamily) - Method in class org.refcodes.textual.FontImpl
setFields(boolean...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
setFields(byte...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
setFields(char...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
setFields(double...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
setFields(float...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
setFields(int...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
setFields(long...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
setFields(short...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
setFields(Boolean...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
setFields(Byte...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
setFields(Character...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
setFields(Double...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
setFields(Float...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
setFields(Integer...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
setFields(Long...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
setFields(Object...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
setFields(Short...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
setFields(String...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
setFields(Collection<Object>) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
setFillChar(char) - Method in interface org.refcodes.textual.FillCharAccessor.FillCharMutator
Sets the fill char for the fill char property.
setFillChar(char) - Method in class org.refcodes.textual.HorizAlignTextBuilder
Sets the fill char for the fill char property.
setFillChar(char) - Method in class org.refcodes.textual.TextBlockBuilder
Sets the fill char for the fill char property.
setFillChar(char) - Method in class org.refcodes.textual.VertAlignTextBuilder
Sets the fill char for the fill char property.
setFindText(String) - Method in class org.refcodes.textual.ReplaceTextBuilder
Sets the find text for the find text property.
setFont(Font) - Method in class org.refcodes.textual.AsciiArtBuilder
Sets the font for the font property.
setFont(Font) - Method in interface org.refcodes.textual.FontAccessor.FontMutator
Sets the font for the font property.
setFontFamily(FontFamily) - Method in class org.refcodes.textual.AsciiArtBuilder
Sets the font family for the font family property.
setFontFamily(FontFamily) - Method in interface org.refcodes.textual.FontFamilyAccessor.FontFamilyMutator
Sets the font family for the font family property.
setFontName(String) - Method in class org.refcodes.textual.AsciiArtBuilder
Sets the font name for the font name property.
setFontName(String) - Method in interface org.refcodes.textual.FontNameAccessor.FontNameMutator
Sets the font name for the font name property.
setFontSize(int) - Method in class org.refcodes.textual.AsciiArtBuilder
Sets the font style for the font style property.
setFontSize(int) - Method in interface org.refcodes.textual.FontSizeAccessor.FontSizeMutator
Sets the font style for the font style property.
setFontStyle(FontStyle) - Method in class org.refcodes.textual.AsciiArtBuilder
Sets the font style for the font style property.
setFontStyle(FontStyle) - Method in interface org.refcodes.textual.FontStyleAccessor.FontStyleMutator
Sets the font style for the font style property.
setHeaderEscapeCode(String) - Method in interface org.refcodes.textual.ColumnFormatMetrics
Sets an ANSI Escape-Code for the header.
setHeaderEscapeCode(String) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
Sets an ANSI Escape-Code for the header.
setHeaderEscapeCodeFactory(EscapeCodeFactory) - Method in interface org.refcodes.textual.ColumnFormatMetrics
Sets an ANSI Escape-Code factory for the header.
setHeaderEscapeCodeFactory(EscapeCodeFactory) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
Sets an ANSI Escape-Code factory for the header.
setHeaderHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
Sets an alignment mode for the header.
setHeaderHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
Sets an alignment mode for the header.
setHeaderMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
Sets a more-text mode for the header.
setHeaderMoreTextMode(MoreTextMode) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
Sets a more-text mode for the header.
setHeaderSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
Sets the SplitTextMode for the header.
setHeaderSplitTextMode(SplitTextMode) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
Sets the SplitTextMode for the header.
setHeaderTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
Sets the TextFormatMode for the header.
setHeaderTextFormatMode(TextFormatMode) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
Sets the TextFormatMode for the header.
setHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
Sets the horizontal align text mode for the horizontal align text mode property.
setHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.textual.HorizAlignTextBuilder
Sets the horizontal align text mode for the horizontal align text mode property.
setHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.HorizAlignTextModeAccessor.HorizAlignTextModeMutator
Sets the horizontal align text mode for the horizontal align text mode property.
setHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.textual.TextBlockBuilder
Sets the horizontal align text mode for the horizontal align text mode property.
setImageFile(File) - Method in class org.refcodes.textual.AsciiArtBuilder
Sets the image file for the Pixmap property.
setLineChar(char) - Method in class org.refcodes.textual.TextLineBuilder
Sets the line char for the line char property.
setMoreText(String) - Method in class org.refcodes.textual.MoreTextBuilder
Sets the more text for the more text property.
setMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
Sets the more-text mode for the more-text mode property.
setMoreTextMode(MoreTextMode) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
Sets the more-text mode for the more-text mode property.
setMoreTextMode(MoreTextMode) - Method in class 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.ColumnSetupMetricsImpl
setName(String) - Method in class org.refcodes.textual.FontImpl
setOverwritingText(String) - Method in class org.refcodes.textual.OverwriteTextBuilder
Sets the overwriting text for the overwriting text property.
setPixmapRatioMode(PixmapRatioMode) - Method in class org.refcodes.textual.AsciiArtBuilder
Sets the Pixmap ratio mode for the Pixmap ratio mode property.
setPrintStream(PrintStream) - Method in class org.refcodes.textual.TableBuilder
setRandomTextMode(RandomTextMode) - Method in class org.refcodes.textual.RandomTextGenerartor
Sets the random text mode for the random text mode property.
setRecord(String) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV line for the CSV line property.
setReplaceText(String) - Method in class org.refcodes.textual.ReplaceTextBuilder
Sets the replace text for the replace text property.
setResetEscapeCode(String) - Method in class org.refcodes.textual.TableBuilder
setRgbPixmap(RgbPixmap) - Method in class org.refcodes.textual.AsciiArtBuilder
Sets the Pixmap for the Pixmap property.
setRowEscapeCode(String) - Method in interface org.refcodes.textual.ColumnFormatMetrics
Sets an ANSI Escape-Code for the rows and returns this ColumnFormatMetrics instance as of the Builder-Pattern.
setRowEscapeCode(String) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
Sets an ANSI Escape-Code for the rows and returns this ColumnFormatMetrics instance as of the Builder-Pattern.
setRowEscapeCodeFactory(EscapeCodeFactory) - Method in interface org.refcodes.textual.ColumnFormatMetrics
Sets an ANSI Escape-Code factory for the row.
setRowEscapeCodeFactory(EscapeCodeFactory) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
Sets an ANSI Escape-Code factory for the row.
setRowHeight(int) - Method in class org.refcodes.textual.VertAlignTextBuilder
setRowHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
Sets an alignment mode for the row.
setRowHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
Sets an alignment mode for the row.
setRowMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
Sets a more-text mode for the row.
setRowMoreTextMode(MoreTextMode) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
Sets a more-text mode for the row.
setRowSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
Sets the SplitTextMode for the row.
setRowSplitTextMode(SplitTextMode) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
Sets the SplitTextMode for the row.
setRowTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
Sets the TextFormatMode for the row.
setRowTextFormatMode(TextFormatMode) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
Sets the TextFormatMode for the row.
setRowWidth(int) - Method in class org.refcodes.textual.TableBuilder
In case a value of -1 is provided, then the width is calculated dynamically from the individual columns' widths added together including any borders being specified.
setSize(int) - Method in class org.refcodes.textual.FontImpl
setSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
 
setSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.SplitTextModeAccessor.SplitTextModeMutator
Sets the split-text mode for the split-text mode property.
setSplitTextMode(SplitTextMode) - Method in class org.refcodes.textual.TextBlockBuilder
Sets the split text mode for the split text mode property.
setStyle(FontStyle) - Method in class org.refcodes.textual.FontImpl
setTableStatus(TableStatus) - Method in class org.refcodes.textual.TableBuilder
Set the TablePrinter (TableBuilder) status.
setTableStatus(TableStatus) - Method in interface org.refcodes.textual.TablePrinter
Set the TablePrinter (TableBuilder) status.
setTableStyle(TableStyle) - Method in interface org.refcodes.textual.TableStyleAccessor.TableStyleMutator
Sets the TableStyle to be used.
setText(String) - Method in class org.refcodes.textual.CaseStyleBuilder
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.SecretHintBuilder
Sets the text for the text property.
setText(String...) - Method in interface org.refcodes.textual.TextAccessor.TextMutator
Sets the text for the text property.
setText(Collection<String>) - Method in interface org.refcodes.textual.TextAccessor.TextMutator
Sets the text for the text property.
setTextBoxGrid(TextBoxGrid) - Method in class org.refcodes.textual.TextBorderBuilder
Sets the TextBoxGrid to be used.
setTextBoxGrid(TextBoxGrid) - Method in interface org.refcodes.textual.TextBoxGridAccessor.TextBoxGridMutator
Sets the TextBoxGrid to be used.
setTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
Sets the text-format mode for the text-format mode property.
setTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.TextFormatModeAccessor.TextFormatModeMutator
Sets the text-format mode for the text-format mode property.
setTextOverwriteMode(OverwriteTextMode) - Method in class org.refcodes.textual.OverwriteTextBuilder
Sets the overwrite text mode for the overwrite text mode property.
setTrim(boolean) - Method in class org.refcodes.textual.CsvBuilder
setTruncateChars(char...) - Method in class org.refcodes.textual.TruncateTextBuilder
Sets the truncate chars for the truncate chars property.
setTruncateMode(TruncateMode) - Method in class org.refcodes.textual.TruncateTextBuilder
Sets the truncate text mode for the truncate text mode property.
setVertAlignTextMode(VertAlignTextMode) - Method in class org.refcodes.textual.VertAlignTextBuilder
Sets the vertical align text mode for the vertical align text mode property.
setVertAlignTextMode(VertAlignTextMode) - Method in interface org.refcodes.textual.VertAlignTextModeAccessor.VertAlignTextModeMutator
Sets the vertical align text mode for the vertical align text mode property.
setVisible(boolean) - Method in class org.refcodes.textual.ColumnSetupMetricsImpl
SINGLE - org.refcodes.textual.TextBoxStyle
Representation of the following text box grid: ┌─┬─┐ │ │ │ ├─┼─┤ │ │ │ └─┴─┘
SINGLE_BLANK - org.refcodes.textual.TextBoxStyle
Representation of the following text box grid: " ─ ─ " " " " ─ ─ " " " " ─ ─ "
SINGLE_BLANK_HEADER_SINGLE_BLANK_BODY - org.refcodes.textual.TableStyle
Representing a table style using TextBoxStyle.SINGLE_BLANK for the header and TextBoxStyle.SINGLE_BLANK for the body.
SINGLE_BORDER_DOUBLE_CONTENT - org.refcodes.textual.TextBoxStyle
Representation of the following text box grid: ┌─╥─┐ │ ║ │ ╞═╬═╡ │ ║ │ └─╨─┘
SINGLE_DASHED - org.refcodes.textual.TextBoxStyle
Representation of the following text box grid: ┌─┬─┐ │ │ │ ├-┼-┤ │ │ │ └─┴─┘
SINGLE_DOUBLE - org.refcodes.textual.TextBoxStyle
Representation of the following text box grid: ╒═╤═╕ │ │ │ ╞═╪═╡ │ │ │ ╘═╧═╛
SINGLE_DOUBLE_HEADER_SINGLE_BODY - org.refcodes.textual.TableStyle
Representing a table style using TextBoxStyle.DOUBLE_SINGLE for the header and TextBoxStyle.DOUBLE_SINGLE for the body.
SINGLE_DOUBLE_HEADER_SINGLE_DOUBLE_BODY - org.refcodes.textual.TableStyle
Representing a table style using TextBoxStyle.SINGLE_DOUBLE for the header and TextBoxStyle.SINGLE_DOUBLE for the body.
SINGLE_HEADER_BOLD_BODY - org.refcodes.textual.TextBoxStyle
Representation of the following text box grid: ┌─┬─┐ │ │ │ ┢━╈━┪ ┃ ┃ ┃ ┗━┻━┛
SINGLE_HEADER_SINGLE_BODY - org.refcodes.textual.TableStyle
Representing a table style using TextBoxStyle.SINGLE for the header and TextBoxStyle.SINGLE for the body.
SNAKE_CASE - org.refcodes.textual.CaseStyle
 
SNAKE_UPPER_CASE - org.refcodes.textual.CaseStyle
 
SplitTextMode - Enum in org.refcodes.textual
The SplitTextMode specifies for according algorithms on how a line is to be split apart.
SplitTextModeAccessor - Interface in org.refcodes.textual
Provides an accessor for a split-text mode property.
SplitTextModeAccessor.SplitTextModeBuilder<B extends SplitTextModeAccessor.SplitTextModeBuilder<B>> - Interface in org.refcodes.textual
Provides a builder method for a split-text mode property returning the builder for applying multiple build operations.
SplitTextModeAccessor.SplitTextModeMutator - Interface in org.refcodes.textual
Provides a mutator for a split-text mode property.
SplitTextModeAccessor.SplitTextModeProperty - Interface in org.refcodes.textual
Provides a split-text mode property.

T

TableBuilder - Class in org.refcodes.textual
The TableBuilder has the Builder-Pattern applied to configure a text (ASCII_HEADER_ASCII_BODY) table for later printing custom tables with a title, the table rows and if required a table tail.
TableBuilder() - Constructor for class org.refcodes.textual.TableBuilder
Instantiates a new table builder impl.
TableBuilder(int) - Constructor for class org.refcodes.textual.TableBuilder
Initializes the TableBuilder with the given row width.
TablePrinter - Interface in org.refcodes.textual
In comparison to the TableBuilder, the TablePrinter just provides the methods required to print a table.
TableStatus - Enum in org.refcodes.textual
The TableStatus provides the status of the table, e.g. whether it has begin printing the header, whether it has continued to print a row or whether it has printed the tail.
TableStyle - Enum in org.refcodes.textual
The Enum TableStyle defines character sets for various box border styles.
TableStyleAccessor - Interface in org.refcodes.textual
Provides an accessor for a TableStyle property.
TableStyleAccessor.TableStyleBuilder<B extends TableStyleAccessor.TableStyleBuilder<?>> - Interface in org.refcodes.textual
Provides a mutator for an TableStyle property.
TableStyleAccessor.TableStyleMutator - Interface in org.refcodes.textual
Provides a mutator for an TableStyle property.
TableStyleAccessor.TableStyleProperty - Interface in org.refcodes.textual
Provides a TableStyle property.
TAIL - org.refcodes.textual.TableStatus
 
Text<B extends Text<B>> - Interface in org.refcodes.textual
The Interface Text.
TEXT - org.refcodes.textual.TextFormatMode
Just the text portions are to be formatted.
TextAccessor - Interface in org.refcodes.textual
Provides an accessor for a text property.
TextAccessor.TextBuilder<B extends TextAccessor.TextBuilder<B>> - Interface in org.refcodes.textual
Provides a builder method for a text property returning the builder for applying multiple build operations.
TextAccessor.TextMutator - Interface in org.refcodes.textual
Provides a mutator for a text property.
TextAccessor.TextProperty - Interface in org.refcodes.textual
Provides a text property.
TextAccessor.TextProvider - Interface in org.refcodes.textual
A provider interface provides a "toSomething(?)"
TextBlockBuilder - Class in org.refcodes.textual
Builds a text block according to the configuration.
TextBlockBuilder() - Constructor for class org.refcodes.textual.TextBlockBuilder
 
TextBorderBuilder - Class in org.refcodes.textual
"Draws" a border around a text.
TextBorderBuilder() - Constructor for class org.refcodes.textual.TextBorderBuilder
 
TextBoxGrid - Interface in org.refcodes.textual
An incarnation of the BoxGrid using grid elements of type Character.
TextBoxGrid.TextBoxGridBuilder<B extends TextBoxGrid.TextBoxGridBuilder<B>> - Interface in org.refcodes.textual
An incarnation of the BoxGrid.BoxGridBuilder using grid elements of type Character.
TextBoxGrid.TextBoxGridMutator - Interface in org.refcodes.textual
An incarnation of the BoxGrid.BoxGridMutator using grid elements of type Character.
TextBoxGrid.TextBoxGridProperty - Interface in org.refcodes.textual
An incarnation of the BoxGrid.BoxGridProperty using grid elements of type Character.
TextBoxGridAccessor - Interface in org.refcodes.textual
Provides an accessor for a TextBoxGrid property.
TextBoxGridAccessor.TextBoxGridBuilder<B extends TextBoxGridAccessor.TextBoxGridBuilder<?>> - Interface in org.refcodes.textual
Provides a mutator for an TextBoxGrid property.
TextBoxGridAccessor.TextBoxGridMutator - Interface in org.refcodes.textual
Provides a mutator for an TextBoxGrid property.
TextBoxGridAccessor.TextBoxGridProperty - Interface in org.refcodes.textual
Provides a TextBoxGrid property.
TextBoxGridImpl - Class in org.refcodes.textual
Implementation of the TextBoxGrid interface.
TextBoxGridImpl(String[]) - Constructor for class org.refcodes.textual.TextBoxGridImpl
For easy of use this constructor uses a String array representing the box grid characters to be used.
TextBoxStyle - Enum in org.refcodes.textual
The TextBoxStyle enumeration defines character sets for various box grid representations.
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 - Class in org.refcodes.textual
The Class TextLineBuilderImpl.
TextLineBuilder() - Constructor for class org.refcodes.textual.TextLineBuilder
 
THREE_QUARTERS - org.refcodes.textual.PixmapRatioMode
The width to height ration is one to three quarters (1:3/4).
toAlign(String[], int, char, HorizAlignTextMode) - Static method in class org.refcodes.textual.HorizAlignTextBuilder
Fills a text array up on by appending the given char to the left and the right till the given length is reached.
toAlign(String[], int, char, HorizAlignTextMode, boolean) - Static method in class org.refcodes.textual.HorizAlignTextBuilder
Fills a text array 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.HorizAlignTextBuilder
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, boolean) - Static method in class org.refcodes.textual.HorizAlignTextBuilder
Fills a text up on by appending the given char to the left and the right till the given length is reached.
toAscii(int) - Static method in class org.refcodes.textual.AsciiArtBuilder
Converts an RGB value to an ASCII_HEADER_ASCII_BODY character from a palette if characters as provided.
toAscii(int, char[]) - Static method in class org.refcodes.textual.AsciiArtBuilder
Converts an RGB value to an ASCII_HEADER_ASCII_BODY character from a palette if characters as provided.
toAsciiArt(String, int, String, int) - Static method in class org.refcodes.textual.AsciiArtBuilder
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 Style to fit into the given width.
toAsciiArt(String, int, String, int, char[]) - Static method in class org.refcodes.textual.AsciiArtBuilder
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 Style to fit into the given width.
toAsciiArt(String, int, Font, char[]) - Static method in class org.refcodes.textual.AsciiArtBuilder
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 Style to fit into the given width.
toAsciiArt(String, Font) - Static method in class org.refcodes.textual.AsciiArtBuilder
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.AsciiArtBuilder
This method creates an array of String instances containing the given text rendered with the given Font as so called ASCII-Art.
toAsciiArt(RgbPixmap, char[]) - Static method in class org.refcodes.textual.AsciiArtBuilder
To ascii art.
toAsciiBorder(String[]) - Static method in class org.refcodes.textual.TextBorderBuilder
Adds a predefined "single-line" border to the provided text.
toAwtFont() - Method in interface org.refcodes.textual.Font
Returns the according Font.
toBorder(String[], char, char, char, char, char, char, char, char, BoxBorderMode) - Static method in class org.refcodes.textual.TextBorderBuilder
Adds a predefined border according border to the provided text.
toBorder(String[], int, char, BoxBorderMode) - Static method in class org.refcodes.textual.TextBorderBuilder
Adds the according border with the given char and the provided width to the provided text.
toBottomBorder(String[], int, char) - Static method in class org.refcodes.textual.TextBorderBuilder
Adds the according border with the given char and the provided width to the provided text.
toCamelCase() - Method in class org.refcodes.textual.CaseStyleBuilder
Converts the text as of CaseStyleBuilder.getText() to camel-case ("camelCase").
toCamelCase(String) - Method in class org.refcodes.textual.CaseStyleBuilder
Converts the provided text as of CaseStyleBuilder.getText() to camel-case ("camelCase").
toCase(String) - Method in enum org.refcodes.textual.Case
Converts the given String according to the case represented by this enumeration.
toCaseStyle(String) - Method in enum org.refcodes.textual.CaseStyle
Converts the given text into the according CaseStyle.
toColumns(String[][], VertAlignTextMode) - Static method in class org.refcodes.textual.TableBuilder
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.TableBuilder
Returns the currently calculated or configured column widths.
toColumnWidths(int, ColumnWidthMetrics...) - Static method in class org.refcodes.textual.TableBuilder
Calculates the columns widths in "number of chars" according to the provided ColumnWidthMetricsImpl instances in relation to the provided total (available) width; the provided column widths can be a mix of "number of char" widths (ColumnWidthType.ABSOLUTE) and percent (%) widths (ColumnWidthType.RELATIVE).
toComment(String) - Method in interface org.refcodes.textual.CsvMixin
Converts a text to a comment by using the fist defined comment prefix as of CsvMixin.getCommentPrefixes() suffixed with a space (" ") followed by the line of text.
toDoubleBorder(String[]) - Static method in class org.refcodes.textual.TextBorderBuilder
Adds a predefined "double-line" border to the provided text.
toEscaped(String[], List<Property>, EscapeTextMode) - Method in class org.refcodes.textual.EscapeTextBuilderImpl
To escaped.
toEscaped(String, String[][]) - Static method in class org.refcodes.textual.EscapeTextBuilderImpl
Escapes a text using the provided escape matrix which must be a two dimensional array with two elements per line and where the element at position 0 (of a line) represents the character and the element at position 1 (of a line) the escaped character.
toEscaped(String, List<Property>, EscapeTextMode) - Method in class org.refcodes.textual.EscapeTextBuilderImpl
To escaped.
toEscapedRegexp(char) - Static method in class org.refcodes.textual.EscapeTextBuilderImpl
To escaped regexp.
toFields() - Method in class org.refcodes.textual.CsvBuilder
Creates a list of String elements from the CSV line being set via CsvBuilder.setRecord(String) or CsvBuilder.withRecord(String).
toFields(String) - Method in class org.refcodes.textual.CsvBuilder
Creates an array of Strings from the CSV line being set via CsvBuilder.setRecord(String) or CsvBuilder.withRecord(String).
toHeader(String...) - Method in class org.refcodes.textual.TableBuilder
Prints the table's header with the content of the provided columns.
toHeader(String...) - Method in interface org.refcodes.textual.TablePrinter
Prints the table's header with the content of the provided columns.
toHeader(List<String>) - Method in interface org.refcodes.textual.TablePrinter
Prints the table's header with the content of the provided columns.
toHeaderBegin() - Method in class org.refcodes.textual.TableBuilder
Begins a header, for convenience reasons, this is being encapsulated by the TablePrinter.toHeader(String...) method.
toHeaderBegin() - Method in interface org.refcodes.textual.TablePrinter
Begins a header, for convenience reasons, this is being encapsulated by the TablePrinter.toHeader(String...) method.
toHeaderComplete() - Method in interface org.refcodes.textual.TablePrinter
For more semantic clearness this method returns an end-of-header / begin-of-row line, though is equivalent to the method TablePrinter.toHeaderBegin().
toHeaderContinue(String...) - Method in class org.refcodes.textual.TableBuilder
Continues a begun header, for convenience reasons, this is being encapsulated by the TablePrinter.toHeader(String...) method.
toHeaderContinue(String...) - Method in interface org.refcodes.textual.TablePrinter
Continues a begun header, for convenience reasons, this is being encapsulated by the TablePrinter.toHeader(String...) method.
toHeaderContinue(List<String>) - Method in interface org.refcodes.textual.TablePrinter
Continues a begun header, for convenience reasons, this is being encapsulated by the TablePrinter.toHeader(String...) method.
toHeaderEnd() - Method in class org.refcodes.textual.TableBuilder
Ends a header, for convenience reasons, this is being encapsulated by the TablePrinter.toHeader(String...) method.
toHeaderEnd() - Method in interface org.refcodes.textual.TablePrinter
Ends a header, for convenience reasons, this is being encapsulated by the TablePrinter.toHeader(String...) method.
toHeaderEnd(TableBuilder) - Method in class org.refcodes.textual.TableBuilder
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 TableBuilders, especially when empty columns may result in better using another column layout making better use of the available width.
toHeaderEnd(TableBuilder) - Method in interface org.refcodes.textual.TablePrinter
Ends the headers of the provided TableBuilder for this table printer to continue; different header widths and column widths are taken care of, so it is a pleasure to mix different TableBuilders, especially when empty columns may result in better using another column layout making better use of the available width.
toHeaderEscapeCode(Object) - Method in interface org.refcodes.textual.ColumnFormatMetrics
Determines the ANSI Escape-Code by evaluating the provided TID: If an EscapeCodeFactory has been set via ColumnFormatMetrics.setEscapeCodeFactory(EscapeCodeFactory) and the factory returns a value different to null, then this value is returned.
toHeaderEscapeCode(Object) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
Determines the ANSI Escape-Code by evaluating the provided TID: If an EscapeCodeFactory has been set via ColumnFormatMetrics.setEscapeCodeFactory(EscapeCodeFactory) and the factory returns a value different to null, then this value is returned.
toInverseAsciiArt(String, int, String, int) - Static method in class org.refcodes.textual.AsciiArtBuilder
Same as AsciiArtBuilder.toAsciiArt(org.refcodes.graphical.RgbPixmap,char[]) with inverted colors (black = white, dark = bright, bright = dark, white = black).
toInverseAsciiArt(String, int, String, int, char[]) - Static method in class org.refcodes.textual.AsciiArtBuilder
Same as AsciiArtBuilder.toAsciiArt(org.refcodes.graphical.RgbPixmap,char[]) with inverted colors (black = white, dark = bright, bright = dark, white = black).
toInverseAsciiArt(String, int, Font, char[]) - Static method in class org.refcodes.textual.AsciiArtBuilder
Same as AsciiArtBuilder.toAsciiArt(org.refcodes.graphical.RgbPixmap,char[]) with inverted colors (black = white, dark = bright, bright = dark, white = black).
toInverseAsciiArt(String, Font) - Static method in class org.refcodes.textual.AsciiArtBuilder
Same as AsciiArtBuilder.toAsciiArt(org.refcodes.graphical.RgbPixmap,char[]) with inverted colors (black = white, dark = bright, bright = dark, white = black).
toInverseAsciiArt(String, Font, char[]) - Static method in class org.refcodes.textual.AsciiArtBuilder
Same as AsciiArtBuilder.toAsciiArt(org.refcodes.graphical.RgbPixmap,char[]) with inverted colors (black = white, dark = bright, bright = dark, white = black).
toInverseAsciiArt(RgbPixmap, char[]) - Static method in class org.refcodes.textual.AsciiArtBuilder
To inverse ascii art.
toKebabCase() - Method in class org.refcodes.textual.CaseStyleBuilder
Converts the text as of CaseStyleBuilder.getText() to kebab-case, either in upper case as of "KEBAB-CASE" or in lower-case as of "kebab-case", depending on the Case property (as of CaseStyleBuilder.setCase(Case) and CaseStyleBuilder.getCase()).
toKebabCase(String) - Method in class org.refcodes.textual.CaseStyleBuilder
Converts the provided text as of CaseStyleBuilder.getText() to kebab-case, either in upper case as of "KEBAB-CASE" or in lower-case as of "kebab-case", depending on the Case property (as of CaseStyleBuilder.setCase(Case) and CaseStyleBuilder.getCase()).
toLeftBorder(String[], int, char) - Static method in class org.refcodes.textual.TextBorderBuilder
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.TextBorderBuilder
Returns a String with the given length and containing only the provided fill character.
TOP - org.refcodes.textual.VertAlignTextMode
 
toPascalCase() - Method in class org.refcodes.textual.CaseStyleBuilder
Converts the text as of CaseStyleBuilder.getText() to pascal-case ("PascalCase").
toPascalCase(String) - Method in class org.refcodes.textual.CaseStyleBuilder
Converts the provided text as of CaseStyleBuilder.getText() to pascal-case ("PascalCase").
toRecord() - Method in class org.refcodes.textual.CsvBuilder
Creates a CSV line from the elements being set via CsvBuilder.setFields(String[]) or CsvBuilder.withFields(String[]).
toRecord(boolean...) - Method in class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class org.refcodes.textual.CsvBuilder
Creates a CSV line from the fields being provided This method is to be side effect free in terms of the fields (and the resulting record) is not part of the state for this instance (from the point of view of this method).
toRecord(Integer...) - Method in class 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 class org.refcodes.textual.CsvBuilder
Creates a CSV line from the fields being provided This method is to be side effect free in terms of the fields (and the resulting record) is not part of the state for this instance (from the point of view of this method).
toRecord(Object...) - Method in class org.refcodes.textual.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 class org.refcodes.textual.CsvBuilder
To record.
toRecord(String...) - Method in class org.refcodes.textual.CsvBuilder
Creates a CSV line from the fields being provided This method is to be side effect free in terms of the fields (and the resulting record) is not part of the state for this instance (from the point of view of this method).
toRecord(Collection<Object>) - Method in class org.refcodes.textual.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).
toRegExEscaped(String) - Static method in class org.refcodes.textual.EscapeTextBuilderImpl
To reg ex escaped.
toRightBorder(String[], int, char) - Static method in class org.refcodes.textual.TextBorderBuilder
Adds the according border with the given char and the provided width to the provided text.
toRow(String...) - Method in class org.refcodes.textual.TableBuilder
Prints the table's (next) row with the content of the provided columns.
toRow(String...) - Method in interface org.refcodes.textual.TablePrinter
Prints the table's (next) row with the content of the provided columns.
toRow(List<String>) - Method in interface org.refcodes.textual.TablePrinter
Prints the table's (next) row with the content of the provided columns.
toRowBegin() - Method in class org.refcodes.textual.TableBuilder
Begins a row, for convenience reasons, this is being encapsulated by the TablePrinter.toRow(String...) method.
toRowBegin() - Method in interface org.refcodes.textual.TablePrinter
Begins a row, for convenience reasons, this is being encapsulated by the TablePrinter.toRow(String...) method.
toRowContinue(String...) - Method in class org.refcodes.textual.TableBuilder
Continues a begun row, for convenience reasons, this is being encapsulated by the TablePrinter.toRow(String...) method.
toRowContinue(String...) - Method in interface org.refcodes.textual.TablePrinter
Continues a begun row, for convenience reasons, this is being encapsulated by the TablePrinter.toRow(String...) method.
toRowContinue(List<String>) - Method in interface org.refcodes.textual.TablePrinter
Continues a begun row, for convenience reasons, this is being encapsulated by the TablePrinter.toRow(String...) method.
toRowEnd(TableBuilder) - Method in class org.refcodes.textual.TableBuilder
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 TableBuilders, especially when empty columns may result in better using another column layout making better use of the available width.
toRowEnd(TableBuilder) - Method in interface org.refcodes.textual.TablePrinter
Ends the rows of the provided TableBuilder for this table printer to continue; different row widths and column widths are taken care of, so it is a pleasure to mix different TableBuilders, especially when empty columns may result in better using another column layout making better use of the available width.
toRowEscapeCode(Object) - Method in interface org.refcodes.textual.ColumnFormatMetrics
Determines the ANSI Escape-Code by evaluating the provided TID: If an EscapeCodeFactory has been set via ColumnFormatMetrics.setEscapeCodeFactory(EscapeCodeFactory) and the factory returns a value different to null, then this value is returned.
toRowEscapeCode(Object) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
Determines the ANSI Escape-Code by evaluating the provided TID: If an EscapeCodeFactory has been set via ColumnFormatMetrics.setEscapeCodeFactory(EscapeCodeFactory) and the factory returns a value different to null, then this value is returned.
toRuntimeTableStyle() - Static method in enum org.refcodes.textual.TableStyle
Depending on the runtime environment (Windows, Linux, JUnit) we prefer different table styles as depending on the runtime environment not all characters used by the various table styles may be available.
toRuntimeTextBoxStyle() - Static method in enum org.refcodes.textual.TextBoxStyle
Depending on the runtime environment (Windows, Linux, JUnit) we prefer different text box styles as depending on the runtime environment not all characters used by the various text box styles may be available.
toSingleBorder(String[]) - Static method in class org.refcodes.textual.TextBorderBuilder
Adds a predefined "single-line" border to the provided text.
toSnakeCase() - Method in class org.refcodes.textual.CaseStyleBuilder
Converts the text as of CaseStyleBuilder.getText() to snake-case, either in upper case as of "SNAKE_CASE" or in lower-case as of "snake_case", depending on the Case property (as of CaseStyleBuilder.setCase(Case) and CaseStyleBuilder.getCase()).
toSnakeCase(String) - Method in class org.refcodes.textual.CaseStyleBuilder
Converts the provided text as of CaseStyleBuilder.getText() to snake-case, either in upper case as of "SNAKE_CASE" or in lower-case as of "snake_case", depending on the Case property (as of CaseStyleBuilder.setCase(Case) and CaseStyleBuilder.getCase()).
toString() - Method in class org.refcodes.textual.ColumnWidthMetricsImpl
toString() - Method in class 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.FontFamily
toString() - Method in class org.refcodes.textual.FontImpl
toString() - Method in enum org.refcodes.textual.FontStyle
toString() - Method in class org.refcodes.textual.MoreTextBuilder
The String being build by the builder upon the settings of the attributes.
toString() - Method in interface org.refcodes.textual.TextAccessor.TextProvider
The String being build by the builder upon the settings of the attributes.
toString() - Method in class org.refcodes.textual.TextLineBuilder
The String being build by the builder upon the settings of the attributes.
toString() - Method in class org.refcodes.textual.TruncateTextBuilder
The String being build by the builder upon the settings of the attributes.
toString() - Method in class org.refcodes.textual.VerboseTextBuilder
The String being build by the builder upon the settings of the attributes.
toString(boolean[]) - Method in class org.refcodes.textual.VerboseTextBuilder
The String being build by the builder upon the settings of the attributes and the provided argument.
toString(byte[]) - Method in class org.refcodes.textual.VerboseTextBuilder
The String being build by the builder upon the settings of the attributes and the provided argument.
toString(char[]) - Method in class org.refcodes.textual.VerboseTextBuilder
The String being build by the builder upon the settings of the attributes and the provided argument.
toString(double[]) - Method in class org.refcodes.textual.VerboseTextBuilder
The String being build by the builder upon the settings of the attributes and the provided argument.
toString(float[]) - Method in class org.refcodes.textual.VerboseTextBuilder
The String being build by the builder upon the settings of the attributes and the provided argument.
toString(int[]) - Method in class org.refcodes.textual.VerboseTextBuilder
The String being build by the builder upon the settings of the attributes and the provided argument.
toString(long[]) - Method in class org.refcodes.textual.VerboseTextBuilder
The String being build by the builder upon the settings of the attributes and the provided argument.
toString(short[]) - Method in class org.refcodes.textual.VerboseTextBuilder
The String being build by the builder upon the settings of the attributes and the provided argument.
toString(File) - Method in class org.refcodes.textual.AsciiArtBuilder
Race condition safe shortcut for using AsciiArtBuilder.withImageFile(File) followed by AbstractText.toString().
toString(Boolean[]) - Method in class org.refcodes.textual.VerboseTextBuilder
The String being build by the builder upon the settings of the attributes and the provided argument.
toString(Byte[]) - Method in class org.refcodes.textual.VerboseTextBuilder
The String being build by the builder upon the settings of the attributes and the provided argument.
toString(Character[]) - Method in class org.refcodes.textual.VerboseTextBuilder
The String being build by the builder upon the settings of the attributes and the provided argument.
toString(Double[]) - Method in class org.refcodes.textual.VerboseTextBuilder
The String being build by the builder upon the settings of the attributes and the provided argument.
toString(Float[]) - Method in class org.refcodes.textual.VerboseTextBuilder
The String being build by the builder upon the settings of the attributes and the provided argument.
toString(Integer[]) - Method in class org.refcodes.textual.VerboseTextBuilder
The String being build by the builder upon the settings of the attributes and the provided argument.
toString(Long[]) - Method in class org.refcodes.textual.VerboseTextBuilder
The String being build by the builder upon the settings of the attributes and the provided argument.
toString(Object) - Method in class org.refcodes.textual.VerboseTextBuilder
The String being build by the builder upon the settings of the attributes and the provided argument.
toString(Object...) - Method in class org.refcodes.textual.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).
toString(Object[]) - Method in class org.refcodes.textual.VerboseTextBuilder
The String being build by the builder upon the settings of the attributes and the provided argument.
toString(Short[]) - Method in class org.refcodes.textual.VerboseTextBuilder
The String being build by the builder upon the settings of the attributes and the provided argument.
toString(String) - Static method in class org.refcodes.textual.SecretHintBuilder
This method provides a password hint by keeping the first and the last characters of the password and exchanging the rest by an asterisk "*".
toString(String...) - Method in class 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).
toString(String...) - Method in interface org.refcodes.textual.Text
Race condition safe shortcut for using Text.withText(String...) followed by TextAccessor.TextProvider.toString().
toString(String[]) - Method in class org.refcodes.textual.VerboseTextBuilder
The String being build by the builder upon the settings of the attributes and the provided argument.
toString(Collection<?>) - Method in class org.refcodes.textual.VerboseTextBuilder
The String being build by the builder upon the settings of the attributes and the provided argument.
toString(Collection<Object>) - Method in class 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).
toString(Map<?, ?>) - Method in class org.refcodes.textual.VerboseTextBuilder
The String being build by the builder upon the settings of the attributes and the provided argument.
toString(RgbPixmap) - Method in class org.refcodes.textual.AsciiArtBuilder
Race condition safe shortcut for using AsciiArtBuilder.withRgbPixmap(RgbPixmap) followed by AbstractText.toString().
toStrings() - Method in class org.refcodes.textual.AsciiArtBuilder
The Strings being build by the builder upon the settings of the attributes.
toStrings() - Method in class org.refcodes.textual.CsvBuilder
Creates an array of Strings from the CSV line being set via CsvBuilder.setRecord(String) or CsvBuilder.withRecord(String).
toStrings() - Method in interface org.refcodes.textual.EscapeTextBuilder
The Strings being escaped by the builder upon the settings of the attributes.
toStrings() - Method in class org.refcodes.textual.EscapeTextBuilderImpl
The Strings being escaped by the builder upon the settings of the attributes.
toStrings() - Method in class org.refcodes.textual.HorizAlignTextBuilder
The Strings being build by the builder upon the settings of the attributes.
toStrings() - Method in class org.refcodes.textual.MoreTextBuilder
The Strings being build by the builder upon the settings of the attributes.
toStrings() - Method in class org.refcodes.textual.OverwriteTextBuilder
The Strings being build by the builder upon the settings of the attributes.
toStrings() - Method in class org.refcodes.textual.ReplaceTextBuilder
The Strings being build by the builder upon the settings of the attributes.
toStrings() - Method in class org.refcodes.textual.SecretHintBuilder
The Strings being build by the builder upon the settings of the attributes.
toStrings() - Method in interface org.refcodes.textual.TextAccessor.TextProvider
The Strings being build by the builder upon the settings of the attributes.
toStrings() - Method in class org.refcodes.textual.TextBlockBuilder
The Strings being build by the builder upon the settings of the attributes.
toStrings() - Method in class org.refcodes.textual.TextBorderBuilder
The Strings being build by the builder upon the settings of the attributes.
toStrings() - Method in class org.refcodes.textual.TruncateTextBuilder
The Strings being build by the builder upon the settings of the attributes.
toStrings() - Method in class org.refcodes.textual.VertAlignTextBuilder
The Strings being build by the builder upon the settings of the attributes.
toStrings(File) - Method in class org.refcodes.textual.AsciiArtBuilder
Race condition safe shortcut for using AsciiArtBuilder.withImageFile(File) followed by AsciiArtBuilder.toStrings().
toStrings(String) - Method in class org.refcodes.textual.CsvBuilder
Convenience method for the CsvBuilder.toFields(String) method.
toStrings(String...) - Method in class org.refcodes.textual.AsciiArtBuilder
Race condition safe shortcut for using Text.withText(String...) followed by TextAccessor.TextProvider.toStrings().
toStrings(String...) - Method in class org.refcodes.textual.EscapeTextBuilderImpl
Race condition safe shortcut for using Text.withText(String...) followed by TextAccessor.TextProvider.toStrings().
toStrings(String...) - Method in class org.refcodes.textual.HorizAlignTextBuilder
Race condition safe shortcut for using Text.withText(String...) followed by TextAccessor.TextProvider.toStrings().
toStrings(String...) - Method in class org.refcodes.textual.MoreTextBuilder
Race condition safe shortcut for using Text.withText(String...) followed by TextAccessor.TextProvider.toStrings().
toStrings(String...) - Method in class org.refcodes.textual.OverwriteTextBuilder
Race condition safe shortcut for using Text.withText(String...) followed by TextAccessor.TextProvider.toStrings().
toStrings(String...) - Method in class org.refcodes.textual.ReplaceTextBuilder
Race condition safe shortcut for using Text.withText(String...) followed by TextAccessor.TextProvider.toStrings().
toStrings(String...) - Method in class org.refcodes.textual.SecretHintBuilder
Race condition safe shortcut for using Text.withText(String...) followed by TextAccessor.TextProvider.toStrings().
toStrings(String...) - Method in interface org.refcodes.textual.Text
Race condition safe shortcut for using Text.withText(String...) followed by TextAccessor.TextProvider.toStrings().
toStrings(String...) - Method in class org.refcodes.textual.TextBlockBuilder
Race condition safe shortcut for using Text.withText(String...) followed by TextAccessor.TextProvider.toStrings().
toStrings(String...) - Method in class org.refcodes.textual.TextBorderBuilder
Race condition safe shortcut for using Text.withText(String...) followed by TextAccessor.TextProvider.toStrings().
toStrings(String...) - Method in class org.refcodes.textual.TruncateTextBuilder
Race condition safe shortcut for using Text.withText(String...) followed by TextAccessor.TextProvider.toStrings().
toStrings(String...) - Method in class org.refcodes.textual.VertAlignTextBuilder
Race condition safe shortcut for using Text.withText(String...) followed by TextAccessor.TextProvider.toStrings().
toStrings(RgbPixmap) - Method in class org.refcodes.textual.AsciiArtBuilder
Race condition safe shortcut for using AsciiArtBuilder.withRgbPixmap(RgbPixmap) followed by AsciiArtBuilder.toStrings().
toStrip(String, char[]) - Static method in class org.refcodes.textual.TruncateTextBuilder
Returns a new String without leading nor trailing chars.
toTableStyle(String) - Static method in enum org.refcodes.textual.TableStyle
Retrieves a TableStyle depending on the given string, ignoring the case as well as beeing graceful regarding "-" and "_",
toTableStyle(String) - Static method in enum org.refcodes.textual.TextBoxStyle
Retrieves the best fitting TextBoxStyle for the given value by ignoring the characters' case as well as all "-" and "_" characters in the provided value as well as in the enumeration's name..
toTail() - Method in class org.refcodes.textual.TableBuilder
Finishes off the table by closing it.
toTail() - Method in interface org.refcodes.textual.TablePrinter
Finishes off the table by closing it.
toTextBlock(String[], int, char, VertAlignTextMode) - Static method in class org.refcodes.textual.VertAlignTextBuilder
Fills up or truncates a given text block to the provided height; filling up or truncating depends on the VertAlignTextMode specified, the default is VertAlignTextMode.TOP.
toTopBorder(String[], int, char) - Static method in class org.refcodes.textual.TextBorderBuilder
Adds the according border with the given char and the provided width to the provided text.
toUnEscaped(String, String[][]) - Static method in class org.refcodes.textual.EscapeTextBuilderImpl
Unescapes a text using the provided escape matrix which must be a two dimensional array with two elements per line and where the element at position 0 (of a line) represents the character and the element at position 1 (of a line) the escaped character.
TruncateTextBuilder - Class in org.refcodes.textual
Strips given characters from text's left hand side or right hand side or both.
TruncateTextBuilder() - Constructor for class org.refcodes.textual.TruncateTextBuilder
 
TWO_THIRDS - org.refcodes.textual.PixmapRatioMode
The width to height ration is one to two thirds (1:2/3).

U

uncomment(String) - Method in interface org.refcodes.textual.CsvMixin
Uncomment the given line in case it is a comment as of CsvMixin.isComment(String).
UNESCAPE - org.refcodes.textual.EscapeTextMode
 
UNICODE_TABLE_STYLE - Static variable in enum org.refcodes.textual.TableStyle
Style supported Unicode capable terminals (when not being under test).
UNICODE_TEXT_BOX_STYLE - Static variable in enum org.refcodes.textual.TextBoxStyle
Style supported Unicode capable terminals (when not being under test).
UPPER - org.refcodes.textual.Case
 
UPPER_CASE - org.refcodes.textual.RandomTextMode
Represents a charset consisting of only upper case letters.
UPPER_CASE_ALPHANUMERIC - org.refcodes.textual.RandomTextMode
Represents a charset consisting of only upper case characters as well as of the digits 0 to 9.

V

valueOf(String) - Static method in enum org.refcodes.textual.AsciiArtMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.textual.Case
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.textual.CaseStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.textual.ColumnWidthType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.textual.CsvEscapeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.textual.EscapeTextMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.textual.FontFamily
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.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.TextBoxStyle
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.VertAlignTextMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.refcodes.textual.AsciiArtMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.textual.Case
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.textual.CaseStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.textual.ColumnWidthType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.textual.CsvEscapeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.textual.EscapeTextMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.textual.FontFamily
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.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.TextBoxStyle
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.VertAlignTextMode
Returns an array containing the constants of this enum type, in the order they are declared.
VerboseTextBuilder - Class 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).
VerboseTextBuilder() - Constructor for class org.refcodes.textual.VerboseTextBuilder
 
VertAlignTextBuilder - Class 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.
VertAlignTextBuilder() - Constructor for class org.refcodes.textual.VertAlignTextBuilder
 
VertAlignTextMode - Enum in org.refcodes.textual
The VertAlignTextMode specifies how to arrange a text block in an available area.
VertAlignTextModeAccessor - Interface in org.refcodes.textual
Provides an accessor for a vertical align text mode property.
VertAlignTextModeAccessor.VertAlignTextModeBuilder<B extends VertAlignTextModeAccessor.VertAlignTextModeBuilder<B>> - Interface in org.refcodes.textual
Provides a builder method for a vertical align text mode property returning the builder for applying multiple build operations.
VertAlignTextModeAccessor.VertAlignTextModeMutator - Interface in org.refcodes.textual
Provides a mutator for a vertical align text mode property.
VertAlignTextModeAccessor.VertAlignTextModeProperty - Interface in org.refcodes.textual
Provides a vertical align text mode property.

W

WINDOWS_TABLE_STYLE - Static variable in enum org.refcodes.textual.TableStyle
Style displayed for sure when being on a Windows machine.
WINDOWS_TEXT_BOX_STYLE - Static variable in enum org.refcodes.textual.TextBoxStyle
Style displayed for sure when being on a Windows machine.
withAsciiArtMode(AsciiArtMode) - Method in class org.refcodes.textual.AsciiArtBuilder
Sets the ASCII-Art mode for the ASCII_HEADER_ASCII_BODY art mode property.
withAsciiColorPalette(AsciiColorPalette) - Method in class org.refcodes.textual.AsciiArtBuilder
Sets the ASCII_HEADER_ASCII_BODY color palette for the ASCII_HEADER_ASCII_BODY color palette property.
withAsciiColors(char...) - Method in class org.refcodes.textual.AsciiArtBuilder
Sets the ASCII_HEADER_ASCII_BODY colors for the ASCII_HEADER_ASCII_BODY colors property.
withAsciiColors(String) - Method in class org.refcodes.textual.AsciiArtBuilder
Sets the ASCII_HEADER_ASCII_BODY colors for the ASCII_HEADER_ASCII_BODY colors property.
withBorderChar(char) - Method in class org.refcodes.textual.TextBorderBuilder
Sets the border char for the border char property.
withBorderEscapeCode(String) - Method in class 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 class org.refcodes.textual.TextBorderBuilder
Sets the border width for the border width property.
withBoxBorderMode(BoxBorderMode) - Method in class org.refcodes.textual.TextBorderBuilder
withCase(Case) - Method in interface org.refcodes.textual.CaseAccessor.CaseBuilder
Sets the rows Case to use returns this builder as of the Builder-Pattern.
withCase(Case) - Method in class org.refcodes.textual.CaseStyleBuilder
Sets the rows Case to use returns this builder as of the Builder-Pattern.
withCharSet(char[]) - Method in class org.refcodes.textual.RandomTextGenerartor
withCollectionHead(Character) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the String to be used for the begin of a collection.
withColumnFormatMetrics(ColumnFormatMetrics) - Method in class 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.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.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.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.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 class org.refcodes.textual.AsciiArtBuilder
withColumnWidth(int) - Method in interface org.refcodes.textual.ColumnFormatMetrics
withColumnWidth(int) - Method in class org.refcodes.textual.ColumnFormatMetricsImpl
withColumnWidth(int) - Method in interface org.refcodes.textual.ColumnSetupMetrics
withColumnWidth(int) - Method in class org.refcodes.textual.ColumnSetupMetricsImpl
withColumnWidth(int) - Method in class org.refcodes.textual.ColumnWidthMetricsImpl
withColumnWidth(int) - Method in class org.refcodes.textual.HorizAlignTextBuilder
withColumnWidth(int) - Method in class org.refcodes.textual.MoreTextBuilder
withColumnWidth(int) - Method in class org.refcodes.textual.RandomTextGenerartor
withColumnWidth(int) - Method in class 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.
withColumnWidth(int) - Method in class org.refcodes.textual.TextBlockBuilder
withColumnWidth(int) - Method in class org.refcodes.textual.TextLineBuilder
withColumnWidth(int, ColumnWidthType) - Method in class org.refcodes.textual.TableBuilder
Sets the current column's (the last added one with the TableBuilder.addColumn() method) width and returns this TableBuilder instance as of the Builder-Pattern.
withColumnWidthMetrics(ColumnWidthMetrics) - Method in class org.refcodes.textual.TableBuilder
Sets the current column's (the last added one with the TableBuilder.addColumn() method) width and returns this TableBuilder instance as of the Builder-Pattern.
withColumnWidthType(ColumnWidthType) - Method in interface org.refcodes.textual.ColumnFormatMetrics
With column width type.
withColumnWidthType(ColumnWidthType) - Method in interface org.refcodes.textual.ColumnSetupMetrics
With column width type.
withColumnWidthType(ColumnWidthType) - Method in interface org.refcodes.textual.ColumnWidthMetrics
With column width type.
withCommentPrefixes(String...) - Method in class org.refcodes.textual.CsvBuilder
Sets the prefixes used to identify CSV lines to be ignored.
withCommentPrefixes(String...) - Method in interface org.refcodes.textual.CsvMixin
Sets the prefixes used to identify CSV lines to be ignored.
withCsvEscapeMode(CsvEscapeMode) - Method in class org.refcodes.textual.CsvBuilder
Sets the rows CsvEscapeMode to use returns this builder as of the Builder-Pattern.
withCsvEscapeMode(CsvEscapeMode) - Method in interface org.refcodes.textual.CsvEscapeModeAccessor.CsvEscapeModeBuilder
Sets the rows CsvEscapeMode to use returns this builder as of the Builder-Pattern.
withDelimiter(char) - Method in class org.refcodes.textual.CsvBuilder
withDividerLine(boolean) - Method in class org.refcodes.textual.TableBuilder
Sets whether to print the divider line between the columns of a row and returns this TableBuilder instance as of the Builder-Pattern.
withElements(boolean[]) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the CSV elements for the CSV elements property.
withElements(byte[]) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the CSV elements for the CSV elements property.
withElements(char[]) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the CSV elements for the CSV elements property.
withElements(double[]) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the CSV elements for the CSV elements property.
withElements(float[]) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the CSV elements for the CSV elements property.
withElements(int[]) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the CSV elements for the CSV elements property.
withElements(long[]) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the CSV elements for the CSV elements property.
withElements(short[]) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the CSV elements for the CSV elements property.
withElements(Object) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the elements for the elements property.
withElements(Object[]) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the elements for the elements property.
withElements(Collection<?>) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the elements for the elements property.
withElements(Map<?, ?>) - Method in class org.refcodes.textual.VerboseTextBuilder
Sets the elements for the elements property.
withEscapeCode(String) - Method in interface org.refcodes.textual.ColumnFormatMetrics
Sets an ANSI Escape-Code for the header and the rows and returns this ColumnFormatMetrics instance as of the Builder-Pattern.
withEscapeCode(String) - Method in interface org.refcodes.textual.ColumnSetupMetrics
Sets an ANSI Escape-Code for the header and the rows and returns this ColumnFormatMetrics instance as of the Builder-Pattern.
withEscapeCode(String) - Method in class 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
Sets an ANSI Escape-Code factory for the header and the rows and returns this ColumnFormatMetrics instance as of the Builder-Pattern.
withEscapeCodesEnabled(boolean) - Method in class 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
With escape properties.
withEscapeTextMode(EscapeTextMode) - Method in interface org.refcodes.textual.EscapeTextBuilder
Sets the escape text mode for the escape text mode property.
withFamily(FontFamily) - Method in class org.refcodes.textual.FontImpl
withFields(boolean...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
withFields(byte...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
withFields(char...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
withFields(double...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
withFields(float...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
withFields(int...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
withFields(long...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
withFields(short...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
withFields(Boolean...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
withFields(Byte...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
withFields(Character...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
withFields(Double...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
withFields(Float...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
withFields(Integer...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
withFields(Long...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
withFields(Object...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
withFields(Short...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
withFields(String...) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
withFields(Collection<Object>) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV elements for the CSV elements property.
withFillChar(char) - Method in interface org.refcodes.textual.FillCharAccessor.FillCharBuilder
Sets the fill char for the fill char property.
withFillChar(char) - Method in class org.refcodes.textual.HorizAlignTextBuilder
Sets the fill char for the fill char property.
withFillChar(char) - Method in class org.refcodes.textual.TextBlockBuilder
Sets the fill char for the fill char property.
withFillChar(char) - Method in class org.refcodes.textual.VertAlignTextBuilder
Sets the fill char for the fill char property.
withFindText(String) - Method in class org.refcodes.textual.ReplaceTextBuilder
Sets the find text for the find text property.
withFont(Font) - Method in class org.refcodes.textual.AsciiArtBuilder
Sets the font for the font property.
withFont(Font) - Method in interface org.refcodes.textual.FontAccessor.FontBuilder
Sets the font for the font property.
withFontFamily(FontFamily) - Method in class org.refcodes.textual.AsciiArtBuilder
Sets the font family for the font family property.
withFontFamily(FontFamily) - Method in interface org.refcodes.textual.FontFamilyAccessor.FontFamilyBuilder
Sets the font family for the font family property.
withFontName(String) - Method in class org.refcodes.textual.AsciiArtBuilder
Sets the font name for the font name property.
withFontName(String) - Method in interface org.refcodes.textual.FontNameAccessor.FontNameBuilder
Sets the font name for the font name property.
withFontSize(int) - Method in class org.refcodes.textual.AsciiArtBuilder
Sets the font style for the font style property.
withFontSize(int) - Method in interface org.refcodes.textual.FontSizeAccessor.FontSizeBuilder
Sets the font style for the font style property.
withFontStyle(FontStyle) - Method in class org.refcodes.textual.AsciiArtBuilder
Sets the font style for the font style property.
withFontStyle(FontStyle) - Method in interface org.refcodes.textual.FontStyleAccessor.FontStyleBuilder
Sets the font style for the font style property.
withHeaderColumnEscapeCode(String) - Method in class 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.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.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.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.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
Sets an ANSI Escape-Code for the header and returns this ColumnFormatMetrics instance as of the Builder-Pattern.
withHeaderEscapeCode(String) - Method in class 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
Sets an ANSI Escape-Code factory for the header and the rows and returns this ColumnFormatMetrics instance as of the Builder-Pattern.
withHeaderHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
Sets an alignment mode for the header and returns this ColumnFormatMetrics instance as of the Builder-Pattern.
withHeaderHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
Sets an alignment mode for the header and returns this ColumnFormatMetrics instance as of the Builder-Pattern.
withHeaderHorizAlignTextMode(HorizAlignTextMode) - Method in class 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
Sets a more-text mode for the header and returns this ColumnFormatMetrics instance as of the Builder-Pattern.
withHeaderMoreTextMode(MoreTextMode) - Method in class 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
Sets the SplitTextMode for the header and returns this ColumnFormatMetrics instance as of the Builder-Pattern.
withHeaderSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
Sets the SplitTextMode for the header and returns this ColumnFormatMetrics instance as of the Builder-Pattern.
withHeaderSplitTextMode(SplitTextMode) - Method in class 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
Sets the TextFormatMode for the header and returns this ColumnFormatMetrics instance as of the Builder-Pattern.
withHeaderTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
Sets the TextFormatMode for the header and returns this ColumnFormatMetrics instance as of the Builder-Pattern.
withHeaderTextFormatMode(TextFormatMode) - Method in class 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
Sets the horizontal align text mode for the horizontal align text mode property.
withHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
Sets the horizontal align text mode for the horizontal align text mode property.
withHorizAlignTextMode(HorizAlignTextMode) - Method in class 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.TableBuilder
Sets an overall alignment mode for the header and the rows and returns this TableBuilder instance as of the Builder-Pattern.
withHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.textual.TextBlockBuilder
Sets the align text mode for the align text mode property.
withImageFile(File) - Method in class org.refcodes.textual.AsciiArtBuilder
Sets the image file for the Pixmap property.
withLeftBorder(boolean) - Method in class 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.TableBuilder
Sets the required line break and returns this TableBuilder instance as of the Builder-Pattern.
withLineChar(char) - Method in class org.refcodes.textual.TextLineBuilder
Sets the line char for the line char property.
withMoreText(String) - Method in class org.refcodes.textual.MoreTextBuilder
Sets the more text for the more text property.
withMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
Sets the more-text mode for the more-text mode property.
withMoreTextMode(MoreTextMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
Sets the more-text mode for the more-text mode property.
withMoreTextMode(MoreTextMode) - Method in class 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 class 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
withName(String) - Method in class org.refcodes.textual.FontImpl
withOverwriteTextMode(OverwriteTextMode) - Method in class org.refcodes.textual.OverwriteTextBuilder
Sets the overwrite text mode for the overwrite text mode property.
withOverwritingText(String) - Method in class org.refcodes.textual.OverwriteTextBuilder
Sets the overwriting text for the overwriting text property.
withPixmapRatioMode(PixmapRatioMode) - Method in class org.refcodes.textual.AsciiArtBuilder
Sets the Pixmap ratio mode for the Pixmap ratio mode property.
withPrintStream(PrintStream) - Method in class 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 class org.refcodes.textual.RandomTextGenerartor
Sets the random text mode for the random text mode property.
withRecord(String) - Method in class org.refcodes.textual.CsvBuilder
Sets the CSV line for the CSV line property.
withReplaceText(String) - Method in class org.refcodes.textual.ReplaceTextBuilder
Sets the replace text for the replace text property.
withResetEscapeCode(String) - Method in class org.refcodes.textual.TableBuilder
Sets the ANSI reset Escape-Code for this TableBuilder instance as of the Builder-Pattern.
withRgbPixmap(RgbPixmap) - Method in class org.refcodes.textual.AsciiArtBuilder
Sets the Pixmap for the Pixmap property.
withRightBorder(boolean) - Method in class 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.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.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.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.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.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
Sets an ANSI Escape-Code for the rows and returns this ColumnFormatMetrics instance as of the Builder-Pattern.
withRowEscapeCode(String) - Method in class 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
Sets an ANSI Escape-Code factory for the row and the rows and returns this ColumnFormatMetrics instance as of the Builder-Pattern.
withRowHeight(int) - Method in class org.refcodes.textual.VertAlignTextBuilder
withRowHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
Sets an alignment mode for the row and returns this ColumnFormatMetrics instance as of the Builder-Pattern.
withRowHorizAlignTextMode(HorizAlignTextMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
Sets an alignment mode for the row and returns this ColumnFormatMetrics instance as of the Builder-Pattern.
withRowHorizAlignTextMode(HorizAlignTextMode) - Method in class 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
Sets a more-text mode for the row and returns this ColumnFormatMetrics instance as of the Builder-Pattern.
withRowMoreTextMode(MoreTextMode) - Method in class 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
Sets the SplitTextMode for the row and returns this ColumnFormatMetrics instance as of the Builder-Pattern.
withRowSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
Sets the SplitTextMode for the row and returns this ColumnFormatMetrics instance as of the Builder-Pattern.
withRowSplitTextMode(SplitTextMode) - Method in class 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
Sets the TextFormatMode for the row and returns this ColumnFormatMetrics instance as of the Builder-Pattern.
withRowTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
Sets the TextFormatMode for the row and returns this ColumnFormatMetrics instance as of the Builder-Pattern.
withRowTextFormatMode(TextFormatMode) - Method in class 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.TableBuilder
In case a value of -1 is provided, then the width is calculated dynamically from the individual columns' widths added together including any borders being specified.
withShow() - Method in interface org.refcodes.textual.ColumnSetupMetrics
withSize(int) - Method in class org.refcodes.textual.FontImpl
withSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.ColumnFormatMetrics
Sets the split-text mode for the split-text mode property.
withSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
Sets the split-text mode for the split-text mode property.
withSplitTextMode(SplitTextMode) - Method in interface org.refcodes.textual.SplitTextModeAccessor.SplitTextModeBuilder
Sets the split-text mode for the split-text mode property.
withSplitTextMode(SplitTextMode) - Method in class org.refcodes.textual.TableBuilder
Sets an overall line split mode for the header and the rows and returns this TableBuilder instance as of the Builder-Pattern.
withSplitTextMode(SplitTextMode) - Method in class org.refcodes.textual.TextBlockBuilder
Sets the split text mode for the split text mode property.
withStripChars(char...) - Method in class org.refcodes.textual.TruncateTextBuilder
Sets the truncate chars for the truncate chars property.
withStyle(FontStyle) - Method in class org.refcodes.textual.FontImpl
withTableStyle(TableStyle) - Method in class org.refcodes.textual.TableBuilder
Sets the TableStyle to use when printing and returns this TableBuilder instance as of the Builder-Pattern.
withTableStyle(TableStyle) - Method in interface org.refcodes.textual.TableStyleAccessor.TableStyleBuilder
Sets the rows TableStyle to use returns this builder as of the Builder-Pattern.
withText(String) - Method in class org.refcodes.textual.CaseStyleBuilder
withText(String...) - Method in interface org.refcodes.textual.ElementsAccessor.TextBuilder
Sets the text for the text property.
withText(String...) - Method in interface org.refcodes.textual.Text
Sets the text for the text property.
withText(String...) - Method in interface org.refcodes.textual.TextAccessor.TextBuilder
Sets the text for the text property.
withText(String...) - Method in class org.refcodes.textual.TruncateTextBuilder
Sets the String array for the text property.
withText(Collection<String>) - Method in interface org.refcodes.textual.TextAccessor.TextBuilder
Sets the text for the text property.
withTextBoxGrid(TextBoxGrid) - Method in class org.refcodes.textual.TextBorderBuilder
Sets the rows TextBoxGrid to use returns this builder as of the Builder-Pattern.
withTextBoxGrid(TextBoxGrid) - Method in interface org.refcodes.textual.TextBoxGridAccessor.TextBoxGridBuilder
Sets the rows TextBoxGrid to use returns this builder as of the Builder-Pattern.
withTextColumnEscapeCode(String) - Method in class 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.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
Sets the text-format mode for the text-format mode property.
withTextFormatMode(TextFormatMode) - Method in interface org.refcodes.textual.ColumnSetupMetrics
Sets the text-format mode for the text-format mode property.
withTextFormatMode(TextFormatMode) - Method in class 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.
withTrim(boolean) - Method in class org.refcodes.textual.CsvBuilder
withTruncateMode(TruncateMode) - Method in class org.refcodes.textual.TruncateTextBuilder
Sets the truncate text mode for the truncate text mode property.
withVertAlignTextMode(VertAlignTextMode) - Method in class 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
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2021. All rights reserved.