com.sun.jna.examples.unix

Class X11.XGCValues

public static class X11.XGCValues extends Structure

Field Summary
intarc_mode
NativeLongbackground
intcap_style
X11.Pixmapclip_mask
intclip_x_origin
intclip_y_origin
bytedashes
intdash_offset
intfill_rule
intfill_style
X11.Fontfont
NativeLongforeground
intfunction
booleangraphics_exposures
intjoin_style
intline_style
intline_width
NativeLongplane_mask
X11.Pixmapstipple
intsubwindow_mode
X11.Pixmaptile
intts_x_origin
intts_y_origin

Field Detail

arc_mode

public int arc_mode

background

public NativeLong background

cap_style

public int cap_style

clip_mask

public X11.Pixmap clip_mask

clip_x_origin

public int clip_x_origin

clip_y_origin

public int clip_y_origin

dashes

public byte dashes

dash_offset

public int dash_offset

fill_rule

public int fill_rule

fill_style

public int fill_style

font

public X11.Font font

foreground

public NativeLong foreground

function

public int function

graphics_exposures

public boolean graphics_exposures

join_style

public int join_style

line_style

public int line_style

line_width

public int line_width

plane_mask

public NativeLong plane_mask

stipple

public X11.Pixmap stipple

subwindow_mode

public int subwindow_mode

tile

public X11.Pixmap tile

ts_x_origin

public int ts_x_origin

ts_y_origin

public int ts_y_origin
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.