Uses of Enum Class
tigase.util.StringUtilities.JUSTIFY
Packages that use StringUtilities.JUSTIFY
-
Uses of StringUtilities.JUSTIFY in tigase.util
Methods in tigase.util that return StringUtilities.JUSTIFYModifier and TypeMethodDescriptionstatic StringUtilities.JUSTIFY
Returns the enum constant of this class with the specified name.static StringUtilities.JUSTIFY[]
StringUtilities.JUSTIFY.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in tigase.util with parameters of type StringUtilities.JUSTIFYModifier and TypeMethodDescriptionstatic StringBuilder
StringUtilities.padString
(StringBuilder sb, String text, StringUtilities.JUSTIFY justify, int width, char padChar, String leftBracket, String rightBracket) static StringBuilder
StringUtilities.padStringToColumn
(StringBuilder sb, String text, StringUtilities.JUSTIFY justify, int column, char padChar, String leftBracket, String rightBracket)