|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScreenContext
The screen context extends the consumer and add information about the screen.
| Method Summary | |
|---|---|
int |
getHeight()
Returns the screen height in chars. |
int |
getWidth()
Returns the screen width in chars. |
void |
write(Chunk chunk)
Write a chunk to the screen. |
| Methods inherited from interface java.io.Flushable |
|---|
flush |
| Method Detail |
|---|
int getWidth()
int getHeight()
void write(Chunk chunk)
throws IOException
chunk - the chunk
IOException - any io exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||