Uses of Class
org.rococoa.cocoa.appkit.NSOpenGLPixelFormat

Packages that use NSOpenGLPixelFormat
org.rococoa.cocoa.appkit   
 

Uses of NSOpenGLPixelFormat in org.rococoa.cocoa.appkit
 

Methods in org.rococoa.cocoa.appkit that return NSOpenGLPixelFormat
static NSOpenGLPixelFormat NSOpenGLPixelFormat.alloc()
           
abstract  NSOpenGLPixelFormat NSOpenGLPixelFormat._class_.alloc()
           
static NSOpenGLPixelFormat NSOpenGLPixelFormat.createWithAttributes(IntBuffer attribs)
          Factory method
static NSOpenGLPixelFormat NSOpenGLPixelFormat.createWithAttributes(IntByReference attribs)
          Deprecated. 
static NSOpenGLPixelFormat NSOpenGLPixelFormat.createWithCGLPixelFormatObj(Pointer format)
          Factory method
static NSOpenGLPixelFormat NSOpenGLPixelFormat.createWithData(NSData attribs)
          Factory method
static NSOpenGLPixelFormat NSOpenGLView.defaultPixelFormat()
          Original signature : +(NSOpenGLPixelFormat*)defaultPixelFormat
native declaration : NSOpenGLView.h:22
abstract  NSOpenGLPixelFormat NSOpenGLView._class_.defaultPixelFormat()
          Original signature : +(NSOpenGLPixelFormat*)defaultPixelFormat
native declaration : NSOpenGLView.h:22
abstract  NSOpenGLPixelFormat NSOpenGLPixelFormat.initWithAttributes(IntBuffer attribs)
          Original signature : -(id)initWithAttributes:(const NSOpenGLPixelFormatAttribute*)
native declaration : NSOpenGL.h:111
abstract  NSOpenGLPixelFormat NSOpenGLPixelFormat.initWithAttributes(IntByReference attribs)
          Deprecated. use the safer methods initWithAttributes(java.nio.IntBuffer) and initWithAttributes(com.sun.jna.ptr.IntByReference) instead
abstract  NSOpenGLPixelFormat NSOpenGLPixelFormat.initWithCGLPixelFormatObj(Pointer format)
          Original signature : -(id)initWithCGLPixelFormatObj:(void*)
native declaration : NSOpenGL.h:113
abstract  NSOpenGLPixelFormat NSOpenGLPixelFormat.initWithData(NSData attribs)
          Original signature : -(id)initWithData:(NSData*)
native declaration : NSOpenGL.h:112
static NSOpenGLPixelFormat NSOpenGLPixelFormat.new_()
           
abstract  NSOpenGLPixelFormat NSOpenGLPixelFormat._class_.new_()
           
abstract  NSOpenGLPixelFormat NSOpenGLView.pixelFormat()
          Original signature : -(NSOpenGLPixelFormat*)pixelFormat
native declaration : NSOpenGLView.h:34
 

Methods in org.rococoa.cocoa.appkit with parameters of type NSOpenGLPixelFormat
static NSOpenGLContext NSOpenGLContext.createWithFormat_shareContext(NSOpenGLPixelFormat format, NSOpenGLContext share)
          Factory method
abstract  NSOpenGLContext NSOpenGLContext.initWithFormat_shareContext(NSOpenGLPixelFormat format, NSOpenGLContext share)
          Context creation
Original signature : -(id)initWithFormat:(NSOpenGLPixelFormat*) shareContext:(NSOpenGLContext*)
native declaration : NSOpenGL.h:193
abstract  void NSOpenGLView.setPixelFormat(NSOpenGLPixelFormat pixelFormat)
          Original signature : -(void)setPixelFormat:(NSOpenGLPixelFormat*)
native declaration : NSOpenGLView.h:33
 



Copyright © 2009. All Rights Reserved.