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
Subclasses with type arguments of type StringUtils.Clipping in org.tquadrat.foundation.utilModifier and TypeClassDescriptionstatic enumThe clipping mode that is used for the methodStringUtils.pad(CharSequence,int,char,Padding,Clipping)Methods in org.tquadrat.foundation.util that return StringUtils.ClippingModifier and TypeMethodDescriptionstatic StringUtils.ClippingReturns 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 StringStringUtils.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.
