|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSAnimation | |
---|---|
org.rococoa.cocoa.appkit |
Uses of NSAnimation in org.rococoa.cocoa.appkit |
---|
Methods in org.rococoa.cocoa.appkit that return NSAnimation | |
---|---|
static NSAnimation |
NSAnimation.alloc()
|
abstract NSAnimation |
NSAnimation._class_.alloc()
|
static NSAnimation |
NSAnimation.createWithDuration_animationCurve(double duration,
int animationCurve)
Factory method |
abstract NSAnimation |
NSAnimation.initWithDuration_animationCurve(double duration,
int animationCurve)
Original signature : -(id)initWithDuration:(NSTimeInterval) animationCurve:(NSAnimationCurve) native declaration : NSAnimation.h:70 |
static NSAnimation |
NSAnimation.new_()
|
abstract NSAnimation |
NSAnimation._class_.new_()
|
Methods in org.rococoa.cocoa.appkit with parameters of type NSAnimation | |
---|---|
abstract void |
NSAnimation.startWhenAnimation_reachesProgress(NSAnimation animation,
float startProgress)
Original signature : -(void)startWhenAnimation:(NSAnimation*) reachesProgress:(NSAnimationProgress) native declaration : NSAnimation.h:102 |
abstract void |
NSAnimation.stopWhenAnimation_reachesProgress(NSAnimation animation,
float stopProgress)
Original signature : -(void)stopWhenAnimation:(NSAnimation*) reachesProgress:(NSAnimationProgress) native declaration : NSAnimation.h:103 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |