|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VDUBuffer | |
---|---|
de.mud.flash | |
de.mud.terminal |
Uses of VDUBuffer in de.mud.flash |
---|
Methods in de.mud.flash that return VDUBuffer | |
---|---|
VDUBuffer |
FlashTerminal.getVDUBuffer()
Get the current buffer. |
Methods in de.mud.flash with parameters of type VDUBuffer | |
---|---|
void |
FlashTerminal.setVDUBuffer(VDUBuffer buffer)
Set the VDUBuffer that contains the terminal screen and back-buffer |
Uses of VDUBuffer in de.mud.terminal |
---|
Subclasses of VDUBuffer in de.mud.terminal | |
---|---|
class |
vt320
Implementation of a VT terminal emulation plus ANSI compatible. |
Methods in de.mud.terminal that return VDUBuffer | |
---|---|
VDUBuffer |
VDUDisplay.getVDUBuffer()
|
VDUBuffer |
SwingTerminal.getVDUBuffer()
Return the currently associated VDUBuffer. |
Methods in de.mud.terminal with parameters of type VDUBuffer | |
---|---|
void |
VDUDisplay.setVDUBuffer(VDUBuffer buffer)
|
void |
SwingTerminal.setVDUBuffer(VDUBuffer buffer)
Set a new terminal (VDU) buffer. |
Constructors in de.mud.terminal with parameters of type VDUBuffer | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |