Uses of Class
org.apache.commons.cli.help.TextStyle
-
Packages that use TextStyle Package Description org.apache.commons.cli.help The help production system. -
-
Uses of TextStyle in org.apache.commons.cli.help
Fields in org.apache.commons.cli.help declared as TextStyle Modifier and Type Field Description static TextStyleTextStyle. DEFAULTThe default style as generated by the default Builder.Methods in org.apache.commons.cli.help that return TextStyle Modifier and Type Method Description TextStyleTextStyle.Builder. get()Methods in org.apache.commons.cli.help that return types with arguments of type TextStyle Modifier and Type Method Description java.util.List<TextStyle>TableDefinition. columnTextStyles()Gets the list TextStyles.Methods in org.apache.commons.cli.help with parameters of type TextStyle Modifier and Type Method Description protected java.util.Queue<java.lang.String>TextHelpAppendable. makeColumnQueue(java.lang.CharSequence columnData, TextStyle style)Creates a queue comprising strings extracted from columnData where the alignment and length are determined by the style.voidTextHelpAppendable. printWrapped(java.lang.String text, TextStyle style)Prints wrapped text.TextStyle.BuilderTextStyle.Builder. setTextStyle(TextStyle style)Sets all properties from the given text style.Method parameters in org.apache.commons.cli.help with type arguments of type TextStyle Modifier and Type Method Description static TableDefinitionTableDefinition. from(java.lang.String caption, java.util.List<TextStyle> columnStyle, java.util.List<java.lang.String> headers, java.lang.Iterable<java.util.List<java.lang.String>> rows)A helper function to create a table instance from the various components.
-