Uses of Class
jexer.tackboard.TackboardItem
-
Packages that use TackboardItem Package Description jexer Jexer - Java Text User Interface libraryjexer.tackboard Pixel-based overlays. -
-
Uses of TackboardItem in jexer
Methods in jexer with parameters of type TackboardItem Modifier and Type Method Description void
TWindow. addOverlay(TackboardItem item)
Add a tackboard item to the overlay.void
TWindow. addUnderlay(TackboardItem item)
Add a tackboard item to the underlay. -
Uses of TackboardItem in jexer.tackboard
Subclasses of TackboardItem in jexer.tackboard Modifier and Type Class Description class
Bitmap
Bitmap is a raw bitmap image.class
MousePointer
MousePointer is a Bitmap with a hotspot location to represent the "tip" of a mouse icon.class
Text
Text is a raw bitmap image.Methods in jexer.tackboard that return types with arguments of type TackboardItem Modifier and Type Method Description java.util.List<TackboardItem>
Tackboard. getItems()
Get the list of items.Methods in jexer.tackboard with parameters of type TackboardItem Modifier and Type Method Description void
Tackboard. addItem(TackboardItem item)
Add an item to the board.int
TackboardItem. compareTo(TackboardItem that)
Comparison operator.
-