]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAxesActor.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkAxesActor.java
1 // java wrapper for vtkAxesActor object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkAxesActor 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 GetActors_2(vtkPropCollection id0);
19   public void GetActors(vtkPropCollection id0)
20     { GetActors_2(id0); }
21
22   private native int RenderOpaqueGeometry_3(vtkViewport id0);
23   public int RenderOpaqueGeometry(vtkViewport id0)
24     { return RenderOpaqueGeometry_3(id0); }
25
26   private native int RenderTranslucentPolygonalGeometry_4(vtkViewport id0);
27   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
28     { return RenderTranslucentPolygonalGeometry_4(id0); }
29
30   private native int RenderOverlay_5(vtkViewport id0);
31   public int RenderOverlay(vtkViewport id0)
32     { return RenderOverlay_5(id0); }
33
34   private native int HasTranslucentPolygonalGeometry_6();
35   public int HasTranslucentPolygonalGeometry()
36     { return HasTranslucentPolygonalGeometry_6(); }
37
38   private native void ShallowCopy_7(vtkProp id0);
39   public void ShallowCopy(vtkProp id0)
40     { ShallowCopy_7(id0); }
41
42   private native void ReleaseGraphicsResources_8(vtkWindow id0);
43   public void ReleaseGraphicsResources(vtkWindow id0)
44     { ReleaseGraphicsResources_8(id0); }
45
46   private native void GetBounds_9(double id0[]);
47   public void GetBounds(double id0[])
48     { GetBounds_9(id0); }
49
50   private native double[] GetBounds_10();
51   public double[] GetBounds()
52     { return GetBounds_10(); }
53
54   private native int GetMTime_11();
55   public int GetMTime()
56     { return GetMTime_11(); }
57
58   private native int GetRedrawMTime_12();
59   public int GetRedrawMTime()
60     { return GetRedrawMTime_12(); }
61
62   private native void SetTotalLength_13(double id0[]);
63   public void SetTotalLength(double id0[])
64     { SetTotalLength_13(id0); }
65
66   private native void SetTotalLength_14(double id0,double id1,double id2);
67   public void SetTotalLength(double id0,double id1,double id2)
68     { SetTotalLength_14(id0,id1,id2); }
69
70   private native double[] GetTotalLength_15();
71   public double[] GetTotalLength()
72     { return GetTotalLength_15(); }
73
74   private native void SetNormalizedShaftLength_16(double id0[]);
75   public void SetNormalizedShaftLength(double id0[])
76     { SetNormalizedShaftLength_16(id0); }
77
78   private native void SetNormalizedShaftLength_17(double id0,double id1,double id2);
79   public void SetNormalizedShaftLength(double id0,double id1,double id2)
80     { SetNormalizedShaftLength_17(id0,id1,id2); }
81
82   private native double[] GetNormalizedShaftLength_18();
83   public double[] GetNormalizedShaftLength()
84     { return GetNormalizedShaftLength_18(); }
85
86   private native void SetNormalizedTipLength_19(double id0[]);
87   public void SetNormalizedTipLength(double id0[])
88     { SetNormalizedTipLength_19(id0); }
89
90   private native void SetNormalizedTipLength_20(double id0,double id1,double id2);
91   public void SetNormalizedTipLength(double id0,double id1,double id2)
92     { SetNormalizedTipLength_20(id0,id1,id2); }
93
94   private native double[] GetNormalizedTipLength_21();
95   public double[] GetNormalizedTipLength()
96     { return GetNormalizedTipLength_21(); }
97
98   private native void SetNormalizedLabelPosition_22(double id0[]);
99   public void SetNormalizedLabelPosition(double id0[])
100     { SetNormalizedLabelPosition_22(id0); }
101
102   private native void SetNormalizedLabelPosition_23(double id0,double id1,double id2);
103   public void SetNormalizedLabelPosition(double id0,double id1,double id2)
104     { SetNormalizedLabelPosition_23(id0,id1,id2); }
105
106   private native double[] GetNormalizedLabelPosition_24();
107   public double[] GetNormalizedLabelPosition()
108     { return GetNormalizedLabelPosition_24(); }
109
110   private native void SetConeResolution_25(int id0);
111   public void SetConeResolution(int id0)
112     { SetConeResolution_25(id0); }
113
114   private native int GetConeResolutionMinValue_26();
115   public int GetConeResolutionMinValue()
116     { return GetConeResolutionMinValue_26(); }
117
118   private native int GetConeResolutionMaxValue_27();
119   public int GetConeResolutionMaxValue()
120     { return GetConeResolutionMaxValue_27(); }
121
122   private native int GetConeResolution_28();
123   public int GetConeResolution()
124     { return GetConeResolution_28(); }
125
126   private native void SetSphereResolution_29(int id0);
127   public void SetSphereResolution(int id0)
128     { SetSphereResolution_29(id0); }
129
130   private native int GetSphereResolutionMinValue_30();
131   public int GetSphereResolutionMinValue()
132     { return GetSphereResolutionMinValue_30(); }
133
134   private native int GetSphereResolutionMaxValue_31();
135   public int GetSphereResolutionMaxValue()
136     { return GetSphereResolutionMaxValue_31(); }
137
138   private native int GetSphereResolution_32();
139   public int GetSphereResolution()
140     { return GetSphereResolution_32(); }
141
142   private native void SetCylinderResolution_33(int id0);
143   public void SetCylinderResolution(int id0)
144     { SetCylinderResolution_33(id0); }
145
146   private native int GetCylinderResolutionMinValue_34();
147   public int GetCylinderResolutionMinValue()
148     { return GetCylinderResolutionMinValue_34(); }
149
150   private native int GetCylinderResolutionMaxValue_35();
151   public int GetCylinderResolutionMaxValue()
152     { return GetCylinderResolutionMaxValue_35(); }
153
154   private native int GetCylinderResolution_36();
155   public int GetCylinderResolution()
156     { return GetCylinderResolution_36(); }
157
158   private native void SetConeRadius_37(double id0);
159   public void SetConeRadius(double id0)
160     { SetConeRadius_37(id0); }
161
162   private native double GetConeRadiusMinValue_38();
163   public double GetConeRadiusMinValue()
164     { return GetConeRadiusMinValue_38(); }
165
166   private native double GetConeRadiusMaxValue_39();
167   public double GetConeRadiusMaxValue()
168     { return GetConeRadiusMaxValue_39(); }
169
170   private native double GetConeRadius_40();
171   public double GetConeRadius()
172     { return GetConeRadius_40(); }
173
174   private native void SetSphereRadius_41(double id0);
175   public void SetSphereRadius(double id0)
176     { SetSphereRadius_41(id0); }
177
178   private native double GetSphereRadiusMinValue_42();
179   public double GetSphereRadiusMinValue()
180     { return GetSphereRadiusMinValue_42(); }
181
182   private native double GetSphereRadiusMaxValue_43();
183   public double GetSphereRadiusMaxValue()
184     { return GetSphereRadiusMaxValue_43(); }
185
186   private native double GetSphereRadius_44();
187   public double GetSphereRadius()
188     { return GetSphereRadius_44(); }
189
190   private native void SetCylinderRadius_45(double id0);
191   public void SetCylinderRadius(double id0)
192     { SetCylinderRadius_45(id0); }
193
194   private native double GetCylinderRadiusMinValue_46();
195   public double GetCylinderRadiusMinValue()
196     { return GetCylinderRadiusMinValue_46(); }
197
198   private native double GetCylinderRadiusMaxValue_47();
199   public double GetCylinderRadiusMaxValue()
200     { return GetCylinderRadiusMaxValue_47(); }
201
202   private native double GetCylinderRadius_48();
203   public double GetCylinderRadius()
204     { return GetCylinderRadius_48(); }
205
206   private native void SetShaftType_49(int id0);
207   public void SetShaftType(int id0)
208     { SetShaftType_49(id0); }
209
210   private native void SetShaftTypeToCylinder_50();
211   public void SetShaftTypeToCylinder()
212     { SetShaftTypeToCylinder_50(); }
213
214   private native void SetShaftTypeToLine_51();
215   public void SetShaftTypeToLine()
216     { SetShaftTypeToLine_51(); }
217
218   private native void SetShaftTypeToUserDefined_52();
219   public void SetShaftTypeToUserDefined()
220     { SetShaftTypeToUserDefined_52(); }
221
222   private native int GetShaftType_53();
223   public int GetShaftType()
224     { return GetShaftType_53(); }
225
226   private native void SetTipType_54(int id0);
227   public void SetTipType(int id0)
228     { SetTipType_54(id0); }
229
230   private native void SetTipTypeToCone_55();
231   public void SetTipTypeToCone()
232     { SetTipTypeToCone_55(); }
233
234   private native void SetTipTypeToSphere_56();
235   public void SetTipTypeToSphere()
236     { SetTipTypeToSphere_56(); }
237
238   private native void SetTipTypeToUserDefined_57();
239   public void SetTipTypeToUserDefined()
240     { SetTipTypeToUserDefined_57(); }
241
242   private native int GetTipType_58();
243   public int GetTipType()
244     { return GetTipType_58(); }
245
246   private native void SetUserDefinedTip_59(vtkPolyData id0);
247   public void SetUserDefinedTip(vtkPolyData id0)
248     { SetUserDefinedTip_59(id0); }
249
250   private native long GetUserDefinedTip_60();
251   public vtkPolyData GetUserDefinedTip() {
252     long temp = GetUserDefinedTip_60();
253
254     if (temp == 0) return null;
255     return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
256 }
257
258   private native void SetUserDefinedShaft_61(vtkPolyData id0);
259   public void SetUserDefinedShaft(vtkPolyData id0)
260     { SetUserDefinedShaft_61(id0); }
261
262   private native long GetUserDefinedShaft_62();
263   public vtkPolyData GetUserDefinedShaft() {
264     long temp = GetUserDefinedShaft_62();
265
266     if (temp == 0) return null;
267     return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
268 }
269
270   private native long GetXAxisTipProperty_63();
271   public vtkProperty GetXAxisTipProperty() {
272     long temp = GetXAxisTipProperty_63();
273
274     if (temp == 0) return null;
275     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
276 }
277
278   private native long GetYAxisTipProperty_64();
279   public vtkProperty GetYAxisTipProperty() {
280     long temp = GetYAxisTipProperty_64();
281
282     if (temp == 0) return null;
283     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
284 }
285
286   private native long GetZAxisTipProperty_65();
287   public vtkProperty GetZAxisTipProperty() {
288     long temp = GetZAxisTipProperty_65();
289
290     if (temp == 0) return null;
291     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
292 }
293
294   private native long GetXAxisShaftProperty_66();
295   public vtkProperty GetXAxisShaftProperty() {
296     long temp = GetXAxisShaftProperty_66();
297
298     if (temp == 0) return null;
299     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
300 }
301
302   private native long GetYAxisShaftProperty_67();
303   public vtkProperty GetYAxisShaftProperty() {
304     long temp = GetYAxisShaftProperty_67();
305
306     if (temp == 0) return null;
307     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
308 }
309
310   private native long GetZAxisShaftProperty_68();
311   public vtkProperty GetZAxisShaftProperty() {
312     long temp = GetZAxisShaftProperty_68();
313
314     if (temp == 0) return null;
315     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
316 }
317
318   private native long GetXAxisCaptionActor2D_69();
319   public vtkCaptionActor2D GetXAxisCaptionActor2D() {
320     long temp = GetXAxisCaptionActor2D_69();
321
322     if (temp == 0) return null;
323     return (vtkCaptionActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
324 }
325
326   private native long GetYAxisCaptionActor2D_70();
327   public vtkCaptionActor2D GetYAxisCaptionActor2D() {
328     long temp = GetYAxisCaptionActor2D_70();
329
330     if (temp == 0) return null;
331     return (vtkCaptionActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
332 }
333
334   private native long GetZAxisCaptionActor2D_71();
335   public vtkCaptionActor2D GetZAxisCaptionActor2D() {
336     long temp = GetZAxisCaptionActor2D_71();
337
338     if (temp == 0) return null;
339     return (vtkCaptionActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
340 }
341
342   private native void SetXAxisLabelText_72(String id0);
343   public void SetXAxisLabelText(String id0)
344     { SetXAxisLabelText_72(id0); }
345
346   private native String GetXAxisLabelText_73();
347   public String GetXAxisLabelText()
348     { return GetXAxisLabelText_73(); }
349
350   private native void SetYAxisLabelText_74(String id0);
351   public void SetYAxisLabelText(String id0)
352     { SetYAxisLabelText_74(id0); }
353
354   private native String GetYAxisLabelText_75();
355   public String GetYAxisLabelText()
356     { return GetYAxisLabelText_75(); }
357
358   private native void SetZAxisLabelText_76(String id0);
359   public void SetZAxisLabelText(String id0)
360     { SetZAxisLabelText_76(id0); }
361
362   private native String GetZAxisLabelText_77();
363   public String GetZAxisLabelText()
364     { return GetZAxisLabelText_77(); }
365
366   private native void SetAxisLabels_78(int id0);
367   public void SetAxisLabels(int id0)
368     { SetAxisLabels_78(id0); }
369
370   private native int GetAxisLabels_79();
371   public int GetAxisLabels()
372     { return GetAxisLabels_79(); }
373
374   private native void AxisLabelsOn_80();
375   public void AxisLabelsOn()
376     { AxisLabelsOn_80(); }
377
378   private native void AxisLabelsOff_81();
379   public void AxisLabelsOff()
380     { AxisLabelsOff_81(); }
381
382   public vtkAxesActor() { super(); }
383
384   public vtkAxesActor(long id) { super(id); }
385   public native long   VTKInit();
386
387 }