Uses of Class
org.refcodes.textual.TruncateTextBuilder
-
Uses of TruncateTextBuilder in org.refcodes.textual
Subclasses with type arguments of type TruncateTextBuilder in org.refcodes.textualModifier and TypeClassDescriptionclass
Strips given characters from text's left hand side or right hand side or both.Classes in org.refcodes.textual that implement interfaces with type arguments of type TruncateTextBuilderModifier and TypeClassDescriptionclass
Strips given characters from text's left hand side or right hand side or both.Methods in org.refcodes.textual that return TruncateTextBuilderModifier and TypeMethodDescriptionTruncateTextBuilder.withStripChars
(char... aStripChars) Sets the truncate chars for the truncate chars property.Sets theString
array for the text property.TruncateTextBuilder.withTruncateMode
(org.refcodes.mixin.TruncateMode aTruncateTextMode) Sets the truncate text mode for the truncate text mode property.