org.eclipse.swt.graphics
Class GCData
java.lang.Object
|
+--org.eclipse.swt.graphics.GCData
- public final class GCData
- extends Object
Unsafe:
Field Summary
org.eclipse.swt.internal.win32.PAINTSTRUCT
ps
Suppressed:
Constructor Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
device
public Device device
- Suppressed:
image
public Image image
- Suppressed:
foreground
public int foreground
- Suppressed:
background
public int background
- Suppressed:
hFont
public int hFont
- Suppressed:
hNullBitmap
public int hNullBitmap
- Suppressed:
hwnd
public int hwnd
- Suppressed:
ps
public org.eclipse.swt.internal.win32.PAINTSTRUCT ps
- Suppressed:
Constructor Detail
GCData
public GCData()
- Suppressed: