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 | Class and Description |
---|---|
static class |
IMarkup.StringMarkup |
Modifier and Type | Method and Description |
---|---|
String |
IColoredString.presentWithMarkup(IMarkup<T> markup)
Given some way of converting from a T value to an in-line markup tag, returns a string representation of
this IColoredString with in-line markup representing colors.
|
String |
IColoredString.Impl.presentWithMarkup(IMarkup<T> markup)
Given some way of converting from a T value to an in-line markup tag, returns a string representation of
this IColoredString with in-line markup representing colors.
|
Copyright © 2012–2016. All rights reserved.