Uses of Class
com.jniwrapper.macosx.cocoa.nsopengl.NSOpenGLPixelFormat

Packages that use NSOpenGLPixelFormat
com.jniwrapper.macosx.cocoa.nsopengl   
com.jniwrapper.macosx.cocoa.nsopenglview   
 

Uses of NSOpenGLPixelFormat in com.jniwrapper.macosx.cocoa.nsopengl
 

Methods in com.jniwrapper.macosx.cocoa.nsopengl with parameters of type NSOpenGLPixelFormat
 Id NSOpenGLContext.initWithFormat_shareContext(NSOpenGLPixelFormat format, NSOpenGLContext share)
          This method represents the initWithFormat() method of the NSOpenGLContext Objective-C class.
 

Uses of NSOpenGLPixelFormat in com.jniwrapper.macosx.cocoa.nsopenglview
 

Methods in com.jniwrapper.macosx.cocoa.nsopenglview with parameters of type NSOpenGLPixelFormat
 Id NSOpenGLView.initWithFrame_pixelFormat(NSRect frameRect, NSOpenGLPixelFormat format)
          This method represents the initWithFrame() method of the NSOpenGLView Objective-C class.
 void NSOpenGLView.setPixelFormat(NSOpenGLPixelFormat pixelFormat)