|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSAffineTransform | |
---|---|
org.rococoa.cocoa.appkit | |
org.rococoa.cocoa.foundation |
Uses of NSAffineTransform in org.rococoa.cocoa.appkit |
---|
Methods in org.rococoa.cocoa.appkit that return NSAffineTransform | |
---|---|
abstract NSAffineTransform |
NSFontDescriptor.matrix()
Original signature : -(NSAffineTransform*)matrix native declaration : NSFontDescriptor.h:77 |
abstract NSAffineTransform |
NSFont.textTransform()
Original signature : -(NSAffineTransform*)textTransform native declaration : NSFont.h:121 |
Methods in org.rococoa.cocoa.appkit with parameters of type NSAffineTransform | |
---|---|
abstract NSFontDescriptor |
NSFontDescriptor.fontDescriptorWithMatrix(NSAffineTransform matrix)
Original signature : -(NSFontDescriptor*)fontDescriptorWithMatrix:(NSAffineTransform*) native declaration : NSFontDescriptor.h:106 |
static NSFontDescriptor |
NSFontDescriptor.fontDescriptorWithName_matrix(NSString fontName,
NSAffineTransform matrix)
Original signature : +(NSFontDescriptor*)fontDescriptorWithName:(NSString*) matrix:(NSAffineTransform*) native declaration : NSFontDescriptor.h:89 |
abstract NSFontDescriptor |
NSFontDescriptor._class_.fontDescriptorWithName_matrix(NSString fontName,
NSAffineTransform matrix)
Original signature : +(NSFontDescriptor*)fontDescriptorWithName:(NSString*) matrix:(NSAffineTransform*) native declaration : NSFontDescriptor.h:89 |
static NSFont |
NSFont.fontWithDescriptor_textTransform(NSFontDescriptor fontDescriptor,
NSAffineTransform textTransform)
Instantiates an NSFont object matching fontDescriptor. |
abstract NSFont |
NSFont._class_.fontWithDescriptor_textTransform(NSFontDescriptor fontDescriptor,
NSAffineTransform textTransform)
Instantiates an NSFont object matching fontDescriptor. |
abstract void |
NSBezierPath.transformUsingAffineTransform(NSAffineTransform transform)
Original signature : -(void)transformUsingAffineTransform:(NSAffineTransform*) native declaration : NSBezierPath.h:153 |
Uses of NSAffineTransform in org.rococoa.cocoa.foundation |
---|
Methods in org.rococoa.cocoa.foundation that return NSAffineTransform | |
---|---|
static NSAffineTransform |
NSAffineTransform.alloc()
|
abstract NSAffineTransform |
NSAffineTransform._class_.alloc()
|
static NSAffineTransform |
NSAffineTransform.createWithTransform(NSAffineTransform transform)
Factory method |
abstract NSAffineTransform |
NSAffineTransform.initWithTransform(NSAffineTransform transform)
Initialization Original signature : -(id)initWithTransform:(NSAffineTransform*) native declaration : NSAffineTransform.h:27 |
static NSAffineTransform |
NSAffineTransform.new_()
|
abstract NSAffineTransform |
NSAffineTransform._class_.new_()
|
static NSAffineTransform |
NSAffineTransform.transform()
Creation Original signature : +(NSAffineTransform*)transform native declaration : NSAffineTransform.h:24 |
abstract NSAffineTransform |
NSAffineTransform._class_.transform()
Creation Original signature : +(NSAffineTransform*)transform native declaration : NSAffineTransform.h:24 |
Methods in org.rococoa.cocoa.foundation with parameters of type NSAffineTransform | |
---|---|
abstract void |
NSAffineTransform.appendTransform(NSAffineTransform transform)
Transforming with transform Original signature : -(void)appendTransform:(NSAffineTransform*) native declaration : NSAffineTransform.h:44 |
static NSAffineTransform |
NSAffineTransform.createWithTransform(NSAffineTransform transform)
Factory method |
abstract NSAffineTransform |
NSAffineTransform.initWithTransform(NSAffineTransform transform)
Initialization Original signature : -(id)initWithTransform:(NSAffineTransform*) native declaration : NSAffineTransform.h:27 |
abstract void |
NSAffineTransform.prependTransform(NSAffineTransform transform)
Original signature : -(void)prependTransform:(NSAffineTransform*) native declaration : NSAffineTransform.h:45 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |