Uses of Class
org.eclipse.swt.internal.cocoa.NSGraphicsContext
-
Packages that use NSGraphicsContext Package Description org.eclipse.swt.graphics org.eclipse.swt.internal.cocoa -
-
Uses of NSGraphicsContext in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as NSGraphicsContext Modifier and Type Field Description NSGraphicsContext
GCData. flippedContext
NSGraphicsContext
GC. handle
the handle to the OS device context (Warning: This field is platform dependent) -
Uses of NSGraphicsContext in org.eclipse.swt.internal.cocoa
Methods in org.eclipse.swt.internal.cocoa that return NSGraphicsContext Modifier and Type Method Description NSGraphicsContext
NSPrintOperation. context()
NSGraphicsContext
NSPrintOperation. createContext()
static NSGraphicsContext
NSGraphicsContext. currentContext()
NSGraphicsContext
NSWindow. graphicsContext()
static NSGraphicsContext
NSGraphicsContext. graphicsContextWithBitmapImageRep(NSBitmapImageRep bitmapRep)
static NSGraphicsContext
NSGraphicsContext. graphicsContextWithGraphicsPort(long graphicsPort, boolean initialFlippedState)
static NSGraphicsContext
NSGraphicsContext. graphicsContextWithWindow(NSWindow window)
Methods in org.eclipse.swt.internal.cocoa with parameters of type NSGraphicsContext Modifier and Type Method Description void
NSView. displayRectIgnoringOpacity(NSRect aRect, NSGraphicsContext context)
static NSEvent
NSEvent. enterExitEventWithType(long type, NSPoint location, long flags, double time, long wNum, NSGraphicsContext context, long eNum, long tNum, long data)
static NSEvent
NSEvent. otherEventWithType(long type, NSPoint location, long flags, double time, long wNum, NSGraphicsContext context, short subtype, long d1, long d2)
static void
NSGraphicsContext. setCurrentContext(NSGraphicsContext context)
-