Uses of Class
com.jniwrapper.macosx.cocoa.nsgraphicscontext.NSGraphicsContext

Packages that use NSGraphicsContext
com.jniwrapper.macosx.cocoa.nsevent   
com.jniwrapper.macosx.cocoa.nsgraphicscontext   
 

Uses of NSGraphicsContext in com.jniwrapper.macosx.cocoa.nsevent
 

Methods in com.jniwrapper.macosx.cocoa.nsevent with parameters of type NSGraphicsContext
static com.jniwrapper.Pointer.Void NSEvent.static_enterExitEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_trackingNumber_userData(NSEventType type, NSPoint location, com.jniwrapper.UInt flags, NSTimeInterval time, com.jniwrapper.Int wNum, NSGraphicsContext context, com.jniwrapper.Int eNum, com.jniwrapper.Int tNum, com.jniwrapper.Pointer.Void data)
          This method represents the enterExitEventWithType() method of the NSEvent Objective-C class.
static com.jniwrapper.Pointer.Void NSEvent.static_mouseEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_clickCount_pressure(NSEventType type, NSPoint location, com.jniwrapper.UInt flags, NSTimeInterval time, com.jniwrapper.Int wNum, NSGraphicsContext context, com.jniwrapper.Int eNum, com.jniwrapper.Int cNum, com.jniwrapper.SingleFloat pressure)
          This method represents the mouseEventWithType() method of the NSEvent Objective-C class.
static com.jniwrapper.Pointer.Void NSEvent.static_otherEventWithType_location_modifierFlags_timestamp_windowNumber_context_subtype_data1_data2(NSEventType type, NSPoint location, com.jniwrapper.UInt flags, NSTimeInterval time, com.jniwrapper.Int wNum, NSGraphicsContext context, com.jniwrapper.ShortInt subtype, com.jniwrapper.Int d1, com.jniwrapper.Int d2)
          This method represents the otherEventWithType() method of the NSEvent Objective-C class.
static com.jniwrapper.Pointer.Void NSEvent.static_keyEventWithType_location_modifierFlags_timestamp_windowNumber_context_characters_charactersIgnoringModifiers_isARepeat_keyCode(NSEventType type, NSPoint location, com.jniwrapper.UInt flags, NSTimeInterval time, com.jniwrapper.Int wNum, NSGraphicsContext context, java.lang.String keys, java.lang.String ukeys, boolean flag, com.jniwrapper.UInt16 code)
          This method represents the keyEventWithType() method of the NSEvent Objective-C class.
 

Uses of NSGraphicsContext in com.jniwrapper.macosx.cocoa.nsgraphicscontext
 

Methods in com.jniwrapper.macosx.cocoa.nsgraphicscontext with parameters of type NSGraphicsContext
static void NSGraphicsContext.static_setCurrentContext(NSGraphicsContext context)