Uses of Enum Class
org.tquadrat.foundation.util.StringUtils.Clipping
Packages that use StringUtils.Clipping
Package
Description
The utility classes provided for the Foundation
library.
-
Uses of StringUtils.Clipping in org.tquadrat.foundation.util
Methods in org.tquadrat.foundation.util that return StringUtils.ClippingModifier and TypeMethodDescriptionstatic StringUtils.Clipping
Returns the enum constant of this class with the specified name.static StringUtils.Clipping[]
StringUtils.Clipping.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tquadrat.foundation.util with parameters of type StringUtils.ClippingModifier and TypeMethodDescriptionstatic final String
StringUtils.pad
(CharSequence input, int length, char c, StringUtils.Padding mode, StringUtils.Clipping clip) Brings the given string to the given length and uses the provided padding character to fill up the string.