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 |
int |
background |
Pattern |
backgroundPattern |
Device |
device |
boolean |
focusDrawn |
Font |
font |
int |
foreground |
Pattern |
foregroundPattern |
int |
gdipBgBrush |
int |
gdipBrush |
int |
gdipFgBrush |
int |
gdipFont |
int |
gdipGraphics |
int |
gdipPen |
float |
gdipXOffset |
float |
gdipYOffset |
int |
hBrush |
int |
hGDIFont |
int |
hNullBitmap |
int |
hOldBrush |
int |
hOldPen |
int |
hPen |
int |
hwnd |
Image |
image |
int |
layout |
int |
lineCap |
float[] |
lineDashes |
float |
lineDashesOffset |
int |
lineJoin |
float |
lineMiterLimit |
int |
lineStyle |
float |
lineWidth |
PAINTSTRUCT |
ps |
int |
state |
int |
style |
int |
uiState |
Constructor and Description |
---|
GCData() |
public Device device
public int style
public int state
public int foreground
public int background
public Font font
public Pattern foregroundPattern
public Pattern backgroundPattern
public int lineStyle
public float lineWidth
public int lineCap
public int lineJoin
public float lineDashesOffset
public float[] lineDashes
public float lineMiterLimit
public int alpha
public Image image
public int hPen
public int hOldPen
public int hBrush
public int hOldBrush
public int hNullBitmap
public int hwnd
public PAINTSTRUCT ps
public int layout
public int gdipGraphics
public int gdipPen
public int gdipBrush
public int gdipFgBrush
public int gdipBgBrush
public int gdipFont
public int hGDIFont
public float gdipXOffset
public float gdipYOffset
public int uiState
public boolean focusDrawn