Package | Description |
---|---|
de.mud.flash | |
de.mud.terminal |
Modifier and Type | Method and Description |
---|---|
VDUBuffer |
FlashTerminal.getVDUBuffer()
Get the current buffer.
|
Modifier and Type | Method and Description |
---|---|
void |
FlashTerminal.setVDUBuffer(VDUBuffer buffer)
Set the VDUBuffer that contains the terminal screen and back-buffer
|
Modifier and Type | Class and Description |
---|---|
class |
vt320
Implementation of a VT terminal emulation plus ANSI compatible.
|
Modifier and Type | Method and Description |
---|---|
VDUBuffer |
VDUDisplay.getVDUBuffer() |
VDUBuffer |
SwingTerminal.getVDUBuffer()
Return the currently associated VDUBuffer.
|
Modifier and Type | Method and Description |
---|---|
void |
VDUDisplay.setVDUBuffer(VDUBuffer buffer) |
void |
SwingTerminal.setVDUBuffer(VDUBuffer buffer)
Set a new terminal (VDU) buffer.
|
Constructor and Description |
---|
SwingTerminal(VDUBuffer buffer)
Create a display unit with size 80x24 and Font "Monospaced", size 12.
|
SwingTerminal(VDUBuffer buffer,
java.awt.Font font)
Create a new video display unit with the passed width and height in
characters using a special font and font size.
|