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 Tackboard
TApplication. overlay
The pixel-based overlay.protected Tackboard
TWindow. overlay
A means of drawing arbitrary items on top of all widgets on this window.protected Tackboard
TWindow. underlay
A means of drawing arbitrary items underneath all widgets on this window.Methods in jexer that return Tackboard Modifier and Type Method Description Tackboard
TApplication. 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 void
TackboardItem. setTackboard(Tackboard tackboard)
Set the tackboard this item is on.
-