Package | Description |
---|---|
com.googlecode.lanterna.gui2 |
Modifier and Type | Class and Description |
---|---|
static class |
SameTextGUIThread.Factory
Default factory class for
SameTextGUIThread , you need to pass this to the TextGUI constructor if
you want it to use this class |
static class |
SeparateTextGUIThread.Factory
Factory class for creating SeparateTextGUIThread objects
|
Constructor and Description |
---|
AbstractTextGUI(TextGUIThreadFactory textGUIThreadFactory,
Screen screen)
Constructor for
AbstractTextGUI that requires a Screen and a factory for creating the GUI thread |
MultiWindowTextGUI(TextGUIThreadFactory guiThreadFactory,
Screen screen)
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.