1 // java wrapper for vtkAnimationScene object
7 public class vtkAnimationScene extends vtkAnimationCue
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void SetPlayMode_2(int id0);
19 public void SetPlayMode(int id0)
20 { SetPlayMode_2(id0); }
22 private native void SetModeToSequence_3();
23 public void SetModeToSequence()
24 { SetModeToSequence_3(); }
26 private native void SetModeToRealTime_4();
27 public void SetModeToRealTime()
28 { SetModeToRealTime_4(); }
30 private native int GetPlayMode_5();
31 public int GetPlayMode()
32 { return GetPlayMode_5(); }
34 private native void SetFrameRate_6(double id0);
35 public void SetFrameRate(double id0)
36 { SetFrameRate_6(id0); }
38 private native double GetFrameRate_7();
39 public double GetFrameRate()
40 { return GetFrameRate_7(); }
42 private native void AddCue_8(vtkAnimationCue id0);
43 public void AddCue(vtkAnimationCue id0)
46 private native void RemoveCue_9(vtkAnimationCue id0);
47 public void RemoveCue(vtkAnimationCue id0)
50 private native void RemoveAllCues_10();
51 public void RemoveAllCues()
52 { RemoveAllCues_10(); }
54 private native int GetNumberOfCues_11();
55 public int GetNumberOfCues()
56 { return GetNumberOfCues_11(); }
58 private native void Play_12();
62 private native void Stop_13();
66 private native void SetLoop_14(int id0);
67 public void SetLoop(int id0)
70 private native int GetLoop_15();
72 { return GetLoop_15(); }
74 private native void SetAnimationTime_16(double id0);
75 public void SetAnimationTime(double id0)
76 { SetAnimationTime_16(id0); }
78 private native void SetTimeMode_17(int id0);
79 public void SetTimeMode(int id0)
80 { SetTimeMode_17(id0); }
82 private native int IsInPlay_18();
84 { return IsInPlay_18(); }
86 public vtkAnimationScene() { super(); }
88 public vtkAnimationScene(long id) { super(id); }
89 public native long VTKInit();