Package | Description |
---|---|
com.googlecode.lanterna.graphics |
Modifier and Type | Method and Description |
---|---|
ImmutableThemedTextGraphics |
ImmutableThemedTextGraphics.applyThemeStyle(ThemeStyle themeStyle) |
ImmutableThemedTextGraphics |
ImmutableThemedTextGraphics.clearModifiers() |
ImmutableThemedTextGraphics |
ImmutableThemedTextGraphics.disableModifiers(SGR... modifiers) |
ImmutableThemedTextGraphics |
ImmutableThemedTextGraphics.enableModifiers(SGR... modifiers) |
ImmutableThemedTextGraphics |
ImmutableThemedTextGraphics.fill(char c) |
ImmutableThemedTextGraphics |
ImmutableThemedTextGraphics.newTextGraphics(TerminalPosition topLeftCorner,
TerminalSize size) |
ImmutableThemedTextGraphics |
ImmutableThemedTextGraphics.putString(int column,
int row,
String string) |
ImmutableThemedTextGraphics |
ImmutableThemedTextGraphics.putString(int column,
int row,
String string,
SGR extraModifier,
SGR... optionalExtraModifiers) |
ImmutableThemedTextGraphics |
ImmutableThemedTextGraphics.putString(TerminalPosition position,
String string) |
ImmutableThemedTextGraphics |
ImmutableThemedTextGraphics.putString(TerminalPosition position,
String string,
SGR extraModifier,
SGR... optionalExtraModifiers) |
ImmutableThemedTextGraphics |
ImmutableThemedTextGraphics.setBackgroundColor(TextColor backgroundColor) |
ImmutableThemedTextGraphics |
ImmutableThemedTextGraphics.setForegroundColor(TextColor foregroundColor) |
ImmutableThemedTextGraphics |
ImmutableThemedTextGraphics.setModifiers(EnumSet<SGR> modifiers) |
ImmutableThemedTextGraphics |
ImmutableThemedTextGraphics.setTabBehaviour(TabBehaviour tabBehaviour) |
ImmutableThemedTextGraphics |
ImmutableThemedTextGraphics.withTheme(Theme theme)
Returns a new
ImmutableThemedTextGraphics that targets the same backend but with another theme |
Copyright © 2016. All rights reserved.