Uses of Class
squidpony.panel.IColoredString.Bucket
| Package | Description |
|---|---|
| squidpony.panel |
Interfaces for panels in GUIs/TUIs; these do not depend on any particular implementation of a color type.
|
-
Uses of IColoredString.Bucket in squidpony.panel
Fields in squidpony.panel with type parameters of type IColoredString.Bucket Modifier and Type Field Description protected ArrayList<IColoredString.Bucket<T>>IColoredString.Impl. fragmentsMethods in squidpony.panel that return IColoredString.Bucket Modifier and Type Method Description IColoredString.Bucket<T>IColoredString.Bucket. append(String text)IColoredString.Bucket<T>IColoredString.Bucket. setColor(T t)IColoredString.Bucket<T>IColoredString.Bucket. setLength(int l)Methods in squidpony.panel that return types with arguments of type IColoredString.Bucket Modifier and Type Method Description ArrayList<IColoredString.Bucket<T>>IColoredString. getFragments()Gets the Buckets as an ArrayList, allowing access by index instead of byIterable.iterator().ArrayList<IColoredString.Bucket<T>>IColoredString.Impl. getFragments()Gets the Buckets as an ArrayList, allowing access by index instead of byIColoredString.Impl.iterator().ListIterator<IColoredString.Bucket<T>>IColoredString.Impl. iterator()Methods in squidpony.panel with parameters of type IColoredString.Bucket Modifier and Type Method Description voidIColoredString.Impl. append(IColoredString.Bucket<T> bucket)