Uses of Class
com.fizzed.crux.util.TextTable.Align
-
-
Uses of TextTable.Align in com.fizzed.crux.util
Methods in com.fizzed.crux.util that return TextTable.Align Modifier and Type Method Description TextTable.AlignTextTable.Column. getAlign()static TextTable.AlignTextTable.Align. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TextTable.Align[]TextTable.Align. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.fizzed.crux.util with parameters of type TextTable.Align Modifier and Type Method Description static TextTable.ColumnTextTable.Column. column(java.lang.String name, TextTable.Align align, int width)TextTable.ColumnTextTable.Column. setAlign(TextTable.Align align)
-