Uses of Class
jexer.tackboard.Tackboard
-
Packages that use Tackboard Package Description jexer Jexer - Java Text User Interface libraryjexer.tackboard Pixel-based overlays. -
-
Uses of Tackboard in jexer
Fields in jexer declared as Tackboard Modifier and Type Field Description protected TackboardTApplication. overlayThe pixel-based overlay.protected TackboardTWindow. overlayA means of drawing arbitrary items on top of all widgets on this window.protected TackboardTWindow. underlayA means of drawing arbitrary items underneath all widgets on this window.Methods in jexer that return Tackboard Modifier and Type Method Description TackboardTApplication. getOverlay()Get the pixel-based overlay. -
Uses of Tackboard in jexer.tackboard
Methods in jexer.tackboard with parameters of type Tackboard Modifier and Type Method Description voidTackboardItem. setTackboard(Tackboard tackboard)Set the tackboard this item is on.
-