]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkLeaderActor2D.java
Mesh API to use Tuple3d instead of Vector3d
[simantics/3d.git] / vtk / src / vtk / vtkLeaderActor2D.java
1 // java wrapper for vtkLeaderActor2D object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkLeaderActor2D extends vtkActor2D\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 SetRadius_2(double id0);\r
19   public void SetRadius(double id0)\r
20     { SetRadius_2(id0); }\r
21 \r
22   private native double GetRadius_3();\r
23   public double GetRadius()\r
24     { return GetRadius_3(); }\r
25 \r
26   private native void SetLabel_4(String id0);\r
27   public void SetLabel(String id0)\r
28     { SetLabel_4(id0); }\r
29 \r
30   private native String GetLabel_5();\r
31   public String GetLabel()\r
32     { return GetLabel_5(); }\r
33 \r
34   private native void SetLabelTextProperty_6(vtkTextProperty id0);\r
35   public void SetLabelTextProperty(vtkTextProperty id0)\r
36     { SetLabelTextProperty_6(id0); }\r
37 \r
38   private native long GetLabelTextProperty_7();\r
39   public vtkTextProperty GetLabelTextProperty() {\r
40     long temp = GetLabelTextProperty_7();\r
41 \r
42     if (temp == 0) return null;\r
43     return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
44   }\r
45 \r
46   private native void SetLabelFactor_8(double id0);\r
47   public void SetLabelFactor(double id0)\r
48     { SetLabelFactor_8(id0); }\r
49 \r
50   private native double GetLabelFactorMinValue_9();\r
51   public double GetLabelFactorMinValue()\r
52     { return GetLabelFactorMinValue_9(); }\r
53 \r
54   private native double GetLabelFactorMaxValue_10();\r
55   public double GetLabelFactorMaxValue()\r
56     { return GetLabelFactorMaxValue_10(); }\r
57 \r
58   private native double GetLabelFactor_11();\r
59   public double GetLabelFactor()\r
60     { return GetLabelFactor_11(); }\r
61 \r
62   private native void SetArrowPlacement_12(int id0);\r
63   public void SetArrowPlacement(int id0)\r
64     { SetArrowPlacement_12(id0); }\r
65 \r
66   private native int GetArrowPlacementMinValue_13();\r
67   public int GetArrowPlacementMinValue()\r
68     { return GetArrowPlacementMinValue_13(); }\r
69 \r
70   private native int GetArrowPlacementMaxValue_14();\r
71   public int GetArrowPlacementMaxValue()\r
72     { return GetArrowPlacementMaxValue_14(); }\r
73 \r
74   private native int GetArrowPlacement_15();\r
75   public int GetArrowPlacement()\r
76     { return GetArrowPlacement_15(); }\r
77 \r
78   private native void SetArrowPlacementToNone_16();\r
79   public void SetArrowPlacementToNone()\r
80     { SetArrowPlacementToNone_16(); }\r
81 \r
82   private native void SetArrowPlacementToPoint1_17();\r
83   public void SetArrowPlacementToPoint1()\r
84     { SetArrowPlacementToPoint1_17(); }\r
85 \r
86   private native void SetArrowPlacementToPoint2_18();\r
87   public void SetArrowPlacementToPoint2()\r
88     { SetArrowPlacementToPoint2_18(); }\r
89 \r
90   private native void SetArrowPlacementToBoth_19();\r
91   public void SetArrowPlacementToBoth()\r
92     { SetArrowPlacementToBoth_19(); }\r
93 \r
94   private native void SetArrowStyle_20(int id0);\r
95   public void SetArrowStyle(int id0)\r
96     { SetArrowStyle_20(id0); }\r
97 \r
98   private native int GetArrowStyleMinValue_21();\r
99   public int GetArrowStyleMinValue()\r
100     { return GetArrowStyleMinValue_21(); }\r
101 \r
102   private native int GetArrowStyleMaxValue_22();\r
103   public int GetArrowStyleMaxValue()\r
104     { return GetArrowStyleMaxValue_22(); }\r
105 \r
106   private native int GetArrowStyle_23();\r
107   public int GetArrowStyle()\r
108     { return GetArrowStyle_23(); }\r
109 \r
110   private native void SetArrowStyleToFilled_24();\r
111   public void SetArrowStyleToFilled()\r
112     { SetArrowStyleToFilled_24(); }\r
113 \r
114   private native void SetArrowStyleToOpen_25();\r
115   public void SetArrowStyleToOpen()\r
116     { SetArrowStyleToOpen_25(); }\r
117 \r
118   private native void SetArrowStyleToHollow_26();\r
119   public void SetArrowStyleToHollow()\r
120     { SetArrowStyleToHollow_26(); }\r
121 \r
122   private native void SetArrowLength_27(double id0);\r
123   public void SetArrowLength(double id0)\r
124     { SetArrowLength_27(id0); }\r
125 \r
126   private native double GetArrowLengthMinValue_28();\r
127   public double GetArrowLengthMinValue()\r
128     { return GetArrowLengthMinValue_28(); }\r
129 \r
130   private native double GetArrowLengthMaxValue_29();\r
131   public double GetArrowLengthMaxValue()\r
132     { return GetArrowLengthMaxValue_29(); }\r
133 \r
134   private native double GetArrowLength_30();\r
135   public double GetArrowLength()\r
136     { return GetArrowLength_30(); }\r
137 \r
138   private native void SetArrowWidth_31(double id0);\r
139   public void SetArrowWidth(double id0)\r
140     { SetArrowWidth_31(id0); }\r
141 \r
142   private native double GetArrowWidthMinValue_32();\r
143   public double GetArrowWidthMinValue()\r
144     { return GetArrowWidthMinValue_32(); }\r
145 \r
146   private native double GetArrowWidthMaxValue_33();\r
147   public double GetArrowWidthMaxValue()\r
148     { return GetArrowWidthMaxValue_33(); }\r
149 \r
150   private native double GetArrowWidth_34();\r
151   public double GetArrowWidth()\r
152     { return GetArrowWidth_34(); }\r
153 \r
154   private native void SetMinimumArrowSize_35(double id0);\r
155   public void SetMinimumArrowSize(double id0)\r
156     { SetMinimumArrowSize_35(id0); }\r
157 \r
158   private native double GetMinimumArrowSizeMinValue_36();\r
159   public double GetMinimumArrowSizeMinValue()\r
160     { return GetMinimumArrowSizeMinValue_36(); }\r
161 \r
162   private native double GetMinimumArrowSizeMaxValue_37();\r
163   public double GetMinimumArrowSizeMaxValue()\r
164     { return GetMinimumArrowSizeMaxValue_37(); }\r
165 \r
166   private native double GetMinimumArrowSize_38();\r
167   public double GetMinimumArrowSize()\r
168     { return GetMinimumArrowSize_38(); }\r
169 \r
170   private native void SetMaximumArrowSize_39(double id0);\r
171   public void SetMaximumArrowSize(double id0)\r
172     { SetMaximumArrowSize_39(id0); }\r
173 \r
174   private native double GetMaximumArrowSizeMinValue_40();\r
175   public double GetMaximumArrowSizeMinValue()\r
176     { return GetMaximumArrowSizeMinValue_40(); }\r
177 \r
178   private native double GetMaximumArrowSizeMaxValue_41();\r
179   public double GetMaximumArrowSizeMaxValue()\r
180     { return GetMaximumArrowSizeMaxValue_41(); }\r
181 \r
182   private native double GetMaximumArrowSize_42();\r
183   public double GetMaximumArrowSize()\r
184     { return GetMaximumArrowSize_42(); }\r
185 \r
186   private native void SetAutoLabel_43(int id0);\r
187   public void SetAutoLabel(int id0)\r
188     { SetAutoLabel_43(id0); }\r
189 \r
190   private native int GetAutoLabel_44();\r
191   public int GetAutoLabel()\r
192     { return GetAutoLabel_44(); }\r
193 \r
194   private native void AutoLabelOn_45();\r
195   public void AutoLabelOn()\r
196     { AutoLabelOn_45(); }\r
197 \r
198   private native void AutoLabelOff_46();\r
199   public void AutoLabelOff()\r
200     { AutoLabelOff_46(); }\r
201 \r
202   private native void SetLabelFormat_47(String id0);\r
203   public void SetLabelFormat(String id0)\r
204     { SetLabelFormat_47(id0); }\r
205 \r
206   private native String GetLabelFormat_48();\r
207   public String GetLabelFormat()\r
208     { return GetLabelFormat_48(); }\r
209 \r
210   private native double GetLength_49();\r
211   public double GetLength()\r
212     { return GetLength_49(); }\r
213 \r
214   private native double GetAngle_50();\r
215   public double GetAngle()\r
216     { return GetAngle_50(); }\r
217 \r
218   private native int RenderOverlay_51(vtkViewport id0);\r
219   public int RenderOverlay(vtkViewport id0)\r
220     { return RenderOverlay_51(id0); }\r
221 \r
222   private native int RenderOpaqueGeometry_52(vtkViewport id0);\r
223   public int RenderOpaqueGeometry(vtkViewport id0)\r
224     { return RenderOpaqueGeometry_52(id0); }\r
225 \r
226   private native int RenderTranslucentPolygonalGeometry_53(vtkViewport id0);\r
227   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
228     { return RenderTranslucentPolygonalGeometry_53(id0); }\r
229 \r
230   private native int HasTranslucentPolygonalGeometry_54();\r
231   public int HasTranslucentPolygonalGeometry()\r
232     { return HasTranslucentPolygonalGeometry_54(); }\r
233 \r
234   private native void ReleaseGraphicsResources_55(vtkWindow id0);\r
235   public void ReleaseGraphicsResources(vtkWindow id0)\r
236     { ReleaseGraphicsResources_55(id0); }\r
237 \r
238   private native void ShallowCopy_56(vtkProp id0);\r
239   public void ShallowCopy(vtkProp id0)\r
240     { ShallowCopy_56(id0); }\r
241 \r
242   public vtkLeaderActor2D() { super(); }\r
243 \r
244   public vtkLeaderActor2D(long id) { super(id); }\r
245   public native long   VTKInit();\r
246 \r
247 }\r