org.eclipse.swt.internal.gtk
Class GdkImage

java.lang.Object
  extended by org.eclipse.swt.internal.gtk.GdkImage

public class GdkImage
extends java.lang.Object


Field Summary
 short bits_per_pixel
           
 short bpl
           
 short bpp
           
 int byte_order
           
 long colormap
           
 short depth
           
 int height
           
 long mem
           
 int type
           
 long visual
           
 int width
           
 long windowing_data
           
 
Constructor Summary
GdkImage()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public int type

visual

public long visual

byte_order

public int byte_order

width

public int width

height

public int height

depth

public short depth

bpp

public short bpp

bpl

public short bpl

bits_per_pixel

public short bits_per_pixel

mem

public long mem

colormap

public long colormap

windowing_data

public long windowing_data
Constructor Detail

GdkImage

public GdkImage()