public final class GCData extends 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 |
int |
background |
Pattern |
backgroundPattern |
int[] |
dashes |
Device |
device |
int |
foreground |
Pattern |
foregroundPattern |
int |
gdipBrush |
int |
gdipGraphics |
int |
gdipPen |
int |
hBrush |
int |
hFont |
int |
hNullBitmap |
int |
hPen |
int |
hwnd |
Image |
image |
int |
layout |
int |
lineWidth |
org.eclipse.swt.internal.win32.PAINTSTRUCT |
ps |
int |
style |
Constructor and Description |
---|
GCData() |
public Device device
public int style
public Image image
public int foreground
public int background
public int hPen
public int lineWidth
public int[] dashes
public int hBrush
public int hFont
public int hNullBitmap
public int hwnd
public org.eclipse.swt.internal.win32.PAINTSTRUCT ps
public int layout
public int alpha
public int gdipGraphics
public int gdipPen
public int gdipBrush
public Pattern foregroundPattern
public Pattern backgroundPattern
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.