]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkTextRepresentation.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkTextRepresentation.java
1 // java wrapper for vtkTextRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkTextRepresentation 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 SetTextActor_2(vtkTextActor id0);
19   public void SetTextActor(vtkTextActor id0)
20     { SetTextActor_2(id0); }
21
22   private native long GetTextActor_3();
23   public vtkTextActor GetTextActor() {
24     long temp = GetTextActor_3();
25
26     if (temp == 0) return null;
27     return (vtkTextActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetText_4(String id0);
31   public void SetText(String id0)
32     { SetText_4(id0); }
33
34   private native String GetText_5();
35   public String GetText()
36     { return GetText_5(); }
37
38   private native void BuildRepresentation_6();
39   public void BuildRepresentation()
40     { BuildRepresentation_6(); }
41
42   private native void GetSize_7(double id0[]);
43   public void GetSize(double id0[])
44     { GetSize_7(id0); }
45
46   private native void GetActors2D_8(vtkPropCollection id0);
47   public void GetActors2D(vtkPropCollection id0)
48     { GetActors2D_8(id0); }
49
50   private native void ReleaseGraphicsResources_9(vtkWindow id0);
51   public void ReleaseGraphicsResources(vtkWindow id0)
52     { ReleaseGraphicsResources_9(id0); }
53
54   private native int RenderOverlay_10(vtkViewport id0);
55   public int RenderOverlay(vtkViewport id0)
56     { return RenderOverlay_10(id0); }
57
58   private native int RenderOpaqueGeometry_11(vtkViewport id0);
59   public int RenderOpaqueGeometry(vtkViewport id0)
60     { return RenderOpaqueGeometry_11(id0); }
61
62   private native int RenderTranslucentPolygonalGeometry_12(vtkViewport id0);
63   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
64     { return RenderTranslucentPolygonalGeometry_12(id0); }
65
66   private native int HasTranslucentPolygonalGeometry_13();
67   public int HasTranslucentPolygonalGeometry()
68     { return HasTranslucentPolygonalGeometry_13(); }
69
70   private native void SetWindowLocation_14(int id0);
71   public void SetWindowLocation(int id0)
72     { SetWindowLocation_14(id0); }
73
74   private native int GetWindowLocation_15();
75   public int GetWindowLocation()
76     { return GetWindowLocation_15(); }
77
78   private native void SetPosition_16(double id0,double id1);
79   public void SetPosition(double id0,double id1)
80     { SetPosition_16(id0,id1); }
81
82   private native void SetPosition_17(double id0[]);
83   public void SetPosition(double id0[])
84     { SetPosition_17(id0); }
85
86   public vtkTextRepresentation() { super(); }
87
88   public vtkTextRepresentation(long id) { super(id); }
89   public native long   VTKInit();
90
91 }