]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkTextActor3D.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkTextActor3D.java
1 // java wrapper for vtkTextActor3D object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkTextActor3D 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 void SetTextProperty_4(vtkTextProperty id0);
27   public void SetTextProperty(vtkTextProperty id0)
28     { SetTextProperty_4(id0); }
29
30   private native long GetTextProperty_5();
31   public vtkTextProperty GetTextProperty() {
32     long temp = GetTextProperty_5();
33
34     if (temp == 0) return null;
35     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
36 }
37
38   private native int GetRenderedDPI_6();
39   public int GetRenderedDPI()
40     { return GetRenderedDPI_6(); }
41
42   private native void ShallowCopy_7(vtkProp id0);
43   public void ShallowCopy(vtkProp id0)
44     { ShallowCopy_7(id0); }
45
46   private native double[] GetBounds_8();
47   public double[] GetBounds()
48     { return GetBounds_8(); }
49
50   private native void GetBounds_9(double id0[]);
51   public void GetBounds(double id0[])
52     { GetBounds_9(id0); }
53
54   private native int GetBoundingBox_10(int id0[]);
55   public int GetBoundingBox(int id0[])
56     { return GetBoundingBox_10(id0); }
57
58   private native void ReleaseGraphicsResources_11(vtkWindow id0);
59   public void ReleaseGraphicsResources(vtkWindow id0)
60     { ReleaseGraphicsResources_11(id0); }
61
62   private native void SetForceOpaque_12(boolean id0);
63   public void SetForceOpaque(boolean id0)
64     { SetForceOpaque_12(id0); }
65
66   private native boolean GetForceOpaque_13();
67   public boolean GetForceOpaque()
68     { return GetForceOpaque_13(); }
69
70   private native void ForceOpaqueOn_14();
71   public void ForceOpaqueOn()
72     { ForceOpaqueOn_14(); }
73
74   private native void ForceOpaqueOff_15();
75   public void ForceOpaqueOff()
76     { ForceOpaqueOff_15(); }
77
78   private native void SetForceTranslucent_16(boolean id0);
79   public void SetForceTranslucent(boolean id0)
80     { SetForceTranslucent_16(id0); }
81
82   private native boolean GetForceTranslucent_17();
83   public boolean GetForceTranslucent()
84     { return GetForceTranslucent_17(); }
85
86   private native void ForceTranslucentOn_18();
87   public void ForceTranslucentOn()
88     { ForceTranslucentOn_18(); }
89
90   private native void ForceTranslucentOff_19();
91   public void ForceTranslucentOff()
92     { ForceTranslucentOff_19(); }
93
94   private native int RenderOpaqueGeometry_20(vtkViewport id0);
95   public int RenderOpaqueGeometry(vtkViewport id0)
96     { return RenderOpaqueGeometry_20(id0); }
97
98   private native int RenderTranslucentPolygonalGeometry_21(vtkViewport id0);
99   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
100     { return RenderTranslucentPolygonalGeometry_21(id0); }
101
102   private native int RenderOverlay_22(vtkViewport id0);
103   public int RenderOverlay(vtkViewport id0)
104     { return RenderOverlay_22(id0); }
105
106   private native int HasTranslucentPolygonalGeometry_23();
107   public int HasTranslucentPolygonalGeometry()
108     { return HasTranslucentPolygonalGeometry_23(); }
109
110   public vtkTextActor3D() { super(); }
111
112   public vtkTextActor3D(long id) { super(id); }
113   public native long   VTKInit();
114
115 }