1 // java wrapper for vtkLogoRepresentation object
7 public class vtkLogoRepresentation 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 void SetImage_2(vtkImageData id0);
19 public void SetImage(vtkImageData id0)
22 private native long GetImage_3();
23 public vtkImageData GetImage() {
24 long temp = GetImage_3();
26 if (temp == 0) return null;
27 return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
30 private native void SetImageProperty_4(vtkProperty2D id0);
31 public void SetImageProperty(vtkProperty2D id0)
32 { SetImageProperty_4(id0); }
34 private native long GetImageProperty_5();
35 public vtkProperty2D GetImageProperty() {
36 long temp = GetImageProperty_5();
38 if (temp == 0) return null;
39 return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
42 private native void BuildRepresentation_6();
43 public void BuildRepresentation()
44 { BuildRepresentation_6(); }
46 private native void GetActors2D_7(vtkPropCollection id0);
47 public void GetActors2D(vtkPropCollection id0)
48 { GetActors2D_7(id0); }
50 private native void ReleaseGraphicsResources_8(vtkWindow id0);
51 public void ReleaseGraphicsResources(vtkWindow id0)
52 { ReleaseGraphicsResources_8(id0); }
54 private native int RenderOverlay_9(vtkViewport id0);
55 public int RenderOverlay(vtkViewport id0)
56 { return RenderOverlay_9(id0); }
58 public vtkLogoRepresentation() { super(); }
60 public vtkLogoRepresentation(long id) { super(id); }
61 public native long VTKInit();