org.eclipse.swt.graphics
Class InternalGCData

java.lang.Object
  extended by org.eclipse.swt.graphics.InternalGCData

public final class InternalGCData
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
 Color background
           
 Device device
           
 Font font
           
 Color foreground
           
 Image image
           
 int layout
           
 int lineStyle
           
 int lineWidth
           
 int style
           
 boolean xorMode
           
 
Constructor Summary
InternalGCData()
           
 
Method 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

image

public Image image

foreground

public Color foreground

background

public Color background

font

public Font font

xorMode

public boolean xorMode

lineStyle

public int lineStyle

lineWidth

public int lineWidth

style

public int style

layout

public int layout
Constructor Detail

InternalGCData

public InternalGCData()