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. convertObText
Methods in squidpony that return ObText Modifier and Type Method Description static ObText
ObText. 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).ObText
ObText. parse(CharSequence text)
Parses the given text (a String or other CharSequence) and appends it into this ObText.