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.flippedContextGC.handlethe 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 NSGraphicsContextNSGraphicsContext.currentContext()NSWindow.graphicsContext()static NSGraphicsContextNSGraphicsContext.graphicsContextWithBitmapImageRep(NSBitmapImageRep bitmapRep) static NSGraphicsContextNSGraphicsContext.graphicsContextWithGraphicsPort(long graphicsPort, boolean initialFlippedState) static NSGraphicsContextNSGraphicsContext.graphicsContextWithWindow(NSWindow window) Methods in org.eclipse.swt.internal.cocoa with parameters of type NSGraphicsContextModifier and TypeMethodDescriptionvoidNSView.displayRectIgnoringOpacity(NSRect aRect, NSGraphicsContext context) static NSEventNSEvent.enterExitEventWithType(long type, NSPoint location, long flags, double time, long wNum, NSGraphicsContext context, long eNum, long tNum, long data) static NSEventNSEvent.otherEventWithType(long type, NSPoint location, long flags, double time, long wNum, NSGraphicsContext context, short subtype, long d1, long d2) static voidNSGraphicsContext.setCurrentContext(NSGraphicsContext context)