]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkCaptionRepresentation.java
Merge "Publish Plant3D feature"
[simantics/3d.git] / vtk / src / vtk / vtkCaptionRepresentation.java
1 // java wrapper for vtkCaptionRepresentation object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkCaptionRepresentation extends vtkBorderRepresentation\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 SetAnchorPosition_2(double id0[]);\r
19   public void SetAnchorPosition(double id0[])\r
20     { SetAnchorPosition_2(id0); }\r
21 \r
22   private native void GetAnchorPosition_3(double id0[]);\r
23   public void GetAnchorPosition(double id0[])\r
24     { GetAnchorPosition_3(id0); }\r
25 \r
26   private native void SetCaptionActor2D_4(vtkCaptionActor2D id0);\r
27   public void SetCaptionActor2D(vtkCaptionActor2D id0)\r
28     { SetCaptionActor2D_4(id0); }\r
29 \r
30   private native long GetCaptionActor2D_5();\r
31   public vtkCaptionActor2D GetCaptionActor2D() {\r
32     long temp = GetCaptionActor2D_5();\r
33 \r
34     if (temp == 0) return null;\r
35     return (vtkCaptionActor2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
36   }\r
37 \r
38   private native void SetAnchorRepresentation_6(vtkPointHandleRepresentation3D id0);\r
39   public void SetAnchorRepresentation(vtkPointHandleRepresentation3D id0)\r
40     { SetAnchorRepresentation_6(id0); }\r
41 \r
42   private native long GetAnchorRepresentation_7();\r
43   public vtkPointHandleRepresentation3D GetAnchorRepresentation() {\r
44     long temp = GetAnchorRepresentation_7();\r
45 \r
46     if (temp == 0) return null;\r
47     return (vtkPointHandleRepresentation3D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
48   }\r
49 \r
50   private native void BuildRepresentation_8();\r
51   public void BuildRepresentation()\r
52     { BuildRepresentation_8(); }\r
53 \r
54   private native void GetSize_9(double id0[]);\r
55   public void GetSize(double id0[])\r
56     { GetSize_9(id0); }\r
57 \r
58   private native void GetActors2D_10(vtkPropCollection id0);\r
59   public void GetActors2D(vtkPropCollection id0)\r
60     { GetActors2D_10(id0); }\r
61 \r
62   private native void ReleaseGraphicsResources_11(vtkWindow id0);\r
63   public void ReleaseGraphicsResources(vtkWindow id0)\r
64     { ReleaseGraphicsResources_11(id0); }\r
65 \r
66   private native int RenderOverlay_12(vtkViewport id0);\r
67   public int RenderOverlay(vtkViewport id0)\r
68     { return RenderOverlay_12(id0); }\r
69 \r
70   private native int RenderOpaqueGeometry_13(vtkViewport id0);\r
71   public int RenderOpaqueGeometry(vtkViewport id0)\r
72     { return RenderOpaqueGeometry_13(id0); }\r
73 \r
74   private native int RenderTranslucentPolygonalGeometry_14(vtkViewport id0);\r
75   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
76     { return RenderTranslucentPolygonalGeometry_14(id0); }\r
77 \r
78   private native int HasTranslucentPolygonalGeometry_15();\r
79   public int HasTranslucentPolygonalGeometry()\r
80     { return HasTranslucentPolygonalGeometry_15(); }\r
81 \r
82   private native void SetFontFactor_16(double id0);\r
83   public void SetFontFactor(double id0)\r
84     { SetFontFactor_16(id0); }\r
85 \r
86   private native double GetFontFactorMinValue_17();\r
87   public double GetFontFactorMinValue()\r
88     { return GetFontFactorMinValue_17(); }\r
89 \r
90   private native double GetFontFactorMaxValue_18();\r
91   public double GetFontFactorMaxValue()\r
92     { return GetFontFactorMaxValue_18(); }\r
93 \r
94   private native double GetFontFactor_19();\r
95   public double GetFontFactor()\r
96     { return GetFontFactor_19(); }\r
97 \r
98   public vtkCaptionRepresentation() { super(); }\r
99 \r
100   public vtkCaptionRepresentation(long id) { super(id); }\r
101   public native long   VTKInit();\r
102 \r
103 }\r