|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.appkit.NSOpenGLPixelFormat
public abstract class NSOpenGLPixelFormat
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static class |
NSOpenGLPixelFormat._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
NSCoding._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSOpenGLPixelFormat()
|
Method Summary | |
---|---|
static NSOpenGLPixelFormat |
alloc()
|
abstract NSData |
attributes()
Original signature : -(NSData*)attributes native declaration : NSOpenGL.h:115 |
abstract Pointer |
CGLPixelFormatObj()
Original signature : -(void*)CGLPixelFormatObj native declaration : NSOpenGL.h:122 |
static NSOpenGLPixelFormat |
createWithAttributes(IntBuffer attribs)
Factory method |
static NSOpenGLPixelFormat |
createWithAttributes(IntByReference attribs)
Deprecated. |
static NSOpenGLPixelFormat |
createWithCGLPixelFormatObj(Pointer format)
Factory method |
static NSOpenGLPixelFormat |
createWithData(NSData attribs)
Factory method |
static NSOpenGLPixelFormat._class_ |
getNSClass()
|
abstract void |
getValues_forAttribute_forVirtualScreen(IntBuffer vals,
int attrib,
int screen)
Original signature : -(void)getValues:(GLint*) forAttribute:(NSOpenGLPixelFormatAttribute) forVirtualScreen:(GLint) native declaration : NSOpenGL.h:118 |
abstract void |
getValues_forAttribute_forVirtualScreen(IntByReference vals,
int attrib,
int screen)
Deprecated. use the safer methods getValues_forAttribute_forVirtualScreen(java.nio.IntBuffer, int, int) and getValues_forAttribute_forVirtualScreen(com.sun.jna.ptr.IntByReference, int, int) instead |
abstract NSOpenGLPixelFormat |
initWithAttributes(IntBuffer attribs)
Original signature : -(id)initWithAttributes:(const NSOpenGLPixelFormatAttribute*) native declaration : NSOpenGL.h:111 |
abstract NSOpenGLPixelFormat |
initWithAttributes(IntByReference attribs)
Deprecated. use the safer methods initWithAttributes(java.nio.IntBuffer) and initWithAttributes(com.sun.jna.ptr.IntByReference) instead |
abstract NSOpenGLPixelFormat |
initWithCGLPixelFormatObj(Pointer format)
Original signature : -(id)initWithCGLPixelFormatObj:(void*) native declaration : NSOpenGL.h:113 |
abstract NSOpenGLPixelFormat |
initWithData(NSData attribs)
Original signature : -(id)initWithData:(NSData*) native declaration : NSOpenGL.h:112 |
static NSOpenGLPixelFormat |
new_()
|
abstract int |
numberOfVirtualScreens()
Original signature : -(GLint)numberOfVirtualScreens native declaration : NSOpenGL.h:119 |
abstract void |
setAttributes(NSData attribs)
Original signature : -(void)setAttributes:(NSData*) native declaration : NSOpenGL.h:116 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
encodeWithCoder, initWithCoder |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSOpenGLPixelFormat()
Method Detail |
---|
@Deprecated public abstract NSOpenGLPixelFormat initWithAttributes(IntByReference attribs)
initWithAttributes(java.nio.IntBuffer)
and initWithAttributes(com.sun.jna.ptr.IntByReference)
instead
-(id)initWithAttributes:(const NSOpenGLPixelFormatAttribute*)
attribs
- @see org.rococoa.cocoa.appkit.AppKitLibrary#NSOpenGLPixelFormatAttribute@Deprecated public static NSOpenGLPixelFormat createWithAttributes(IntByReference attribs)
initWithAttributes(com.sun.jna.ptr.IntByReference)
public abstract NSOpenGLPixelFormat initWithAttributes(IntBuffer attribs)
-(id)initWithAttributes:(const NSOpenGLPixelFormatAttribute*)
public static NSOpenGLPixelFormat createWithAttributes(IntBuffer attribs)
initWithAttributes(java.nio.IntBuffer)
public abstract NSOpenGLPixelFormat initWithData(NSData attribs)
-(id)initWithData:(NSData*)
public static NSOpenGLPixelFormat createWithData(NSData attribs)
initWithData(org.rococoa.cocoa.foundation.NSData)
public abstract NSOpenGLPixelFormat initWithCGLPixelFormatObj(Pointer format)
-(id)initWithCGLPixelFormatObj:(void*)
public static NSOpenGLPixelFormat createWithCGLPixelFormatObj(Pointer format)
initWithCGLPixelFormatObj(com.sun.jna.Pointer)
public abstract NSData attributes()
-(NSData*)attributes
public abstract void setAttributes(NSData attribs)
-(void)setAttributes:(NSData*)
@Deprecated public abstract void getValues_forAttribute_forVirtualScreen(IntByReference vals, int attrib, int screen)
getValues_forAttribute_forVirtualScreen(java.nio.IntBuffer, int, int)
and getValues_forAttribute_forVirtualScreen(com.sun.jna.ptr.IntByReference, int, int)
instead
-(void)getValues:(GLint*) forAttribute:(NSOpenGLPixelFormatAttribute) forVirtualScreen:(GLint)
attrib
- @see org.rococoa.cocoa.appkit.AppKitLibrary#NSOpenGLPixelFormatAttributepublic abstract void getValues_forAttribute_forVirtualScreen(IntBuffer vals, int attrib, int screen)
-(void)getValues:(GLint*) forAttribute:(NSOpenGLPixelFormatAttribute) forVirtualScreen:(GLint)
attrib
- @see org.rococoa.cocoa.appkit.AppKitLibrary#NSOpenGLPixelFormatAttributepublic abstract int numberOfVirtualScreens()
-(GLint)numberOfVirtualScreens
public abstract Pointer CGLPixelFormatObj()
-(void*)CGLPixelFormatObj
public static NSOpenGLPixelFormat alloc()
public static NSOpenGLPixelFormat new_()
public static NSOpenGLPixelFormat._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |