org.fusesource.jansi.internal
Class Kernel32.COORD

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

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


Field Summary
static int SIZEOF
           
 short x
           
 short y
           
 
Constructor Summary
Kernel32.COORD()
           
 
Method Summary
 Kernel32.COORD copy()
           
 
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

x

public short x

y

public short y
Constructor Detail

Kernel32.COORD

public Kernel32.COORD()
Method Detail

copy

public Kernel32.COORD copy()