]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkLogoRepresentation.java
Remove dependencies on log4j
[simantics/3d.git] / vtk / src / vtk / vtkLogoRepresentation.java
1 // java wrapper for vtkLogoRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkLogoRepresentation 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 void SetImage_2(vtkImageData id0);
19   public void SetImage(vtkImageData id0)
20     { SetImage_2(id0); }
21
22   private native long GetImage_3();
23   public vtkImageData GetImage() {
24     long temp = GetImage_3();
25
26     if (temp == 0) return null;
27     return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetImageProperty_4(vtkProperty2D id0);
31   public void SetImageProperty(vtkProperty2D id0)
32     { SetImageProperty_4(id0); }
33
34   private native long GetImageProperty_5();
35   public vtkProperty2D GetImageProperty() {
36     long temp = GetImageProperty_5();
37
38     if (temp == 0) return null;
39     return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
40 }
41
42   private native void BuildRepresentation_6();
43   public void BuildRepresentation()
44     { BuildRepresentation_6(); }
45
46   private native void GetActors2D_7(vtkPropCollection id0);
47   public void GetActors2D(vtkPropCollection id0)
48     { GetActors2D_7(id0); }
49
50   private native void ReleaseGraphicsResources_8(vtkWindow id0);
51   public void ReleaseGraphicsResources(vtkWindow id0)
52     { ReleaseGraphicsResources_8(id0); }
53
54   private native int RenderOverlay_9(vtkViewport id0);
55   public int RenderOverlay(vtkViewport id0)
56     { return RenderOverlay_9(id0); }
57
58   public vtkLogoRepresentation() { super(); }
59
60   public vtkLogoRepresentation(long id) { super(id); }
61   public native long   VTKInit();
62
63 }