Uses of Class
org.eclipse.swt.internal.cocoa.NSGraphicsContext
Packages that use NSGraphicsContext
-
Uses of NSGraphicsContext in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as NSGraphicsContextModifier and TypeFieldDescriptionGCData.flippedContext
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 NSGraphicsContextModifier and TypeMethodDescriptionNSPrintOperation.context()
NSPrintOperation.createContext()
static NSGraphicsContext
NSGraphicsContext.currentContext()
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 NSGraphicsContextModifier and TypeMethodDescriptionvoid
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)