1 // java wrapper for vtkPlaybackRepresentation object
7 public class vtkPlaybackRepresentation extends vtkBorderRepresentation
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 long GetProperty_2();
19 public vtkProperty2D GetProperty() {
20 long temp = GetProperty_2();
22 if (temp == 0) return null;
23 return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
26 private native void Play_3();
30 private native void Stop_4();
34 private native void ForwardOneFrame_5();
35 public void ForwardOneFrame()
36 { ForwardOneFrame_5(); }
38 private native void BackwardOneFrame_6();
39 public void BackwardOneFrame()
40 { BackwardOneFrame_6(); }
42 private native void JumpToBeginning_7();
43 public void JumpToBeginning()
44 { JumpToBeginning_7(); }
46 private native void JumpToEnd_8();
47 public void JumpToEnd()
50 private native void BuildRepresentation_9();
51 public void BuildRepresentation()
52 { BuildRepresentation_9(); }
54 private native void GetSize_10(double id0[]);
55 public void GetSize(double id0[])
58 private native void GetActors2D_11(vtkPropCollection id0);
59 public void GetActors2D(vtkPropCollection id0)
60 { GetActors2D_11(id0); }
62 private native void ReleaseGraphicsResources_12(vtkWindow id0);
63 public void ReleaseGraphicsResources(vtkWindow id0)
64 { ReleaseGraphicsResources_12(id0); }
66 private native int RenderOverlay_13(vtkViewport id0);
67 public int RenderOverlay(vtkViewport id0)
68 { return RenderOverlay_13(id0); }
70 private native int RenderOpaqueGeometry_14(vtkViewport id0);
71 public int RenderOpaqueGeometry(vtkViewport id0)
72 { return RenderOpaqueGeometry_14(id0); }
74 private native int RenderTranslucentPolygonalGeometry_15(vtkViewport id0);
75 public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
76 { return RenderTranslucentPolygonalGeometry_15(id0); }
78 private native int HasTranslucentPolygonalGeometry_16();
79 public int HasTranslucentPolygonalGeometry()
80 { return HasTranslucentPolygonalGeometry_16(); }
82 public vtkPlaybackRepresentation() { super(); }
84 public vtkPlaybackRepresentation(long id) { super(id); }
85 public native long VTKInit();