com.sun.jna.examples.unix
Class X11.XVisualInfo
java.lang.Object
com.sun.jna.Structure
com.sun.jna.examples.unix.X11.XVisualInfo
- Enclosing interface:
- X11
public static class X11.XVisualInfo
- 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 |
visual
public X11.Visual visual
visualID
public int visualID
screen
public int screen
depth
public int depth
c_class
public int c_class
red_mask
public NativeLong red_mask
green_mask
public NativeLong green_mask
blue_mask
public NativeLong blue_mask
colormap_size
public int colormap_size
bits_per_rgb
public int bits_per_rgb
X11.XVisualInfo
public X11.XVisualInfo()
Copyright © 2007 Timothy Wall. All Rights Reserved.