Package | Description |
---|---|
com.googlecode.lanterna.gui2 |
Modifier and Type | Class and Description |
---|---|
class |
WindowShadowRenderer
This WindowPostRenderer implementation draws a shadow under the window
|
Modifier and Type | Method and Description |
---|---|
WindowPostRenderer |
WindowBasedTextGUI.getWindowPostRenderer()
Returns the
WindowPostRenderer for this WindowBasedTextGUI |
WindowPostRenderer |
MultiWindowTextGUI.getWindowPostRenderer() |
Constructor and Description |
---|
MultiWindowTextGUI(Screen screen,
WindowManager windowManager,
WindowPostRenderer postRenderer,
Component background)
Creates a new
MultiWindowTextGUI that uses the specified Screen as the backend for all drawing
operations. |
MultiWindowTextGUI(TextGUIThreadFactory guiThreadFactory,
Screen screen,
WindowManager windowManager,
WindowPostRenderer postRenderer,
Component background)
Creates a new
MultiWindowTextGUI that uses the specified Screen as the backend for all drawing
operations. |
Copyright © 2016. All rights reserved.