Uses of Class
org.apache.commons.cli.help.TextStyle
Packages that use TextStyle
-
Uses of TextStyle in org.apache.commons.cli.help
Classes in org.apache.commons.cli.help that implement interfaces with type arguments of type TextStyleModifier and TypeClassDescriptionstatic final classThe builder for the TextStyle.Fields in org.apache.commons.cli.help declared as TextStyleModifier and TypeFieldDescriptionstatic final TextStyleTextStyle.DEFAULTThe default style as generated by the default Builder.Methods in org.apache.commons.cli.help that return TextStyleMethods in org.apache.commons.cli.help that return types with arguments of type TextStyleMethods in org.apache.commons.cli.help with parameters of type TextStyleModifier and TypeMethodDescriptionTextHelpAppendable.makeColumnQueue(CharSequence columnData, TextStyle style) Creates a queue comprising strings extracted from columnData where the alignment and length are determined by the style.voidTextHelpAppendable.printWrapped(String text, TextStyle style) Prints wrapped text.TextStyle.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