GCData

Instances of this class are descriptions of GCs in terms of unallocated platform-specific data fields. <p> <b>IMPORTANT:</b> This class is <em>not</em> part of the public API for SWT. It is marked public only so that it can be shared within the packages provided by SWT. It is not available on all platforms, and should never be called from application code. </p> @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>

Members

Variables

alpha
int alpha;
Undocumented in source.
background
GdkColor* background;
Undocumented in source.
backgroundPattern
Pattern backgroundPattern;
Undocumented in source.
cairo
cairo_t* cairo;
Undocumented in source.
cairoXoffset
double cairoXoffset;
cairoYoffset
double cairoYoffset;
Undocumented in source.
clipRgn
GdkRegion* clipRgn;
Undocumented in source.
clippingTransform
double[] clippingTransform;
Undocumented in source.
context
PangoContext* context;
Undocumented in source.
damageRgn
GdkRegion* damageRgn;
Undocumented in source.
device
Device device;
Undocumented in source.
disposeCairo
bool disposeCairo;
Undocumented in source.
drawFlags
int drawFlags;
Undocumented in source.
drawable
GdkDrawable* drawable;
Undocumented in source.
font
Font font;
Undocumented in source.
foreground
GdkColor* foreground;
Undocumented in source.
foregroundPattern
Pattern foregroundPattern;
height
int height;
Undocumented in source.
image
Image image;
Undocumented in source.
interpolation
int interpolation;
Undocumented in source.
layout
PangoLayout* layout;
Undocumented in source.
lineCap
int lineCap;
Undocumented in source.
lineDashes
float[] lineDashes;
Undocumented in source.
lineDashesOffset
float lineDashesOffset;
Undocumented in source.
lineJoin
int lineJoin;
Undocumented in source.
lineMiterLimit
float lineMiterLimit;
Undocumented in source.
lineStyle
int lineStyle;
Undocumented in source.
lineWidth
float lineWidth;
Undocumented in source.
realDrawable
bool realDrawable;
state
int state;
Undocumented in source.
str
String str;
Undocumented in source.
stringHeight
int stringHeight;
Undocumented in source.
stringWidth
int stringWidth;
Undocumented in source.
style
int style;
Undocumented in source.
width
int width;
Undocumented in source.
xorMode
bool xorMode;
Undocumented in source.

Meta