Uses of Package
jexer.bits
-
Packages that use jexer.bits Package Description jexer Jexer - Java Text User Interface libraryjexer.backend The interface between TApplication and user-facing I/O.jexer.bits Low-level data objects and utility functions that don't warrant their own separate package.jexer.effect Desktop and window effects.jexer.menu Menu bar support classes.jexer.tackboard Pixel-based overlays.jexer.terminal An ECMA-48 / ANSI X3.64 style terminal emulator.jexer.texteditor A basic text editor backend supporting word highlighting. -
Classes in jexer.bits used by jexer 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.CellTransform A CellTransform is a function applied to a cell and its location.Clipboard Clipboard provides convenience methods to copy text and images to and from a shared clipboard.ColorTheme ColorTheme is a collection of colors keyed by string.MnemonicString MnemonicString is used to render a string like "&File" into a highlighted 'F' and the rest of 'ile'. -
Classes in jexer.bits used by jexer.backend Class Description 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.CellTransform A CellTransform is a function applied to a cell and its location.Clipboard Clipboard provides convenience methods to copy text and images to and from a shared clipboard.ComplexCell ComplexCell represents a multi-codepoint glyph, as commonly used in color emojis, accented characters, and more. -
Classes in jexer.bits used by jexer.bits 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.Cell.Width How this cell needs to be displayed if it is part of a larger glyph.CellAttributes The attributes used by a Cell: color, bold, blink, etc.Color A text cell color.ComplexCell ComplexCell represents a multi-codepoint glyph, as commonly used in color emojis, accented characters, and more.GlyphMaker GlyphMaker presents unified interface to all of its supported fonts to clients.ImageUtils.DisplayMode Selections for approximating an image as text cells.ImageUtils.Scale Selections for fitting an image to the text cells. -
Classes in jexer.bits used by jexer.effect Class Description Cell This class represents a single text cell or bit of image on the screen.CellTransform A CellTransform is a function applied to a cell and its location. -
Classes in jexer.bits used by jexer.menu Class Description MnemonicString MnemonicString is used to render a string like "&File" into a highlighted 'F' and the rest of 'ile'. -
Classes in jexer.bits used by jexer.tackboard Class Description Animation An animation that can be displayed in an image. -
Classes in jexer.bits used by jexer.terminal Class Description 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.ComplexCell ComplexCell represents a multi-codepoint glyph, as commonly used in color emojis, accented characters, and more. -
Classes in jexer.bits used by jexer.texteditor Class Description CellAttributes The attributes used by a Cell: color, bold, blink, etc.