Eclipse Platform
Release 3.1

org.eclipse.swt.graphics
Class GCData

java.lang.Object
  extended byorg.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.


Field Summary
 int alpha
           
 int background
           
 Pattern backgroundPattern
           
 int[] dashes
           
 Device device
           
 int foreground
           
 Pattern foregroundPattern
           
 int gdipBrush
           
 int gdipGraphics
           
 int gdipPen
           
 int hBrush
           
 int hFont
           
 int hNullBitmap
           
 int hPen
           
 int hwnd
           
 Image image
           
 int layout
           
 int lineWidth
           
 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

device

public Device device

style

public int style

image

public Image image

foreground

public int foreground

background

public int background

hPen

public int hPen

lineWidth

public int lineWidth

dashes

public int[] dashes

hBrush

public int hBrush

hFont

public int hFont

hNullBitmap

public int hNullBitmap

hwnd

public int hwnd

ps

public org.eclipse.swt.internal.win32.PAINTSTRUCT ps

layout

public int layout

alpha

public int alpha

gdipGraphics

public int gdipGraphics

gdipPen

public int gdipPen

gdipBrush

public int gdipBrush

foregroundPattern

public Pattern foregroundPattern

backgroundPattern

public Pattern backgroundPattern
Constructor Detail

GCData

public GCData()

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.