Package | Description |
---|---|
com.googlecode.lanterna.graphics | |
com.googlecode.lanterna.gui2 | |
com.googlecode.lanterna.screen |
Modifier and Type | Field and Description |
---|---|
protected TabBehaviour |
AbstractTextGraphics.tabBehaviour |
Modifier and Type | Method and Description |
---|---|
TabBehaviour |
TextGraphics.getTabBehaviour()
Retrieves the current tab behaviour, which is what the TextGraphics will use when expanding \t characters to
spaces.
|
TabBehaviour |
ImmutableThemedTextGraphics.getTabBehaviour() |
TabBehaviour |
AbstractTextGraphics.getTabBehaviour() |
Modifier and Type | Method and Description |
---|---|
TextGraphics |
TextGraphics.setTabBehaviour(TabBehaviour tabBehaviour)
Sets the behaviour to use when expanding tab characters (\t) to spaces
|
ImmutableThemedTextGraphics |
ImmutableThemedTextGraphics.setTabBehaviour(TabBehaviour tabBehaviour) |
TextGraphics |
AbstractTextGraphics.setTabBehaviour(TabBehaviour tabBehaviour) |
Modifier and Type | Method and Description |
---|---|
TabBehaviour |
TextGUIGraphics.getTabBehaviour() |
Modifier and Type | Method and Description |
---|---|
TextGUIGraphics |
TextGUIGraphics.setTabBehaviour(TabBehaviour tabBehaviour) |
Modifier and Type | Method and Description |
---|---|
TabBehaviour |
Screen.getTabBehaviour()
Gets the behaviour for what to do about tab characters.
|
TabBehaviour |
AbstractScreen.getTabBehaviour() |
static TabBehaviour |
TabBehaviour.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabBehaviour[] |
TabBehaviour.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Screen.setTabBehaviour(TabBehaviour tabBehaviour)
Sets the behaviour for what to do about tab characters.
|
void |
AbstractScreen.setTabBehaviour(TabBehaviour tabBehaviour) |
Copyright © 2016. All rights reserved.