Uses of Class
com.googlecode.lanterna.TerminalRectangle
-
Packages that use TerminalRectangle Package Description com.googlecode.lanterna com.googlecode.lanterna.gui2 -
-
Uses of TerminalRectangle in com.googlecode.lanterna
Methods in com.googlecode.lanterna that return TerminalRectangle Modifier and Type Method Description TerminalRectangleTerminalRectangle. withColumns(int columns)Creates a new rect based on this rect, but with a different widthTerminalRectangleTerminalRectangle. withRows(int rows)Creates a new rect based on this rect, but with a different height -
Uses of TerminalRectangle in com.googlecode.lanterna.gui2
Methods in com.googlecode.lanterna.gui2 that return TerminalRectangle Modifier and Type Method Description default TerminalRectangleWindow. getBounds()Return the last known size of the window including window decoration and the window position as a TerminalRectangle.default TerminalRectangleWindowDecorationRenderer. getTitleBarRectangle(Window window)
-