Package | Description |
---|---|
com.googlecode.lanterna.graphics | |
com.googlecode.lanterna.gui2 |
Modifier and Type | Method and Description |
---|---|
ThemeStyle |
ThemeDefinition.getActive()
The "active" style of this definition, which can be used when a component is being directly interacted with
|
ThemeStyle |
ThemeDefinition.getCustom(String name)
Retrieves a custom ThemeStyle, if one is available by this name.
|
ThemeStyle |
ThemeDefinition.getInsensitive()
The insensitive style of this definition, which can be used when a component has been disabled or in some other
way isn't able to be interacted with.
|
ThemeStyle |
ThemeDefinition.getNormal()
The normal style of the definition, which can be considered the default to be used.
|
ThemeStyle |
ThemeDefinition.getPreLight()
The pre-light style of this definition, which can be used when a component has input focus but isn't active or
selected, similar to mouse-hoovering in modern GUIs
|
ThemeStyle |
ThemeDefinition.getSelected()
The "selected" style of this definition, which can used when a component has been actively selected in some way.
|
Modifier and Type | Method and Description |
---|---|
ThemedTextGraphics |
ThemedTextGraphics.applyThemeStyle(ThemeStyle themeStyle)
Takes a ThemeStyle as applies it to this TextGraphics.
|
ImmutableThemedTextGraphics |
ImmutableThemedTextGraphics.applyThemeStyle(ThemeStyle themeStyle) |
Modifier and Type | Method and Description |
---|---|
TextGUIGraphics |
TextGUIGraphics.applyThemeStyle(ThemeStyle themeStyle) |
Copyright © 2016. All rights reserved.