Uses of Enum Class
tigase.util.StringUtilities.JUSTIFY
Packages that use StringUtilities.JUSTIFY
-
Uses of StringUtilities.JUSTIFY in tigase.util
Subclasses with type arguments of type StringUtilities.JUSTIFY in tigase.utilMethods in tigase.util that return StringUtilities.JUSTIFYModifier and TypeMethodDescriptionstatic StringUtilities.JUSTIFYReturns 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 StringBuilderStringUtilities.padString(StringBuilder sb, String text, StringUtilities.JUSTIFY justify, int width, char padChar, String leftBracket, String rightBracket) static StringBuilderStringUtilities.padStringToColumn(StringBuilder sb, String text, StringUtilities.JUSTIFY justify, int column, char padChar, String leftBracket, String rightBracket)