]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAnimationScene.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkAnimationScene.java
1 // java wrapper for vtkAnimationScene object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkAnimationScene extends vtkAnimationCue
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void SetPlayMode_2(int id0);
19   public void SetPlayMode(int id0)
20     { SetPlayMode_2(id0); }
21
22   private native void SetModeToSequence_3();
23   public void SetModeToSequence()
24     { SetModeToSequence_3(); }
25
26   private native void SetModeToRealTime_4();
27   public void SetModeToRealTime()
28     { SetModeToRealTime_4(); }
29
30   private native int GetPlayMode_5();
31   public int GetPlayMode()
32     { return GetPlayMode_5(); }
33
34   private native void SetFrameRate_6(double id0);
35   public void SetFrameRate(double id0)
36     { SetFrameRate_6(id0); }
37
38   private native double GetFrameRate_7();
39   public double GetFrameRate()
40     { return GetFrameRate_7(); }
41
42   private native void AddCue_8(vtkAnimationCue id0);
43   public void AddCue(vtkAnimationCue id0)
44     { AddCue_8(id0); }
45
46   private native void RemoveCue_9(vtkAnimationCue id0);
47   public void RemoveCue(vtkAnimationCue id0)
48     { RemoveCue_9(id0); }
49
50   private native void RemoveAllCues_10();
51   public void RemoveAllCues()
52     { RemoveAllCues_10(); }
53
54   private native int GetNumberOfCues_11();
55   public int GetNumberOfCues()
56     { return GetNumberOfCues_11(); }
57
58   private native void Play_12();
59   public void Play()
60     { Play_12(); }
61
62   private native void Stop_13();
63   public void Stop()
64     { Stop_13(); }
65
66   private native void SetLoop_14(int id0);
67   public void SetLoop(int id0)
68     { SetLoop_14(id0); }
69
70   private native int GetLoop_15();
71   public int GetLoop()
72     { return GetLoop_15(); }
73
74   private native void SetAnimationTime_16(double id0);
75   public void SetAnimationTime(double id0)
76     { SetAnimationTime_16(id0); }
77
78   private native void SetTimeMode_17(int id0);
79   public void SetTimeMode(int id0)
80     { SetTimeMode_17(id0); }
81
82   private native int IsInPlay_18();
83   public int IsInPlay()
84     { return IsInPlay_18(); }
85
86   public vtkAnimationScene() { super(); }
87
88   public vtkAnimationScene(long id) { super(id); }
89   public native long   VTKInit();
90
91 }