|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.swt.graphics.GCData
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.
Field Summary | |
int | background
|
Device | device
|
int | foreground
|
int | hBrush
|
int | hFont
|
int | hNullBitmap
|
int | hPen
|
int | hwnd
|
Image | image
|
int | layout
|
org.eclipse.swt.internal.win32.PAINTSTRUCT | ps
|
int | style
|
Constructor Summary | |
GCData()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Device device
public int style
public Image image
public int foreground
public int background
public int hPen
public int hBrush
public int hFont
public int hNullBitmap
public int hwnd
public org.eclipse.swt.internal.win32.PAINTSTRUCT ps
public int layout
Constructor Detail |
public GCData()
|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.