Uses of Interface
squidpony.panel.IColoredString
| Package | Description |
|---|---|
| squidpony |
Utilities that don't fit elsewhere in SquidLib; mostly text manipulation, compression, and helper code.
|
| squidpony.panel |
Interfaces for panels in GUIs/TUIs; these do not depend on any particular implementation of a color type.
|
-
Uses of IColoredString in squidpony
Methods in squidpony that return IColoredString Modifier and Type Method Description IColoredString<T>IColorCenter. filter(IColoredString<T> ics)IColoredString<T>IColorCenter.Skeleton. filter(IColoredString<T> ics)Methods in squidpony with parameters of type IColoredString Modifier and Type Method Description voidColoredStringList. addText(IColoredString<T> text)Appendstexttothis.voidColoredStringList. addTextOnNewLine(IColoredString<T> text)IColoredString<T>IColorCenter. filter(IColoredString<T> ics)IColoredString<T>IColorCenter.Skeleton. filter(IColoredString<T> ics)Method parameters in squidpony with type arguments of type IColoredString Modifier and Type Method Description voidColoredStringList. addAllText(Collection<? extends IColoredString<T>> texts)Contrary toCollection.addAll(Collection), this method appends text to the current text, without inserting new lines.voidColoredStringList. addOnNewLine(Collection<? extends IColoredString<T>> texts)Addstextstothis, starting a new line for the first one. -
Uses of IColoredString in squidpony.panel
Classes in squidpony.panel that implement IColoredString Modifier and Type Class Description static classIColoredString.Impl<T>A basic implementation ofIColoredString.Methods in squidpony.panel that return IColoredString Modifier and Type Method Description IColoredString<T>IColoredString.Impl. justify(int width)IColoredString<T>IColoredString. justify(int width)This method does NOT guarantee that the result's length iswidth.Methods in squidpony.panel that return types with arguments of type IColoredString Modifier and Type Method Description List<IColoredString<T>>IColoredString.Impl. wrap(int width)List<IColoredString<T>>IColoredString.Impl. wrap(int width, List<IColoredString<T>> buf)List<IColoredString<T>>IColoredString. wrap(int width)List<IColoredString<T>>IColoredString. wrap(int width, List<IColoredString<T>> buf)Methods in squidpony.panel with parameters of type IColoredString Modifier and Type Method Description voidIColoredString. append(IColoredString<T> other)Mutatesthisby appendingotherto it.voidIColoredString.Impl. append(IColoredString<T> other)static <T> IColoredString.Impl<T>IColoredString.Impl. clone(IColoredString<T> toClone)static <T> booleanIColoredString.Impl. equals(IColoredString<T> one, IColoredString<T> two)Method parameters in squidpony.panel with type arguments of type IColoredString Modifier and Type Method Description List<IColoredString<T>>IColoredString.Impl. wrap(int width, List<IColoredString<T>> buf)List<IColoredString<T>>IColoredString. wrap(int width, List<IColoredString<T>> buf)