]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPlaybackRepresentation.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkPlaybackRepresentation.java
1 // java wrapper for vtkPlaybackRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkPlaybackRepresentation extends vtkBorderRepresentation
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 long GetProperty_2();
19   public vtkProperty2D GetProperty() {
20     long temp = GetProperty_2();
21
22     if (temp == 0) return null;
23     return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native void Play_3();
27   public void Play()
28     { Play_3(); }
29
30   private native void Stop_4();
31   public void Stop()
32     { Stop_4(); }
33
34   private native void ForwardOneFrame_5();
35   public void ForwardOneFrame()
36     { ForwardOneFrame_5(); }
37
38   private native void BackwardOneFrame_6();
39   public void BackwardOneFrame()
40     { BackwardOneFrame_6(); }
41
42   private native void JumpToBeginning_7();
43   public void JumpToBeginning()
44     { JumpToBeginning_7(); }
45
46   private native void JumpToEnd_8();
47   public void JumpToEnd()
48     { JumpToEnd_8(); }
49
50   private native void BuildRepresentation_9();
51   public void BuildRepresentation()
52     { BuildRepresentation_9(); }
53
54   private native void GetSize_10(double id0[]);
55   public void GetSize(double id0[])
56     { GetSize_10(id0); }
57
58   private native void GetActors2D_11(vtkPropCollection id0);
59   public void GetActors2D(vtkPropCollection id0)
60     { GetActors2D_11(id0); }
61
62   private native void ReleaseGraphicsResources_12(vtkWindow id0);
63   public void ReleaseGraphicsResources(vtkWindow id0)
64     { ReleaseGraphicsResources_12(id0); }
65
66   private native int RenderOverlay_13(vtkViewport id0);
67   public int RenderOverlay(vtkViewport id0)
68     { return RenderOverlay_13(id0); }
69
70   private native int RenderOpaqueGeometry_14(vtkViewport id0);
71   public int RenderOpaqueGeometry(vtkViewport id0)
72     { return RenderOpaqueGeometry_14(id0); }
73
74   private native int RenderTranslucentPolygonalGeometry_15(vtkViewport id0);
75   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
76     { return RenderTranslucentPolygonalGeometry_15(id0); }
77
78   private native int HasTranslucentPolygonalGeometry_16();
79   public int HasTranslucentPolygonalGeometry()
80     { return HasTranslucentPolygonalGeometry_16(); }
81
82   public vtkPlaybackRepresentation() { super(); }
83
84   public vtkPlaybackRepresentation(long id) { super(id); }
85   public native long   VTKInit();
86
87 }