Uses of Class
org.apache.commons.cli.help.TextStyle.Alignment
-
Packages that use TextStyle.Alignment Package Description org.apache.commons.cli.help The help production system. -
-
Uses of TextStyle.Alignment in org.apache.commons.cli.help
Methods in org.apache.commons.cli.help that return TextStyle.Alignment Modifier and Type Method Description TextStyle.AlignmentTextStyle. getAlignment()Gets the alignment.static TextStyle.AlignmentTextStyle.Alignment. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TextStyle.Alignment[]TextStyle.Alignment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.cli.help with parameters of type TextStyle.Alignment Modifier and Type Method Description TextStyle.BuilderTextStyle.Builder. setAlignment(TextStyle.Alignment alignment)Sets the alignment.
-