Uses of Class
org.eclipse.swt.graphics.GCData
Packages that use GCData
Package
Description
SWT graphics classes.
SWT Printing support classes.
SWT widget public API classes.
-
Uses of GCData in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as GCDataMethods in org.eclipse.swt.graphics that return GCDataMethods in org.eclipse.swt.graphics with parameters of type GCDataModifier and TypeMethodDescriptionstatic GCInvokes platform specific functionality to wrap a graphics context.static GCInvokes platform specific functionality to allocate a new graphics context.(package private) voidabstract voidDevice.internal_dispose_GC(long hDC, GCData data) Invokes platform specific functionality to dispose a GC handle.voidDrawable.internal_dispose_GC(long handle, GCData data) Invokes platform specific functionality to dispose a GC handle.voidImage.internal_dispose_GC(long hDC, GCData data) Invokes platform specific functionality to dispose a GC handle.abstract longDevice.internal_new_GC(GCData data) Invokes platform specific functionality to allocate a new GC handle.longDrawable.internal_new_GC(GCData data) Invokes platform specific functionality to allocate a new GC handle.longImage.internal_new_GC(GCData data) Invokes platform specific functionality to allocate a new GC handle. -
Uses of GCData in org.eclipse.swt.printing
Methods in org.eclipse.swt.printing with parameters of type GCDataModifier and TypeMethodDescriptionvoidPrinter.internal_dispose_GC(long hDC, GCData data) Invokes platform specific functionality to dispose a GC handle.longPrinter.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(long hDC, GCData data) Invokes platform specific functionality to dispose a GC handle.voidDisplay.internal_dispose_GC(long hDC, GCData data) Invokes platform specific functionality to dispose a GC handle.longControl.internal_new_GC(GCData data) Invokes platform specific functionality to allocate a new GC handle.longDisplay.internal_new_GC(GCData data) Invokes platform specific functionality to allocate a new GC handle.