org.eclipse.swt.graphics
Class GCData
java.lang.Object
org.eclipse.swt.graphics.GCData
public final class GCData
- extends Object
Instances of this class are descriptions of GCs in terms
of unallocated platform-specific data fields.
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.
- See Also:
- Sample code and further information
- Restriction:
- This class is not intended to be instantiated by clients.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
device
public Device device
style
public int style
state
public int state
foreground
public int foreground
background
public int background
font
public Font font
foregroundPattern
public Pattern foregroundPattern
backgroundPattern
public Pattern backgroundPattern
lineStyle
public int lineStyle
lineWidth
public float lineWidth
lineCap
public int lineCap
lineJoin
public int lineJoin
lineDashesOffset
public float lineDashesOffset
lineDashes
public float[] lineDashes
lineMiterLimit
public float lineMiterLimit
alpha
public int alpha
image
public Image image
ps
public org.eclipse.swt.internal.win32.PAINTSTRUCT ps
- Restriction:
- This field is not intended to be referenced by clients.
layout
public int layout
hPen
public long hPen
- Restriction:
- This field is not intended to be referenced by clients.
hOldPen
public long hOldPen
- Restriction:
- This field is not intended to be referenced by clients.
hBrush
public long hBrush
- Restriction:
- This field is not intended to be referenced by clients.
hOldBrush
public long hOldBrush
- Restriction:
- This field is not intended to be referenced by clients.
hNullBitmap
public long hNullBitmap
- Restriction:
- This field is not intended to be referenced by clients.
hwnd
public long hwnd
- Restriction:
- This field is not intended to be referenced by clients.
gdipGraphics
public long gdipGraphics
- Restriction:
- This field is not intended to be referenced by clients.
gdipPen
public long gdipPen
- Restriction:
- This field is not intended to be referenced by clients.
gdipBrush
public long gdipBrush
- Restriction:
- This field is not intended to be referenced by clients.
gdipFgBrush
public long gdipFgBrush
- Restriction:
- This field is not intended to be referenced by clients.
gdipBgBrush
public long gdipBgBrush
- Restriction:
- This field is not intended to be referenced by clients.
gdipFont
public long gdipFont
- Restriction:
- This field is not intended to be referenced by clients.
hGDIFont
public long hGDIFont
- Restriction:
- This field is not intended to be referenced by clients.
gdipXOffset
public float gdipXOffset
gdipYOffset
public float gdipYOffset
uiState
public int uiState
focusDrawn
public boolean focusDrawn
GCData
public GCData()
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2012. All rights reserved.