Uses of Class
squidpony.ObText
| Package | Description |
|---|---|
| squidpony |
Utilities that don't fit elsewhere in SquidLib; mostly text manipulation, compression, and helper code.
|
-
Uses of ObText in squidpony
Fields in squidpony with type parameters of type ObText Modifier and Type Field Description static StringConvert<ObText>Converters. convertObTextMethods in squidpony that return ObText Modifier and Type Method Description static ObTextObText. deserializeFromString(String data)Deserializes an ObText that was serialized byserializeToString()ortoString(), and will ignore the prefix and suffix that toString appends for readability (these are "ObText object: [[[[ " and " ]]]]", for reference).ObTextObText. parse(CharSequence text)Parses the given text (a String or other CharSequence) and appends it into this ObText.