com.sun.jna.examples.unix
Class X11.XRectangle
java.lang.Object
com.sun.jna.Structure
com.sun.jna.examples.unix.X11.XRectangle
- Enclosing interface:
- X11
public static class X11.XRectangle
- extends Structure
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, clear, equals, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setTypeMapper, size, toArray, toArray, toString, useMemory, useMemory, write, writeField |
x
public short x
y
public short y
width
public short width
height
public short height
X11.XRectangle
public X11.XRectangle()
X11.XRectangle
public X11.XRectangle(short x,
short y,
short width,
short height)
Copyright © 2007-2008 Timothy Wall. All Rights Reserved.