org.eclipse.swt.internal.gtk
Class XRenderPictureAttributes

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

public class XRenderPictureAttributes
extends java.lang.Object


Field Summary
 long alpha_map
           
 int alpha_x_origin
           
 int alpha_y_origin
           
 long clip_mask
           
 int clip_x_origin
           
 int clip_y_origin
           
 boolean component_alpha
           
 long dither
           
 boolean graphics_exposures
           
 int poly_edge
           
 int poly_mode
           
 boolean repeat
           
static int sizeof
           
 int subwindow_mode
           
 
Constructor Summary
XRenderPictureAttributes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

repeat

public boolean repeat

alpha_map

public long alpha_map

alpha_x_origin

public int alpha_x_origin

alpha_y_origin

public int alpha_y_origin

clip_x_origin

public int clip_x_origin

clip_y_origin

public int clip_y_origin

clip_mask

public long clip_mask

graphics_exposures

public boolean graphics_exposures

subwindow_mode

public int subwindow_mode

poly_edge

public int poly_edge

poly_mode

public int poly_mode

dither

public long dither

component_alpha

public boolean component_alpha

sizeof

public static final int sizeof
Constructor Detail

XRenderPictureAttributes

public XRenderPictureAttributes()