Uses of Class
org.openxava.util.Align
-
Packages that use Align Package Description org.openxava.util -
-
Uses of Align in org.openxava.util
Fields in org.openxava.util declared as Align Modifier and Type Field Description static Align
Align. CENTER
static Align
Align. DEFAULT
static Align
Align. LEFT
static Align
Align. RIGHT
Methods in org.openxava.util that return Align Modifier and Type Method Description static Align
Align. get(int code)
Obtain align associated to indicated code.static Align[]
Align. getAll()
All available aligns.Methods in org.openxava.util with parameters of type Align Modifier and Type Method Description static java.lang.String
Strings. fix(java.lang.String string, int length, Align align)
Fix the length of the string filling with spaces if needed.static java.lang.String
Strings. fix(java.lang.String string, int length, Align align, char fillCharacter)
Fix the length of the string filling with the specified character if needed.
-