/headers/OfficeImport/PDAnimateMotionBehavior.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import <OfficeImport/PDAnimateScaleBehavior.h>
00008 
00009 @class NSString;
00010 
00011 @interface PDAnimateMotionBehavior : PDAnimateScaleBehavior
00012 {
00013     NSString *mPath;
00014     BOOL mHasAngle;
00015     double mAngle;
00016     BOOL mHasPointType;
00017     int mPointType;
00018     BOOL mHasOriginType;
00019     int mOriginType;
00020     BOOL mHasRotationCenter;
00021     struct _NSPoint mRotationCenter;
00022 }
00023 
00024 - (void)dealloc;
00025 - (BOOL)hasPath;
00026 - (id)path;
00027 - (void)setPath:(id)fp8;
00028 - (BOOL)hasAngle;
00029 - (double)angle;
00030 - (void)setAngle:(double)fp8;
00031 - (BOOL)hasPointType;
00032 - (int)pointType;
00033 - (void)setPointType:(int)fp8;
00034 - (BOOL)hasOriginType;
00035 - (int)originType;
00036 - (void)setOriginType:(int)fp8;
00037 - (BOOL)hasRotationCenter;
00038 - (struct _NSPoint)rotationCenter;
00039 - (void)setRotationCenter:(struct _NSPoint)fp8;
00040 
00041 @end
00042