Package jexer.bits
Low-level data objects and utility functions that don't warrant their own
separate package.
-
Interface Summary Interface Description CellTransform A CellTransform is a function applied to a cell and its location. -
Class Summary Class Description Animation An animation that can be displayed in an image.BorderStyle A text box border style.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.ColorEmojiGlyphMaker ColorEmojiGlyphMaker provides access to the color emoji image files located in "emojis/" on the classpath.ColorTheme ColorTheme is a collection of colors keyed by string.ComplexCell ComplexCell represents a multi-codepoint glyph, as commonly used in color emojis, accented characters, and more.ExtendedGraphemeClusterUtils ExtendedGraphemeClusterUtils implements most, but not all, of the grapheme cluster breaking rules of Unicode TR #29 section 3.1.1.GlyphMaker GlyphMaker presents unified interface to all of its supported fonts to clients.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.MathUtils MathUtils contains miscellaneous mathemathical computations.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.UnicodeGlyphImage UnicodeGlyphImage constructs a single character from the Unicode block-drawing elements ("Symbols For Legacy Computing") from a bitmap image.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.ImageUtils.DisplayMode Selections for approximating an image as text cells.ImageUtils.Scale Selections for fitting an image to the text cells.