1 // java wrapper for vtkTexturedActor2D object
7 public class vtkTexturedActor2D extends vtkActor2D
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 SetTexture_2(vtkTexture id0);
19 public void SetTexture(vtkTexture id0)
20 { SetTexture_2(id0); }
22 private native long GetTexture_3();
23 public vtkTexture GetTexture() {
24 long temp = GetTexture_3();
26 if (temp == 0) return null;
27 return (vtkTexture)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
30 private native void ReleaseGraphicsResources_4(vtkWindow id0);
31 public void ReleaseGraphicsResources(vtkWindow id0)
32 { ReleaseGraphicsResources_4(id0); }
34 private native int RenderOverlay_5(vtkViewport id0);
35 public int RenderOverlay(vtkViewport id0)
36 { return RenderOverlay_5(id0); }
38 private native int RenderOpaqueGeometry_6(vtkViewport id0);
39 public int RenderOpaqueGeometry(vtkViewport id0)
40 { return RenderOpaqueGeometry_6(id0); }
42 private native int RenderTranslucentPolygonalGeometry_7(vtkViewport id0);
43 public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
44 { return RenderTranslucentPolygonalGeometry_7(id0); }
46 private native int GetMTime_8();
48 { return GetMTime_8(); }
50 private native void ShallowCopy_9(vtkProp id0);
51 public void ShallowCopy(vtkProp id0)
52 { ShallowCopy_9(id0); }
54 public vtkTexturedActor2D() { super(); }
56 public vtkTexturedActor2D(long id) { super(id); }
57 public native long VTKInit();