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 NSGraphicsContextGCData. flippedContextNSGraphicsContextGC. 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 NSGraphicsContext Modifier and Type Method Description NSGraphicsContextNSPrintOperation. context()NSGraphicsContextNSPrintOperation. createContext()static NSGraphicsContextNSGraphicsContext. currentContext()NSGraphicsContextNSWindow. 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 NSGraphicsContext Modifier and Type Method Description voidNSView. 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)
-