|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.fusesource.jansi.internal.Kernel32.CONSOLE_SCREEN_BUFFER_INFO
public static class Kernel32.CONSOLE_SCREEN_BUFFER_INFO
http://msdn.microsoft.com/en-us/library/ms682093%28VS.85%29.aspx
| Field Summary | |
|---|---|
short |
attributes
|
Kernel32.COORD |
cursorPosition
|
Kernel32.COORD |
maximumWindowSize
|
Kernel32.COORD |
size
|
static int |
SIZEOF
|
Kernel32.SMALL_RECT |
window
|
| Constructor Summary | |
|---|---|
Kernel32.CONSOLE_SCREEN_BUFFER_INFO()
|
|
| Method Summary | |
|---|---|
int |
windowHeight()
|
int |
windowWidth()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int SIZEOF
public Kernel32.COORD size
public Kernel32.COORD cursorPosition
public short attributes
public Kernel32.SMALL_RECT window
public Kernel32.COORD maximumWindowSize
| Constructor Detail |
|---|
public Kernel32.CONSOLE_SCREEN_BUFFER_INFO()
| Method Detail |
|---|
public int windowWidth()
public int windowHeight()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||