]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkTextActor3D.java
Mesh API to use Tuple3d instead of Vector3d
[simantics/3d.git] / vtk / src / vtk / vtkTextActor3D.java
1 // java wrapper for vtkTextActor3D object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkTextActor3D extends vtkProp3D\r
8 {\r
9 \r
10   private native String GetClassName_0();\r
11   public String GetClassName()\r
12     { return GetClassName_0(); }\r
13 \r
14   private native int IsA_1(String id0);\r
15   public int IsA(String id0)\r
16     { return IsA_1(id0); }\r
17 \r
18   private native void SetInput_2(String id0);\r
19   public void SetInput(String id0)\r
20     { SetInput_2(id0); }\r
21 \r
22   private native String GetInput_3();\r
23   public String GetInput()\r
24     { return GetInput_3(); }\r
25 \r
26   private native void SetTextProperty_4(vtkTextProperty id0);\r
27   public void SetTextProperty(vtkTextProperty id0)\r
28     { SetTextProperty_4(id0); }\r
29 \r
30   private native long GetTextProperty_5();\r
31   public vtkTextProperty GetTextProperty() {\r
32     long temp = GetTextProperty_5();\r
33 \r
34     if (temp == 0) return null;\r
35     return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
36   }\r
37 \r
38   private native void ShallowCopy_6(vtkProp id0);\r
39   public void ShallowCopy(vtkProp id0)\r
40     { ShallowCopy_6(id0); }\r
41 \r
42   private native double[] GetBounds_7();\r
43   public double[] GetBounds()\r
44     { return GetBounds_7(); }\r
45 \r
46   private native int GetBoundingBox_8(int id0[]);\r
47   public int GetBoundingBox(int id0[])\r
48     { return GetBoundingBox_8(id0); }\r
49 \r
50   private native void ReleaseGraphicsResources_9(vtkWindow id0);\r
51   public void ReleaseGraphicsResources(vtkWindow id0)\r
52     { ReleaseGraphicsResources_9(id0); }\r
53 \r
54   private native int RenderOpaqueGeometry_10(vtkViewport id0);\r
55   public int RenderOpaqueGeometry(vtkViewport id0)\r
56     { return RenderOpaqueGeometry_10(id0); }\r
57 \r
58   private native int RenderTranslucentPolygonalGeometry_11(vtkViewport id0);\r
59   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
60     { return RenderTranslucentPolygonalGeometry_11(id0); }\r
61 \r
62   private native int RenderOverlay_12(vtkViewport id0);\r
63   public int RenderOverlay(vtkViewport id0)\r
64     { return RenderOverlay_12(id0); }\r
65 \r
66   private native int HasTranslucentPolygonalGeometry_13();\r
67   public int HasTranslucentPolygonalGeometry()\r
68     { return HasTranslucentPolygonalGeometry_13(); }\r
69 \r
70   public vtkTextActor3D() { super(); }\r
71 \r
72   public vtkTextActor3D(long id) { super(id); }\r
73   public native long   VTKInit();\r
74 \r
75 }\r