JNA API 3.0.2

com.sun.jna.examples.unix
Class X11.XSizeHints

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.sun.jna.examples.unix.X11.XSizeHints
Enclosing interface:
X11

public static class X11.XSizeHints
extends Structure


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.jna.Structure
Structure.ByReference, Structure.ByValue
 
Field Summary
 int base_height
           
 int base_width
           
 int base_width_y
           
 NativeLong flags
           
 int height
           
 int height_inc
           
 int max_aspect_x
           
 int max_aspect_y
           
 int max_height
           
 int max_width
           
 int min_aspect_x
           
 int min_aspect_y
           
 int min_height
           
 int min_width
           
 int width
           
 int width_inc
           
 int win_gravity
           
 int x
           
 int y
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
X11.XSizeHints()
           
 
Method Summary
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

flags

public NativeLong flags

x

public int x

y

public int y

width

public int width

height

public int height

min_width

public int min_width

min_height

public int min_height

max_width

public int max_width

max_height

public int max_height

width_inc

public int width_inc

height_inc

public int height_inc

min_aspect_x

public int min_aspect_x

min_aspect_y

public int min_aspect_y

max_aspect_x

public int max_aspect_x

max_aspect_y

public int max_aspect_y

base_width_y

public int base_width_y

base_width

public int base_width

base_height

public int base_height

win_gravity

public int win_gravity
Constructor Detail

X11.XSizeHints

public X11.XSizeHints()

JNA API 3.0.2

Copyright © 2007 Timothy Wall. All Rights Reserved.