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 voidDevice.internal_dispose_GC(int hDC, GCData data) Invokes platform specific functionality to dispose a GC handle.voidDrawable.internal_dispose_GC(int handle, GCData data) Invokes platform specific functionality to dispose a GC handle.voidImage.internal_dispose_GC(int hDC, GCData data) Invokes platform specific functionality to dispose a GC handle.abstract intDevice.internal_new_GC(GCData data) Invokes platform specific functionality to allocate a new GC handle.intDrawable.internal_new_GC(GCData data) Invokes platform specific functionality to allocate a new GC handle.intImage.internal_new_GC(GCData data) Invokes platform specific functionality to allocate a new GC handle.static GCInvokes platform specific functionality to wrap a graphics context.static GCInvokes 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 TypeMethodDescriptionvoidPrinter.internal_dispose_GC(int hDC, GCData data) Invokes platform specific functionality to dispose a GC handle.intPrinter.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 TypeMethodDescriptionvoidControl.internal_dispose_GC(int hDC, GCData data) Invokes platform specific functionality to dispose a GC handle.voidDisplay.internal_dispose_GC(int hDC, GCData data) Invokes platform specific functionality to dispose a GC handle.intControl.internal_new_GC(GCData data) Invokes platform specific functionality to allocate a new GC handle.intDisplay.internal_new_GC(GCData data) Invokes platform specific functionality to allocate a new GC handle.