org.fusesource.jansi.internal
Class Kernel32.CONSOLE_SCREEN_BUFFER_INFO

java.lang.Object
  extended by 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


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

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
Constructor Detail

Kernel32.CONSOLE_SCREEN_BUFFER_INFO

public Kernel32.CONSOLE_SCREEN_BUFFER_INFO()
Method Detail

windowWidth

public int windowWidth()

windowHeight

public int windowHeight()


Copyright © 2009-2011 FuseSource, Corp.. All Rights Reserved.