Uses of Class
org.eclipse.swt.graphics.GCData
-
Packages that use GCData 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. -
-
Uses of GCData in org.eclipse.swt.graphics
Methods in org.eclipse.swt.graphics that return GCData Modifier and Type Method Description GCDataGC. getGCData()Returns the GCData.Methods in org.eclipse.swt.graphics with parameters of type GCData Modifier and Type Method Description abstract 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.static GCGC. win32_new(long hDC, GCData data)Invokes platform specific functionality to wrap a graphics context.static GCGC. win32_new(Drawable drawable, GCData data)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 GCData Modifier and Type Method Description voidPrinter. 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 GCData Modifier and Type Method Description voidControl. 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.
-