Uses of Class
com.googlecode.lanterna.TerminalRectangle
Packages that use TerminalRectangle
-
Uses of TerminalRectangle in com.googlecode.lanterna
Methods in com.googlecode.lanterna that return TerminalRectangleModifier and TypeMethodDescriptionTerminalRectangle.withColumns
(int columns) Creates a new rect based on this rect, but with a different widthTerminalRectangle.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 TerminalRectangleModifier and TypeMethodDescriptiondefault 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)