UIZoomAnimation Klassenreferenz

#import <UIZoomAnimation.h>

Abgeleitet von UIAnimation.

Aufstellung aller Elemente


Öffentliche Methoden

(void) - setEndScale:
(void) - setStartScale:
(void) - setEndScrollPoint:
(void) - setStartScrollPoint:
(void) - setProgress:

Öffentliche, statische Methoden

(float) + defaultDuration
(id) + zoomAnimationForTarget:endScale:endScrollPoint:
(id) + zoomAnimationForTarget:focusRect:deviceBoundaryRect:scale:

Geschützte Attribute

float _endScale
float _startScale
struct CGPoint _endScrollPoint
struct CGPoint _startScrollPoint

Ausführliche Beschreibung

Definiert in Zeile 9 der Datei UIZoomAnimation.h.


Dokumentation der Elementfunktionen

+ (float) defaultDuration  

+ (id) zoomAnimationForTarget: (id)  fp8
endScale: (float)  fp12
endScrollPoint: (struct CGPoint fp16 

+ (id) zoomAnimationForTarget: (id)  fp8
focusRect: (struct CGRect fp12
deviceBoundaryRect: (struct CGRect fp28
scale: (float)  fp44 

- (void) setEndScale: (float)  fp8  

- (void) setStartScale: (float)  fp8  

- (void) setEndScrollPoint: (struct CGPoint fp8  

- (void) setStartScrollPoint: (struct CGPoint fp8  

- (void) setProgress: (float)  fp8  

Implementiert UIAnimation.


Dokumentation der Datenelemente

- (float) _endScale [protected]

Definiert in Zeile 11 der Datei UIZoomAnimation.h.

- (float) _startScale [protected]

Definiert in Zeile 12 der Datei UIZoomAnimation.h.

- (struct CGPoint) _endScrollPoint [read, protected]

Definiert in Zeile 13 der Datei UIZoomAnimation.h.

- (struct CGPoint) _startScrollPoint [read, protected]

Definiert in Zeile 14 der Datei UIZoomAnimation.h.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: