|
| TiledTermPanel (int columns, int rows, int tile_size) |
|
boolean | registerTile (String tileSet, int x, int y, ColoredChar ch) |
|
void | clearBuffer () |
|
void | saveBuffer () |
|
void | recallBuffer () |
|
void | refreshScreen () |
|
void | bufferRelative (Camera camera, ColoredChar ch, int x, int y) |
|
| TermPanel (int columns, int rows, int fontSize) |
|
| TermPanel () |
|
JPanel | panel () |
|
char | getKey () throws InterruptedException |
|
void | keyPressed (KeyEvent e) |
|
| Terminal () |
|
void | bufferChar (Coordinate coord, ColoredChar ch) |
|
final void | bufferChar (int x, int y, ColoredChar ch) |
|
ColoredChar | charAt (Coordinate coord) |
|
final ColoredChar | charAt (int x, int y) |
|
final void | bufferString (int x, int y, String str, Color color) |
|
final void | bufferString (Coordinate coord, String str, Color color) |
|
final void | bufferString (int x, int y, String str) |
|
final void | bufferString (Coordinate coord, String str) |
|
void | clearBuffer () |
|
void | saveBuffer () |
|
void | recallBuffer () |
|
void | registerCamera (Camera camera, Coordinate screenCenter) |
|
final void | registerCamera (Camera camera, int screenCenterX, int screenCenterY) |
|
Coordinate | cameraCenter (Camera camera) |
|
boolean | cameraRegistered (Camera camera) |
|
void | unregisterCamera (Camera camera) |
|
void | bufferCamera (Camera camera) |
|
final void | bufferCameras () |
|
|
static final int | DEFAULT_TILESIZE = 16 |
|
static final int | DEFAULT_COLS = 80 |
|
static final int | DEFAULT_ROWS = 33 |
|
static final int | DEFAULT_SIZE = 12 |
|
|
TiledScreen | screen () |
|
| TermPanel (Screen screen) |
|
Screen | screen () |
|
final Map< Coordinate,
ColoredChar > | getBuffer () |
|
|
static void | frameTermPanel (TermPanel term, String title) |
|
void jade.ui.TiledTermPanel.refreshScreen |
( |
| ) |
|
|
virtual |
Refreshes the screen to reflect the current state of the buffer. Until this method is called, no changes to the buffer should be displayed.
- Exceptions
-
Reimplemented from jade.ui.TermPanel.
The documentation for this class was generated from the following file:
- jade/ui/TiledTermPanel.java