Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.swt.graphics
Class GCData  view GCData download GCData.java

java.lang.Object
  extended byorg.eclipse.swt.graphics.GCData

public final class GCData
extends java.lang.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
 org.eclipse.swt.internal.gtk.GdkColor background
           
 long clipRgn
           
 long context
           
 Device device
           
 long drawable
           
 int drawFlags
           
 long font
           
 org.eclipse.swt.internal.gtk.GdkColor foreground
           
 Image image
           
 long layout
           
 int lineStyle
           
 java.lang.String string
           
 int stringHeight
           
 int stringWidth
           
 int style
           
 boolean xorMode
           
 
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

drawable

public long drawable

foreground

public org.eclipse.swt.internal.gtk.GdkColor foreground

background

public org.eclipse.swt.internal.gtk.GdkColor background

font

public long font

context

public long context

layout

public long layout

clipRgn

public long clipRgn

lineStyle

public int lineStyle

xorMode

public boolean xorMode

string

public java.lang.String string

stringWidth

public int stringWidth

stringHeight

public int stringHeight

drawFlags

public int drawFlags
Constructor Detail

GCData

public GCData()