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 | Method and Description |
---|---|
static <T> IColoredString.Impl<T> |
IColoredString.Impl.clone(IColoredString<T> toClone) |
static <T> IColoredString.Impl<T> |
IColoredString.Impl.create()
A static constructor, to avoid having to write
<T> in the
caller. |
static <T> IColoredString.Impl<T> |
IColoredString.Impl.create(java.lang.String s)
A convenience method, equivalent to
create(s, null) . |
static <T> IColoredString.Impl<T> |
IColoredString.Impl.create(java.lang.String s,
T t)
A static constructor, to avoid having to write
<T> in the
caller. |
Copyright © Eben Howard 2012–2022. All rights reserved.