CommandLine.Help.Ansi.Text |
CommandLine.Help.Ansi.Text.append(String string) |
Returns a new Text instance with the specified text appended.
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.Ansi.Text.append(CommandLine.Help.Ansi.Text other) |
Returns a new Text instance with the specified text appended.
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.Ansi.apply(String plainText,
List<CommandLine.Help.Ansi.IStyle> styles) |
Returns a new Text object where all the specified styles are applied to the full length of the
specified plain text.
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.TextTable.cellAt(int row,
int col) |
Deprecated.
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.ColorScheme.commandText(String command) |
Returns a Text with all command styles applied to the specified command string.
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.ColorScheme.optionParamText(String optionParam) |
Returns a Text with all optionParam styles applied to the specified optionParam string.
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.ColorScheme.optionText(String option) |
Returns a Text with all option styles applied to the specified option string.
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.ColorScheme.parameterText(String parameter) |
Returns a Text with all parameter styles applied to the specified parameter string.
|
CommandLine.Help.Ansi.Text[][] |
CommandLine.Help.IOptionRenderer.render(CommandLine.Option option,
Field field,
CommandLine.Help.IParamLabelRenderer parameterLabelRenderer,
CommandLine.Help.ColorScheme scheme) |
Returns a text representation of the specified Option and the Field that captures the option value.
|
CommandLine.Help.Ansi.Text[][] |
CommandLine.Help.IParameterRenderer.render(CommandLine.Parameters parameters,
Field field,
CommandLine.Help.IParamLabelRenderer parameterLabelRenderer,
CommandLine.Help.ColorScheme scheme) |
Returns a text representation of the specified Parameters and the Field that captures the parameter values.
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.IParamLabelRenderer.renderParameterLabel(Field field,
CommandLine.Help.Ansi ansi,
List<CommandLine.Help.Ansi.IStyle> styles) |
Returns a text rendering of the Option parameter or positional parameter; returns an empty string
"" if the option is a boolean and does not take a parameter.
|
CommandLine.Help.Ansi.Text[] |
CommandLine.Help.Ansi.Text.splitLines() |
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.Ansi.Text.substring(int start) |
Returns a new Text instance that is a substring of this Text.
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.Ansi.Text.substring(int start,
int end) |
Returns a new Text instance that is a substring of this Text.
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.TextTable.textAt(int row,
int col) |
Returns the Text slot at the specified row and column to write a text value into.
|