Uses of Interface
squidpony.panel.IMarkup

Packages that use 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 class  IMarkup.StringMarkup
    Probably 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
    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.
    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.