Package jexer.bits
Low-level data objects and utility functions that don't warrant their own
separate package.
-
Class Summary Class Description Cell This class represents a single text cell or bit of image on the screen.CellAttributes The attributes used by a Cell: color, bold, blink, etc.Clipboard Clipboard provides convenience methods to copy text and images to and from a shared clipboard.Color A text cell color.ColorTheme ColorTheme is a collection of colors keyed by string.GraphicsChars This class contains a collection of special characters used by the windowing system and the mappings from CP437 to Unicode.ImageUtils ImageUtils contains methods to: - Check if an image is fully transparent.MnemonicString MnemonicString is used to render a string like "&File" into a highlighted 'F' and the rest of 'ile'.StringUtils StringUtils contains methods to: - Convert one or more long lines of strings into justified text paragraphs.WidgetUtils WidgetUtils contains methods to: - Tile windows. -
Enum Summary Enum Description Cell.Width How this cell needs to be displayed if it is part of a larger glyph.