Package | Description |
---|---|
squidpony.panel |
Interfaces for panels in GUIs/TUIs; these do not depend on any particular implementation of a color type.
|
Modifier and Type | Field and Description |
---|---|
protected LinkedList<IColoredString.Bucket<T>> |
IColoredString.Impl.fragments |
Modifier and Type | Method and Description |
---|---|
IColoredString.Bucket<T> |
IColoredString.Bucket.append(String text) |
IColoredString.Bucket<T> |
IColoredString.Bucket.setLength(int l) |
Modifier and Type | Method and Description |
---|---|
Iterator<IColoredString.Bucket<T>> |
IColoredString.Impl.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
IColoredString.Impl.append(IColoredString.Bucket<T> bucket) |
Copyright © 2012–2016. All rights reserved.