Package | Description |
---|---|
org.eclipse.swt.graphics |
SWT graphics classes.
|
org.eclipse.swt.printing |
SWT Printing support classes.
|
org.eclipse.swt.widgets |
SWT widget public API classes.
|
Modifier and Type | Method and Description |
---|---|
GCData |
GC.getGCData()
Returns the GCData.
|
Modifier and Type | Method and Description |
---|---|
void |
Image.internal_dispose_GC(long hDC,
GCData data)
Invokes platform specific functionality to dispose a GC handle.
|
abstract void |
Device.internal_dispose_GC(long hDC,
GCData data)
Invokes platform specific functionality to dispose a GC handle.
|
void |
Drawable.internal_dispose_GC(long handle,
GCData data)
Invokes platform specific functionality to dispose a GC handle.
|
long |
Image.internal_new_GC(GCData data)
Invokes platform specific functionality to allocate a new GC handle.
|
abstract long |
Device.internal_new_GC(GCData data)
Invokes platform specific functionality to allocate a new GC handle.
|
long |
Drawable.internal_new_GC(GCData data)
Invokes platform specific functionality to allocate a new GC handle.
|
static GC |
GC.win32_new(Drawable drawable,
GCData data)
Invokes platform specific functionality to allocate a new graphics context.
|
static GC |
GC.win32_new(long hDC,
GCData data)
Invokes platform specific functionality to wrap a graphics context.
|
Modifier and Type | Method and Description |
---|---|
void |
Printer.internal_dispose_GC(long hDC,
GCData data)
Invokes platform specific functionality to dispose a GC handle.
|
long |
Printer.internal_new_GC(GCData data)
Invokes platform specific functionality to allocate a new GC handle.
|
Modifier and Type | Method and Description |
---|---|
void |
Control.internal_dispose_GC(long hDC,
GCData data)
Invokes platform specific functionality to dispose a GC handle.
|
void |
Display.internal_dispose_GC(long hDC,
GCData data)
Invokes platform specific functionality to dispose a GC handle.
|
long |
Control.internal_new_GC(GCData data)
Invokes platform specific functionality to allocate a new GC handle.
|
long |
Display.internal_new_GC(GCData data)
Invokes platform specific functionality to allocate a new GC handle.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.