home *** CD-ROM | disk | FTP | other *** search
- package com.ms.dxmedia.rawcom;
-
- import com.ms.com.IUnknown;
- import com.ms.com.NoAutoScripting;
- import com.ms.com._Guid;
-
- public final class DAString implements IUnknown, NoAutoScripting, IDAString {
- public static final _Guid iid = new _Guid(-999547965, (short)15442, (short)4560, (byte)-110, (byte)0, (byte)-124, (byte)-116, (byte)29, (byte)0, (byte)0, (byte)0);
- public static final _Guid clsid = new _Guid(-999547964, (short)15442, (short)4560, (byte)-110, (byte)0, (byte)-124, (byte)-116, (byte)29, (byte)0, (byte)0, (byte)0);
-
- public native IDABehavior RepeatForever();
-
- public native IDABehavior Repeat(int var1);
-
- public native void SwitchTo(IDABehavior var1);
-
- public native void SwitchToString(String var1);
-
- public native IDABehavior DurationAnim(IDANumber var1);
-
- public native String GetClassName();
-
- public native IDABehavior RunOnce();
-
- public native String Extract();
-
- public native IDABehavior Importance(double var1);
-
- public native IDABehavior SubstituteTime(IDANumber var1);
-
- public native void SwitchToNumber(double var1);
-
- public native IDABehavior Hook(IDABvrHook var1);
-
- public native IDABehavior Duration(double var1);
-
- public native void Init(IDABehavior var1);
-
- public native boolean IsReady(boolean var1);
-
- public native IDAString AnimateProperty(String var1, String var2, boolean var3, double var4);
- }
-