Uses of Package
squidpony.panel
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.
|
-
Classes in squidpony.panel used by squidpony Class Description IColoredString AString
divided in chunks of different colors. -
Classes in squidpony.panel used by squidpony.panel Class Description IColoredString AString
divided in chunks of different colors.IColoredString.Bucket A piece of aIColoredString
: a text and its color.IColoredString.Impl A basic implementation ofIColoredString
.IMarkup An interface that lets non-display code request some special rendering for aT
value, and an implementation can handle this appropriately in display code.