Package | Description |
---|---|
com.googlecode.lanterna.gui | |
com.googlecode.lanterna.gui.component |
Modifier and Type | Method and Description |
---|---|
static Theme.Category |
Theme.Category.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Theme.Category[] |
Theme.Category.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TextGraphics.applyTheme(Theme.Category category)
Applies theme-specific settings according to the category supplied.
|
Theme.Definition |
Theme.getDefinition(Theme.Category category) |
protected void |
Theme.setDefinition(Theme.Category category,
Theme.Definition def) |
Modifier and Type | Method and Description |
---|---|
Theme.Category |
Label.getStyle() |
Modifier and Type | Method and Description |
---|---|
void |
Label.setStyle(Theme.Category style) |
Copyright © 2014. All Rights Reserved.