Uses of Interface
squidpony.panel.IMarkup
| Package | Description |
|---|---|
| squidpony.panel |
Interfaces for panels in GUIs/TUIs; these do not depend on any particular implementation of a color type.
|
-
Uses of IMarkup in squidpony.panel
Classes in squidpony.panel that implement IMarkup Modifier and Type Class Description static classIMarkup.StringMarkupProbably not that useful on its own, but may be good as an example.Methods in squidpony.panel with parameters of type IMarkup Modifier and Type Method Description StringIColoredString.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.StringIColoredString. 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.