Uses of Class
jexer.TText.Justification
-
Packages that use TText.Justification Package Description jexer Jexer - Java Text User Interface library -
-
Uses of TText.Justification in jexer
Methods in jexer that return TText.Justification Modifier and Type Method Description static TText.Justification
TText.Justification. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TText.Justification[]
TText.Justification. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jexer with parameters of type TText.Justification Modifier and Type Method Description void
TText. setJustification(TText.Justification justification)
Set justification.
-