org.eclipse.swt.graphics
Class GCData

java.lang.Object
  |
  +--org.eclipse.swt.graphics.GCData

public final class GCData
extends Object

Unsafe:


Field Summary
 int background
          Suppressed:
 Device device
          Suppressed:
 int foreground
          Suppressed:
 int hFont
          Suppressed:
 int hNullBitmap
          Suppressed:
 int hwnd
          Suppressed:
 Image image
          Suppressed:
 org.eclipse.swt.internal.win32.PAINTSTRUCT ps
          Suppressed:
 
Constructor Summary
GCData()
          Suppressed:
 
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:



comments?