Encapsulates a string with associated ANSI colors and text decorations.
Contains some basic string methods, as well as some ansi methods to e.g.
apply particular colors or other decorations to particular sections of
the Ansi.Str. render flattens it out into a java.lang.String
with all the colors present as ANSI escapes.
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Encapsulates a string with associated ANSI colors and text decorations.
Contains some basic string methods, as well as some ansi methods to e.g. apply particular colors or other decorations to particular sections of the Ansi.Str. render flattens it out into a
java.lang.String
with all the colors present as ANSI escapes.