Uses of Class
org.rococoa.cocoa.foundation.NSSize

Packages that use NSSize
org.rococoa.cocoa.appkit   
org.rococoa.cocoa.foundation   
 

Uses of NSSize in org.rococoa.cocoa.appkit
 

Fields in org.rococoa.cocoa.appkit declared as NSSize
 NSSize NSTypesetterGlyphInfo.attachmentSize
          Size of the character if it's an attachment; otherwise meaningless
C type : NSSize
 

Constructors in org.rococoa.cocoa.appkit with parameters of type NSSize
NSTypesetterGlyphInfo(NSPoint curLocation, float extent, float belowBaseline, float aboveBaseline, int glyphCharacterIndex, NSFont font, NSSize attachmentSize, NSTypesetterGlyphInfo._giflags_struct _giflags)
           
 

Uses of NSSize in org.rococoa.cocoa.foundation
 

Subclasses of NSSize in org.rococoa.cocoa.foundation
static class NSSize.ByReference
           
static class NSSize.ByValue
           
 

Fields in org.rococoa.cocoa.foundation declared as NSSize
 NSSize NSRect.size
           
 

Methods in org.rococoa.cocoa.foundation that return NSSize
static NSSize[] NSSize.newArray(int arrayLength)
           
 

Constructors in org.rococoa.cocoa.foundation with parameters of type NSSize
NSRect(NSPoint origin, NSSize size)
           
 



Copyright © 2009. All Rights Reserved.