org.fusesource.jansi.internal
Class Kernel32.SMALL_RECT

java.lang.Object
  extended by org.fusesource.jansi.internal.Kernel32.SMALL_RECT
Enclosing class:
Kernel32

public static class Kernel32.SMALL_RECT
extends java.lang.Object

http://msdn.microsoft.com/en-us/library/ms686311%28VS.85%29.aspx


Field Summary
 short bottom
           
 short left
           
 short right
           
static int SIZEOF
           
 short top
           
 
Constructor Summary
Kernel32.SMALL_RECT()
           
 
Method Summary
 short height()
           
 short width()
           
 
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

left

public short left

top

public short top

right

public short right

bottom

public short bottom
Constructor Detail

Kernel32.SMALL_RECT

public Kernel32.SMALL_RECT()
Method Detail

width

public short width()

height

public short height()