]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkBillboardTextActor3D.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkBillboardTextActor3D.java
1 // java wrapper for vtkBillboardTextActor3D object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkBillboardTextActor3D extends vtkProp3D
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 SetInput_2(String id0);
19   public void SetInput(String id0)
20     { SetInput_2(id0); }
21
22   private native String GetInput_3();
23   public String GetInput()
24     { return GetInput_3(); }
25
26   private native int[]  GetDisplayOffset_4();
27   public int[]  GetDisplayOffset()
28     { return GetDisplayOffset_4(); }
29
30   private native void SetDisplayOffset_5(int id0,int id1);
31   public void SetDisplayOffset(int id0,int id1)
32     { SetDisplayOffset_5(id0,id1); }
33
34   private native void SetDisplayOffset_6(int id0[]);
35   public void SetDisplayOffset(int id0[])
36     { SetDisplayOffset_6(id0); }
37
38   private native void SetTextProperty_7(vtkTextProperty id0);
39   public void SetTextProperty(vtkTextProperty id0)
40     { SetTextProperty_7(id0); }
41
42   private native long GetTextProperty_8();
43   public vtkTextProperty GetTextProperty() {
44     long temp = GetTextProperty_8();
45
46     if (temp == 0) return null;
47     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
48 }
49
50   private native void SetForceOpaque_9(boolean id0);
51   public void SetForceOpaque(boolean id0)
52     { SetForceOpaque_9(id0); }
53
54   private native boolean GetForceOpaque_10();
55   public boolean GetForceOpaque()
56     { return GetForceOpaque_10(); }
57
58   private native void ForceOpaqueOn_11();
59   public void ForceOpaqueOn()
60     { ForceOpaqueOn_11(); }
61
62   private native void ForceOpaqueOff_12();
63   public void ForceOpaqueOff()
64     { ForceOpaqueOff_12(); }
65
66   private native void SetForceTranslucent_13(boolean id0);
67   public void SetForceTranslucent(boolean id0)
68     { SetForceTranslucent_13(id0); }
69
70   private native boolean GetForceTranslucent_14();
71   public boolean GetForceTranslucent()
72     { return GetForceTranslucent_14(); }
73
74   private native void ForceTranslucentOn_15();
75   public void ForceTranslucentOn()
76     { ForceTranslucentOn_15(); }
77
78   private native void ForceTranslucentOff_16();
79   public void ForceTranslucentOff()
80     { ForceTranslucentOff_16(); }
81
82   private native int HasTranslucentPolygonalGeometry_17();
83   public int HasTranslucentPolygonalGeometry()
84     { return HasTranslucentPolygonalGeometry_17(); }
85
86   private native int RenderOpaqueGeometry_18(vtkViewport id0);
87   public int RenderOpaqueGeometry(vtkViewport id0)
88     { return RenderOpaqueGeometry_18(id0); }
89
90   private native int RenderTranslucentPolygonalGeometry_19(vtkViewport id0);
91   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
92     { return RenderTranslucentPolygonalGeometry_19(id0); }
93
94   private native void ReleaseGraphicsResources_20(vtkWindow id0);
95   public void ReleaseGraphicsResources(vtkWindow id0)
96     { ReleaseGraphicsResources_20(id0); }
97
98   private native double[] GetAnchorDC_21();
99   public double[] GetAnchorDC()
100     { return GetAnchorDC_21(); }
101
102   private native void GetBounds_22(double id0[]);
103   public void GetBounds(double id0[])
104     { GetBounds_22(id0); }
105
106   public vtkBillboardTextActor3D() { super(); }
107
108   public vtkBillboardTextActor3D(long id) { super(id); }
109   public native long   VTKInit();
110
111 }