| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2015–2017 openbase.org. All rights reserved.