Package | Description |
---|---|
com.googlecode.lanterna.gui | |
com.googlecode.lanterna.screen |
Modifier and Type | Method and Description |
---|---|
void |
TextGraphics.drawString(int column,
int row,
String string,
ScreenCharacterStyle... styles)
Draws a string to the terminal, with the first character starting at
specified coordinates and which an option list of styles applied.
|
Modifier and Type | Method and Description |
---|---|
static ScreenCharacterStyle |
ScreenCharacterStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScreenCharacterStyle[] |
ScreenCharacterStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ScreenWriter.drawString(int x,
int y,
String string,
ScreenCharacterStyle... styles)
Draws a string on the screen at a particular position
|
void |
Screen.putString(int x,
int y,
String string,
Terminal.Color foregroundColor,
Terminal.Color backgroundColor,
ScreenCharacterStyle... styles)
Draws a string on the screen at a particular position
|
void |
Screen.setPaddingCharacter(char character,
Terminal.Color foregroundColor,
Terminal.Color backgroundColor,
ScreenCharacterStyle... style) |
Modifier and Type | Method and Description |
---|---|
void |
Screen.putString(int x,
int y,
String string,
Terminal.Color foregroundColor,
Terminal.Color backgroundColor,
Set<ScreenCharacterStyle> styles)
Draws a string on the screen at a particular position
|
Copyright © 2014. All Rights Reserved.