Package | Description |
---|---|
com.googlecode.lanterna.terminal.swing |
Modifier and Type | Method and Description |
---|---|
TerminalEmulatorDeviceConfiguration.CursorStyle |
TerminalEmulatorDeviceConfiguration.getCursorStyle()
Style the text cursor should take
|
static TerminalEmulatorDeviceConfiguration.CursorStyle |
TerminalEmulatorDeviceConfiguration.CursorStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TerminalEmulatorDeviceConfiguration.CursorStyle[] |
TerminalEmulatorDeviceConfiguration.CursorStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TerminalEmulatorDeviceConfiguration(int lineBufferScrollbackSize,
int blinkLengthInMilliSeconds,
TerminalEmulatorDeviceConfiguration.CursorStyle cursorStyle,
TextColor cursorColor,
boolean cursorBlinking)
Creates a new terminal device configuration object with all configurable values specified.
|
Copyright © 2016. All rights reserved.