org.fusesource.jansi.internal
Class Kernel32.CONSOLE_SCREEN_BUFFER_INFO
java.lang.Object
org.fusesource.jansi.internal.Kernel32.CONSOLE_SCREEN_BUFFER_INFO
- Enclosing class:
- Kernel32
public static class Kernel32.CONSOLE_SCREEN_BUFFER_INFO
- extends Object
http://msdn.microsoft.com/en-us/library/ms682093%28VS.85%29.aspx
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SIZEOF
public static int SIZEOF
size
public Kernel32.COORD size
cursorPosition
public Kernel32.COORD cursorPosition
attributes
public short attributes
window
public Kernel32.SMALL_RECT window
maximumWindowSize
public Kernel32.COORD maximumWindowSize
Kernel32.CONSOLE_SCREEN_BUFFER_INFO
public Kernel32.CONSOLE_SCREEN_BUFFER_INFO()
windowWidth
public int windowWidth()
windowHeight
public int windowHeight()
Copyright © 2009-2011 FuseSource, Corp.. All Rights Reserved.