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 voidTWindow. addOverlay(TackboardItem item)Add a tackboard item to the overlay.voidTWindow. 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 classBitmapBitmap is a raw bitmap image.classMousePointerMousePointer is a Bitmap with a hotspot location to represent the "tip" of a mouse icon.classTextText 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 voidTackboard. addItem(TackboardItem item)Add an item to the board.intTackboardItem. compareTo(TackboardItem that)Comparison operator.
-