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 TerminalRectangle
TerminalRectangle. withColumns(int columns)
Creates a new rect based on this rect, but with a different widthTerminalRectangle
TerminalRectangle. 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 TerminalRectangle
Window. getBounds()
Return the last known size of the window including window decoration and the window position as a TerminalRectangle.default TerminalRectangle
WindowDecorationRenderer. getTitleBarRectangle(Window window)
-