Package | Description |
---|---|
com.googlecode.lanterna.gui2 |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWindowDecorationRenderer
Default window decoration renderer that is used unless overridden with another decoration renderer.
|
class |
EmptyWindowDecorationRenderer
Implementation of WindowDecorationRenderer that is doesn't render any window decorations
|
Modifier and Type | Method and Description |
---|---|
WindowDecorationRenderer |
WindowManager.getWindowDecorationRenderer(Window window)
Returns the
WindowDecorationRenderer for a particular window |
WindowDecorationRenderer |
DefaultWindowManager.getWindowDecorationRenderer(Window window) |
Constructor and Description |
---|
DefaultWindowManager(WindowDecorationRenderer windowDecorationRenderer)
Creates a new
DefaultWindowManager with a specific window decoration renderer. |
DefaultWindowManager(WindowDecorationRenderer windowDecorationRenderer,
TerminalSize initialScreenSize)
Creates a new
DefaultWindowManager using a specified windowDecorationRenderer for drawing window
decorations. |
Copyright © 2016. All rights reserved.