Package | Description |
---|---|
com.googlecode.lanterna.terminal | |
com.googlecode.lanterna.terminal.swing | |
com.googlecode.lanterna.terminal.text |
Modifier and Type | Method and Description |
---|---|
static Terminal.SGR |
Terminal.SGR.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Terminal.SGR[] |
Terminal.SGR.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Terminal.applySGR(Terminal.SGR... options)
Activates an
SGR code for all the following characters put to the
terminal. |
Modifier and Type | Method and Description |
---|---|
void |
SwingTerminal.applySGR(Terminal.SGR... options) |
Modifier and Type | Method and Description |
---|---|
void |
ANSITerminal.applySGR(Terminal.SGR... options) |
Copyright © 2014. All Rights Reserved.