Uses of Class
org.eclipse.swt.graphics.GCData
-
Packages that use GCData Package Description org.eclipse.swt.graphics org.eclipse.swt.printing org.eclipse.swt.widgets -
-
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 static GCGC. gtk_new(long handle, GCData data)Invokes platform specific functionality to wrap a graphics context.static GCGC. gtk_new(Drawable drawable, GCData data)Invokes platform specific functionality to allocate a new graphics context.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. -
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.
-