Package | Description |
---|---|
com.googlecode.lanterna.graphics | |
com.googlecode.lanterna.gui2 |
Modifier and Type | Class and Description |
---|---|
class |
PropertiesTheme
This implementation of Theme reads its definitions from a
Properties object. |
Modifier and Type | Method and Description |
---|---|
Theme |
ThemedTextGraphics.getTheme()
Returns the
Theme object active on this ThemedTextGraphics |
Theme |
ImmutableThemedTextGraphics.getTheme()
Returns the theme associated with this
ImmutableThemedTextGraphics |
Modifier and Type | Method and Description |
---|---|
ImmutableThemedTextGraphics |
ImmutableThemedTextGraphics.withTheme(Theme theme)
Returns a new
ImmutableThemedTextGraphics that targets the same backend but with another theme |
Constructor and Description |
---|
ImmutableThemedTextGraphics(TextGraphics backend,
Theme theme)
Creates a new
ImmutableThemedTextGraphics with a specified backend for all drawing operations and a
theme. |
Modifier and Type | Method and Description |
---|---|
Theme |
TextGUIGraphics.getTheme() |
Modifier and Type | Method and Description |
---|---|
void |
TextGUI.setTheme(Theme theme)
Sets the global theme to be used by this TextGUI.
|
void |
AbstractTextGUI.setTheme(Theme theme) |
TextGUIGraphics |
TextGUIGraphics.withTheme(Theme theme)
Returns a new
TextGUIGraphics object that has another theme attached to it |
Copyright © 2016. All rights reserved.