|
||||||||||
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.NSScreen
public abstract class NSScreen
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 |
NSScreen._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSScreen()
|
Method Summary | |
---|---|
static NSScreen |
alloc()
|
abstract NSColorSpace |
colorSpace()
Original signature : -(NSColorSpace*)colorSpace native declaration : NSScreen.h:34 |
static NSScreen |
deepestScreen()
Original signature : +(NSScreen*)deepestScreen native declaration : NSScreen.h:28 |
abstract int |
depth()
Original signature : -(NSWindowDepth)depth native declaration : NSScreen.h:30 |
abstract NSDictionary |
deviceDescription()
Original signature : -(NSDictionary*)deviceDescription native declaration : NSScreen.h:33 |
abstract NSRect.ByValue |
frame()
Original signature : -(NSRect)frame native declaration : NSScreen.h:31 |
static NSScreen._class_ |
getNSClass()
|
static NSScreen |
mainScreen()
Screen with key window Original signature : +(NSScreen*)mainScreen native declaration : NSScreen.h:27 |
static NSScreen |
new_()
|
static NSArray |
screens()
All screens; first one is "zero" screen Original signature : +(NSArray*)screens native declaration : NSScreen.h:26 |
abstract IntByReference |
supportedWindowDepths()
0 terminated Original signature : -(const NSWindowDepth*)supportedWindowDepths native declaration : NSScreen.h:36 |
abstract org.rococoa.cocoa.CGFloat |
userSpaceScaleFactor()
Returns scale factor applied by default to windows created on this screen Original signature : -(CGFloat)userSpaceScaleFactor native declaration : NSScreen.h:41 |
abstract NSRect.ByValue |
visibleFrame()
Original signature : -(NSRect)visibleFrame native declaration : NSScreen.h:32 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 NSScreen()
Method Detail |
---|
public static NSArray screens()
+(NSArray*)screens
public static NSScreen mainScreen()
+(NSScreen*)mainScreen
public static NSScreen deepestScreen()
+(NSScreen*)deepestScreen
public abstract int depth()
-(NSWindowDepth)depth
public abstract NSRect.ByValue frame()
-(NSRect)frame
public abstract NSRect.ByValue visibleFrame()
-(NSRect)visibleFrame
public abstract NSDictionary deviceDescription()
-(NSDictionary*)deviceDescription
public abstract NSColorSpace colorSpace()
-(NSColorSpace*)colorSpace
public abstract IntByReference supportedWindowDepths()
-(const NSWindowDepth*)supportedWindowDepths
public abstract org.rococoa.cocoa.CGFloat userSpaceScaleFactor()
-(CGFloat)userSpaceScaleFactor
public static NSScreen alloc()
public static NSScreen new_()
public static NSScreen._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |