public final class GCData
extends java.lang.Object
IMPORTANT: This class is not 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.
| Modifier and Type | Field and Description |
|---|---|
int |
alpha |
GdkColor |
background |
Pattern |
backgroundPattern |
int |
cairo |
double |
cairoXoffset |
double |
cairoYoffset |
double[] |
clippingTransform |
int |
clipRgn |
int |
context |
int |
damageRgn |
Device |
device |
boolean |
disposeCairo |
int |
drawable |
int |
drawFlags |
Font |
font |
GdkColor |
foreground |
Pattern |
foregroundPattern |
int |
height |
double[] |
identity |
Image |
image |
int |
interpolation |
int |
layout |
int |
lineCap |
float[] |
lineDashes |
float |
lineDashesOffset |
int |
lineJoin |
float |
lineMiterLimit |
int |
lineStyle |
float |
lineWidth |
boolean |
realDrawable |
int |
state |
java.lang.String |
string |
int |
stringHeight |
int |
stringWidth |
int |
style |
int |
width |
boolean |
xorMode |
| Constructor and Description |
|---|
GCData() |
public Device device
public int style
public int state
public GdkColor foreground
public GdkColor background
public Font font
public Pattern foregroundPattern
public Pattern backgroundPattern
public float lineWidth
public int lineStyle
public float[] lineDashes
public float lineDashesOffset
public float lineMiterLimit
public int lineCap
public int lineJoin
public boolean xorMode
public int alpha
public int interpolation
public Image image
public int clipRgn
public int context
public int layout
public int damageRgn
public int drawable
public int cairo
public double cairoXoffset
public double cairoYoffset
public boolean disposeCairo
public double[] identity
public double[] clippingTransform
public java.lang.String string
public int stringWidth
public int stringHeight
public int drawFlags
public boolean realDrawable
public int width
public int height