org.eclipse.swt.internal.opengl.glx
Class XVisualInfo

java.lang.Object
  extended by org.eclipse.swt.internal.opengl.glx.XVisualInfo

public class XVisualInfo
extends java.lang.Object


Field Summary
 int bits_per_rgb
           
 int blue_mask
           
 int cclass
           
 int colormap_size
           
 int depth
           
 int green_mask
           
 int red_mask
           
 int screen
           
static int sizeof
           
 long visual
           
 int visualid
           
 
Constructor Summary
XVisualInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

visual

public long visual

visualid

public int visualid

screen

public int screen

depth

public int depth

cclass

public int cclass

red_mask

public int red_mask

green_mask

public int green_mask

blue_mask

public int blue_mask

colormap_size

public int colormap_size

bits_per_rgb

public int bits_per_rgb

sizeof

public static final int sizeof
Constructor Detail

XVisualInfo

public XVisualInfo()