Uses of Class
com.jniwrapper.macosx.cocoa.nsgraphics.NSWindowDepth

Packages that use NSWindowDepth
com.jniwrapper.macosx.cocoa.nscachedimagerep   
com.jniwrapper.macosx.cocoa.nsscreen   
com.jniwrapper.macosx.cocoa.nswindow   
 

Uses of NSWindowDepth in com.jniwrapper.macosx.cocoa.nscachedimagerep
 

Methods in com.jniwrapper.macosx.cocoa.nscachedimagerep with parameters of type NSWindowDepth
 Id NSCachedImageRep.initWithSize_depth_separate_alpha(NSSize size, NSWindowDepth depth, boolean flag, boolean alpha)
          This method represents the initWithSize() method of the NSCachedImageRep Objective-C class.
 

Uses of NSWindowDepth in com.jniwrapper.macosx.cocoa.nsscreen
 

Methods in com.jniwrapper.macosx.cocoa.nsscreen that return NSWindowDepth
 NSWindowDepth NSScreen.depth()
           
 

Uses of NSWindowDepth in com.jniwrapper.macosx.cocoa.nswindow
 

Methods in com.jniwrapper.macosx.cocoa.nswindow that return NSWindowDepth
static NSWindowDepth NSWindow.static_defaultDepthLimit()
           
 NSWindowDepth NSWindow.depthLimit()
           
 

Methods in com.jniwrapper.macosx.cocoa.nswindow with parameters of type NSWindowDepth
 void NSWindow.setDepthLimit(NSWindowDepth limit)