Uses of Class
org.openbase.jul.processing.StringProcessor.Alignment
-
-
Uses of StringProcessor.Alignment in org.openbase.jul.processing
Methods in org.openbase.jul.processing that return StringProcessor.Alignment Modifier and Type Method Description static StringProcessor.Alignment
StringProcessor.Alignment. valueOf(String name)
Returns the enum constant of this type with the specified name.static StringProcessor.Alignment[]
StringProcessor.Alignment. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openbase.jul.processing with parameters of type StringProcessor.Alignment Modifier and Type Method Description static String
StringProcessor. fillWithSpaces(String input, int lenght, StringProcessor.Alignment textAlignment)
Method fills the given input string with width-spaces until the given string length is reached.
-