Uses of Class
org.eclipse.swt.graphics.GCData
Packages that use GCData
-
Uses of GCData in org.eclipse.swt.graphics
Methods in org.eclipse.swt.graphics that return GCDataMethods in org.eclipse.swt.graphics with parameters of type GCDataModifier and TypeMethodDescriptionabstract void
Device.internal_dispose_GC
(int hDC, GCData data) Invokes platform specific functionality to dispose a GC handle.void
Drawable.internal_dispose_GC
(int handle, GCData data) Invokes platform specific functionality to dispose a GC handle.void
Image.internal_dispose_GC
(int hDC, GCData data) Invokes platform specific functionality to dispose a GC handle.abstract int
Device.internal_new_GC
(GCData data) Invokes platform specific functionality to allocate a new GC handle.int
Drawable.internal_new_GC
(GCData data) Invokes platform specific functionality to allocate a new GC handle.int
Image.internal_new_GC
(GCData data) Invokes platform specific functionality to allocate a new GC handle.static GC
Invokes platform specific functionality to wrap a graphics context.static GC
Invokes platform specific functionality to allocate a new graphics context. -
Uses of GCData in org.eclipse.swt.printing
Methods in org.eclipse.swt.printing with parameters of type GCDataModifier and TypeMethodDescriptionvoid
Printer.internal_dispose_GC
(int hDC, GCData data) Invokes platform specific functionality to dispose a GC handle.int
Printer.internal_new_GC
(GCData data) Invokes platform specific functionality to allocate a new GC handle. -
Uses of GCData in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets with parameters of type GCDataModifier and TypeMethodDescriptionvoid
Control.internal_dispose_GC
(int hDC, GCData data) Invokes platform specific functionality to dispose a GC handle.void
Display.internal_dispose_GC
(int hDC, GCData data) Invokes platform specific functionality to dispose a GC handle.int
Control.internal_new_GC
(GCData data) Invokes platform specific functionality to allocate a new GC handle.int
Display.internal_new_GC
(GCData data) Invokes platform specific functionality to allocate a new GC handle.