Uses of Class
squidpony.panel.IColoredString.Impl
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.Impl in squidpony.panel
Methods in squidpony.panel that return IColoredString.Impl Modifier and Type Method 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(String s)
A convenience method, equivalent tocreate(s, null)
.static <T> IColoredString.Impl<T>
IColoredString.Impl. create(String s, T t)
A static constructor, to avoid having to write<T>
in the caller.