]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAxisActor.java
Combo property support for annotated property tabs
[simantics/3d.git] / vtk / src / vtk / vtkAxisActor.java
1 // java wrapper for vtkAxisActor object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkAxisActor extends vtkActor
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 long GetPoint1Coordinate_2();
19   public vtkCoordinate GetPoint1Coordinate() {
20     long temp = GetPoint1Coordinate_2();
21
22     if (temp == 0) return null;
23     return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native void SetPoint1_3(double id0[]);
27   public void SetPoint1(double id0[])
28     { SetPoint1_3(id0); }
29
30   private native void SetPoint1_4(double id0,double id1,double id2);
31   public void SetPoint1(double id0,double id1,double id2)
32     { SetPoint1_4(id0,id1,id2); }
33
34   private native long GetPoint2Coordinate_5();
35   public vtkCoordinate GetPoint2Coordinate() {
36     long temp = GetPoint2Coordinate_5();
37
38     if (temp == 0) return null;
39     return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
40 }
41
42   private native void SetPoint2_6(double id0[]);
43   public void SetPoint2(double id0[])
44     { SetPoint2_6(id0); }
45
46   private native void SetPoint2_7(double id0,double id1,double id2);
47   public void SetPoint2(double id0,double id1,double id2)
48     { SetPoint2_7(id0,id1,id2); }
49
50   private native void SetRange_8(double id0,double id1);
51   public void SetRange(double id0,double id1)
52     { SetRange_8(id0,id1); }
53
54   private native void SetRange_9(double id0[]);
55   public void SetRange(double id0[])
56     { SetRange_9(id0); }
57
58   private native double[] GetRange_10();
59   public double[] GetRange()
60     { return GetRange_10(); }
61
62   private native void SetBounds_11(double id0[]);
63   public void SetBounds(double id0[])
64     { SetBounds_11(id0); }
65
66   private native void SetBounds_12(double id0,double id1,double id2,double id3,double id4,double id5);
67   public void SetBounds(double id0,double id1,double id2,double id3,double id4,double id5)
68     { SetBounds_12(id0,id1,id2,id3,id4,id5); }
69
70   private native double[] GetBounds_13();
71   public double[] GetBounds()
72     { return GetBounds_13(); }
73
74   private native void GetBounds_14(double id0[]);
75   public void GetBounds(double id0[])
76     { GetBounds_14(id0); }
77
78   private native void SetLabelFormat_15(String id0);
79   public void SetLabelFormat(String id0)
80     { SetLabelFormat_15(id0); }
81
82   private native String GetLabelFormat_16();
83   public String GetLabelFormat()
84     { return GetLabelFormat_16(); }
85
86   private native void SetUseTextActor3D_17(int id0);
87   public void SetUseTextActor3D(int id0)
88     { SetUseTextActor3D_17(id0); }
89
90   private native int GetUseTextActor3D_18();
91   public int GetUseTextActor3D()
92     { return GetUseTextActor3D_18(); }
93
94   private native void SetMinorTicksVisible_19(int id0);
95   public void SetMinorTicksVisible(int id0)
96     { SetMinorTicksVisible_19(id0); }
97
98   private native int GetMinorTicksVisible_20();
99   public int GetMinorTicksVisible()
100     { return GetMinorTicksVisible_20(); }
101
102   private native void MinorTicksVisibleOn_21();
103   public void MinorTicksVisibleOn()
104     { MinorTicksVisibleOn_21(); }
105
106   private native void MinorTicksVisibleOff_22();
107   public void MinorTicksVisibleOff()
108     { MinorTicksVisibleOff_22(); }
109
110   private native void SetTitle_23(String id0);
111   public void SetTitle(String id0)
112     { SetTitle_23(id0); }
113
114   private native String GetTitle_24();
115   public String GetTitle()
116     { return GetTitle_24(); }
117
118   private native void SetExponent_25(String id0);
119   public void SetExponent(String id0)
120     { SetExponent_25(id0); }
121
122   private native String GetExponent_26();
123   public String GetExponent()
124     { return GetExponent_26(); }
125
126   private native void SetMajorTickSize_27(double id0);
127   public void SetMajorTickSize(double id0)
128     { SetMajorTickSize_27(id0); }
129
130   private native double GetMajorTickSize_28();
131   public double GetMajorTickSize()
132     { return GetMajorTickSize_28(); }
133
134   private native void SetMinorTickSize_29(double id0);
135   public void SetMinorTickSize(double id0)
136     { SetMinorTickSize_29(id0); }
137
138   private native double GetMinorTickSize_30();
139   public double GetMinorTickSize()
140     { return GetMinorTickSize_30(); }
141
142   private native void SetTickLocation_31(int id0);
143   public void SetTickLocation(int id0)
144     { SetTickLocation_31(id0); }
145
146   private native int GetTickLocationMinValue_32();
147   public int GetTickLocationMinValue()
148     { return GetTickLocationMinValue_32(); }
149
150   private native int GetTickLocationMaxValue_33();
151   public int GetTickLocationMaxValue()
152     { return GetTickLocationMaxValue_33(); }
153
154   private native int GetTickLocation_34();
155   public int GetTickLocation()
156     { return GetTickLocation_34(); }
157
158   private native void SetTickLocationToInside_35();
159   public void SetTickLocationToInside()
160     { SetTickLocationToInside_35(); }
161
162   private native void SetTickLocationToOutside_36();
163   public void SetTickLocationToOutside()
164     { SetTickLocationToOutside_36(); }
165
166   private native void SetTickLocationToBoth_37();
167   public void SetTickLocationToBoth()
168     { SetTickLocationToBoth_37(); }
169
170   private native void SetAxisVisibility_38(int id0);
171   public void SetAxisVisibility(int id0)
172     { SetAxisVisibility_38(id0); }
173
174   private native int GetAxisVisibility_39();
175   public int GetAxisVisibility()
176     { return GetAxisVisibility_39(); }
177
178   private native void AxisVisibilityOn_40();
179   public void AxisVisibilityOn()
180     { AxisVisibilityOn_40(); }
181
182   private native void AxisVisibilityOff_41();
183   public void AxisVisibilityOff()
184     { AxisVisibilityOff_41(); }
185
186   private native void SetTickVisibility_42(int id0);
187   public void SetTickVisibility(int id0)
188     { SetTickVisibility_42(id0); }
189
190   private native int GetTickVisibility_43();
191   public int GetTickVisibility()
192     { return GetTickVisibility_43(); }
193
194   private native void TickVisibilityOn_44();
195   public void TickVisibilityOn()
196     { TickVisibilityOn_44(); }
197
198   private native void TickVisibilityOff_45();
199   public void TickVisibilityOff()
200     { TickVisibilityOff_45(); }
201
202   private native void SetLabelVisibility_46(int id0);
203   public void SetLabelVisibility(int id0)
204     { SetLabelVisibility_46(id0); }
205
206   private native int GetLabelVisibility_47();
207   public int GetLabelVisibility()
208     { return GetLabelVisibility_47(); }
209
210   private native void LabelVisibilityOn_48();
211   public void LabelVisibilityOn()
212     { LabelVisibilityOn_48(); }
213
214   private native void LabelVisibilityOff_49();
215   public void LabelVisibilityOff()
216     { LabelVisibilityOff_49(); }
217
218   private native void SetTitleVisibility_50(int id0);
219   public void SetTitleVisibility(int id0)
220     { SetTitleVisibility_50(id0); }
221
222   private native int GetTitleVisibility_51();
223   public int GetTitleVisibility()
224     { return GetTitleVisibility_51(); }
225
226   private native void TitleVisibilityOn_52();
227   public void TitleVisibilityOn()
228     { TitleVisibilityOn_52(); }
229
230   private native void TitleVisibilityOff_53();
231   public void TitleVisibilityOff()
232     { TitleVisibilityOff_53(); }
233
234   private native void SetExponentVisibility_54(boolean id0);
235   public void SetExponentVisibility(boolean id0)
236     { SetExponentVisibility_54(id0); }
237
238   private native boolean GetExponentVisibility_55();
239   public boolean GetExponentVisibility()
240     { return GetExponentVisibility_55(); }
241
242   private native void ExponentVisibilityOn_56();
243   public void ExponentVisibilityOn()
244     { ExponentVisibilityOn_56(); }
245
246   private native void ExponentVisibilityOff_57();
247   public void ExponentVisibilityOff()
248     { ExponentVisibilityOff_57(); }
249
250   private native void SetLastMajorTickPointCorrection_58(boolean id0);
251   public void SetLastMajorTickPointCorrection(boolean id0)
252     { SetLastMajorTickPointCorrection_58(id0); }
253
254   private native boolean GetLastMajorTickPointCorrection_59();
255   public boolean GetLastMajorTickPointCorrection()
256     { return GetLastMajorTickPointCorrection_59(); }
257
258   private native void LastMajorTickPointCorrectionOn_60();
259   public void LastMajorTickPointCorrectionOn()
260     { LastMajorTickPointCorrectionOn_60(); }
261
262   private native void LastMajorTickPointCorrectionOff_61();
263   public void LastMajorTickPointCorrectionOff()
264     { LastMajorTickPointCorrectionOff_61(); }
265
266   private native void SetTitleAlignLocation_62(int id0);
267   public void SetTitleAlignLocation(int id0)
268     { SetTitleAlignLocation_62(id0); }
269
270   private native int GetTitleAlignLocation_63();
271   public int GetTitleAlignLocation()
272     { return GetTitleAlignLocation_63(); }
273
274   private native void SetExponentLocation_64(int id0);
275   public void SetExponentLocation(int id0)
276     { SetExponentLocation_64(id0); }
277
278   private native int GetExponentLocation_65();
279   public int GetExponentLocation()
280     { return GetExponentLocation_65(); }
281
282   private native void SetTitleTextProperty_66(vtkTextProperty id0);
283   public void SetTitleTextProperty(vtkTextProperty id0)
284     { SetTitleTextProperty_66(id0); }
285
286   private native long GetTitleTextProperty_67();
287   public vtkTextProperty GetTitleTextProperty() {
288     long temp = GetTitleTextProperty_67();
289
290     if (temp == 0) return null;
291     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
292 }
293
294   private native void SetLabelTextProperty_68(vtkTextProperty id0);
295   public void SetLabelTextProperty(vtkTextProperty id0)
296     { SetLabelTextProperty_68(id0); }
297
298   private native long GetLabelTextProperty_69();
299   public vtkTextProperty GetLabelTextProperty() {
300     long temp = GetLabelTextProperty_69();
301
302     if (temp == 0) return null;
303     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
304 }
305
306   private native void SetAxisLinesProperty_70(vtkProperty id0);
307   public void SetAxisLinesProperty(vtkProperty id0)
308     { SetAxisLinesProperty_70(id0); }
309
310   private native long GetAxisLinesProperty_71();
311   public vtkProperty GetAxisLinesProperty() {
312     long temp = GetAxisLinesProperty_71();
313
314     if (temp == 0) return null;
315     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
316 }
317
318   private native void SetAxisMainLineProperty_72(vtkProperty id0);
319   public void SetAxisMainLineProperty(vtkProperty id0)
320     { SetAxisMainLineProperty_72(id0); }
321
322   private native long GetAxisMainLineProperty_73();
323   public vtkProperty GetAxisMainLineProperty() {
324     long temp = GetAxisMainLineProperty_73();
325
326     if (temp == 0) return null;
327     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
328 }
329
330   private native void SetAxisMajorTicksProperty_74(vtkProperty id0);
331   public void SetAxisMajorTicksProperty(vtkProperty id0)
332     { SetAxisMajorTicksProperty_74(id0); }
333
334   private native long GetAxisMajorTicksProperty_75();
335   public vtkProperty GetAxisMajorTicksProperty() {
336     long temp = GetAxisMajorTicksProperty_75();
337
338     if (temp == 0) return null;
339     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
340 }
341
342   private native void SetAxisMinorTicksProperty_76(vtkProperty id0);
343   public void SetAxisMinorTicksProperty(vtkProperty id0)
344     { SetAxisMinorTicksProperty_76(id0); }
345
346   private native long GetAxisMinorTicksProperty_77();
347   public vtkProperty GetAxisMinorTicksProperty() {
348     long temp = GetAxisMinorTicksProperty_77();
349
350     if (temp == 0) return null;
351     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
352 }
353
354   private native void SetGridlinesProperty_78(vtkProperty id0);
355   public void SetGridlinesProperty(vtkProperty id0)
356     { SetGridlinesProperty_78(id0); }
357
358   private native long GetGridlinesProperty_79();
359   public vtkProperty GetGridlinesProperty() {
360     long temp = GetGridlinesProperty_79();
361
362     if (temp == 0) return null;
363     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
364 }
365
366   private native void SetInnerGridlinesProperty_80(vtkProperty id0);
367   public void SetInnerGridlinesProperty(vtkProperty id0)
368     { SetInnerGridlinesProperty_80(id0); }
369
370   private native long GetInnerGridlinesProperty_81();
371   public vtkProperty GetInnerGridlinesProperty() {
372     long temp = GetInnerGridlinesProperty_81();
373
374     if (temp == 0) return null;
375     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
376 }
377
378   private native void SetGridpolysProperty_82(vtkProperty id0);
379   public void SetGridpolysProperty(vtkProperty id0)
380     { SetGridpolysProperty_82(id0); }
381
382   private native long GetGridpolysProperty_83();
383   public vtkProperty GetGridpolysProperty() {
384     long temp = GetGridpolysProperty_83();
385
386     if (temp == 0) return null;
387     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
388 }
389
390   private native void SetDrawGridlines_84(int id0);
391   public void SetDrawGridlines(int id0)
392     { SetDrawGridlines_84(id0); }
393
394   private native int GetDrawGridlines_85();
395   public int GetDrawGridlines()
396     { return GetDrawGridlines_85(); }
397
398   private native void DrawGridlinesOn_86();
399   public void DrawGridlinesOn()
400     { DrawGridlinesOn_86(); }
401
402   private native void DrawGridlinesOff_87();
403   public void DrawGridlinesOff()
404     { DrawGridlinesOff_87(); }
405
406   private native void SetDrawGridlinesOnly_88(int id0);
407   public void SetDrawGridlinesOnly(int id0)
408     { SetDrawGridlinesOnly_88(id0); }
409
410   private native int GetDrawGridlinesOnly_89();
411   public int GetDrawGridlinesOnly()
412     { return GetDrawGridlinesOnly_89(); }
413
414   private native void DrawGridlinesOnlyOn_90();
415   public void DrawGridlinesOnlyOn()
416     { DrawGridlinesOnlyOn_90(); }
417
418   private native void DrawGridlinesOnlyOff_91();
419   public void DrawGridlinesOnlyOff()
420     { DrawGridlinesOnlyOff_91(); }
421
422   private native void SetDrawGridlinesLocation_92(int id0);
423   public void SetDrawGridlinesLocation(int id0)
424     { SetDrawGridlinesLocation_92(id0); }
425
426   private native int GetDrawGridlinesLocation_93();
427   public int GetDrawGridlinesLocation()
428     { return GetDrawGridlinesLocation_93(); }
429
430   private native void SetDrawInnerGridlines_94(int id0);
431   public void SetDrawInnerGridlines(int id0)
432     { SetDrawInnerGridlines_94(id0); }
433
434   private native int GetDrawInnerGridlines_95();
435   public int GetDrawInnerGridlines()
436     { return GetDrawInnerGridlines_95(); }
437
438   private native void DrawInnerGridlinesOn_96();
439   public void DrawInnerGridlinesOn()
440     { DrawInnerGridlinesOn_96(); }
441
442   private native void DrawInnerGridlinesOff_97();
443   public void DrawInnerGridlinesOff()
444     { DrawInnerGridlinesOff_97(); }
445
446   private native void SetGridlineXLength_98(double id0);
447   public void SetGridlineXLength(double id0)
448     { SetGridlineXLength_98(id0); }
449
450   private native double GetGridlineXLength_99();
451   public double GetGridlineXLength()
452     { return GetGridlineXLength_99(); }
453
454   private native void SetGridlineYLength_100(double id0);
455   public void SetGridlineYLength(double id0)
456     { SetGridlineYLength_100(id0); }
457
458   private native double GetGridlineYLength_101();
459   public double GetGridlineYLength()
460     { return GetGridlineYLength_101(); }
461
462   private native void SetGridlineZLength_102(double id0);
463   public void SetGridlineZLength(double id0)
464     { SetGridlineZLength_102(id0); }
465
466   private native double GetGridlineZLength_103();
467   public double GetGridlineZLength()
468     { return GetGridlineZLength_103(); }
469
470   private native void SetDrawGridpolys_104(int id0);
471   public void SetDrawGridpolys(int id0)
472     { SetDrawGridpolys_104(id0); }
473
474   private native int GetDrawGridpolys_105();
475   public int GetDrawGridpolys()
476     { return GetDrawGridpolys_105(); }
477
478   private native void DrawGridpolysOn_106();
479   public void DrawGridpolysOn()
480     { DrawGridpolysOn_106(); }
481
482   private native void DrawGridpolysOff_107();
483   public void DrawGridpolysOff()
484     { DrawGridpolysOff_107(); }
485
486   private native void SetAxisType_108(int id0);
487   public void SetAxisType(int id0)
488     { SetAxisType_108(id0); }
489
490   private native int GetAxisTypeMinValue_109();
491   public int GetAxisTypeMinValue()
492     { return GetAxisTypeMinValue_109(); }
493
494   private native int GetAxisTypeMaxValue_110();
495   public int GetAxisTypeMaxValue()
496     { return GetAxisTypeMaxValue_110(); }
497
498   private native int GetAxisType_111();
499   public int GetAxisType()
500     { return GetAxisType_111(); }
501
502   private native void SetAxisTypeToX_112();
503   public void SetAxisTypeToX()
504     { SetAxisTypeToX_112(); }
505
506   private native void SetAxisTypeToY_113();
507   public void SetAxisTypeToY()
508     { SetAxisTypeToY_113(); }
509
510   private native void SetAxisTypeToZ_114();
511   public void SetAxisTypeToZ()
512     { SetAxisTypeToZ_114(); }
513
514   private native void SetLog_115(boolean id0);
515   public void SetLog(boolean id0)
516     { SetLog_115(id0); }
517
518   private native boolean GetLog_116();
519   public boolean GetLog()
520     { return GetLog_116(); }
521
522   private native void LogOn_117();
523   public void LogOn()
524     { LogOn_117(); }
525
526   private native void LogOff_118();
527   public void LogOff()
528     { LogOff_118(); }
529
530   private native void SetAxisPosition_119(int id0);
531   public void SetAxisPosition(int id0)
532     { SetAxisPosition_119(id0); }
533
534   private native int GetAxisPositionMinValue_120();
535   public int GetAxisPositionMinValue()
536     { return GetAxisPositionMinValue_120(); }
537
538   private native int GetAxisPositionMaxValue_121();
539   public int GetAxisPositionMaxValue()
540     { return GetAxisPositionMaxValue_121(); }
541
542   private native int GetAxisPosition_122();
543   public int GetAxisPosition()
544     { return GetAxisPosition_122(); }
545
546   private native void SetAxisPositionToMinMin_123();
547   public void SetAxisPositionToMinMin()
548     { SetAxisPositionToMinMin_123(); }
549
550   private native void SetAxisPositionToMinMax_124();
551   public void SetAxisPositionToMinMax()
552     { SetAxisPositionToMinMax_124(); }
553
554   private native void SetAxisPositionToMaxMax_125();
555   public void SetAxisPositionToMaxMax()
556     { SetAxisPositionToMaxMax_125(); }
557
558   private native void SetAxisPositionToMaxMin_126();
559   public void SetAxisPositionToMaxMin()
560     { SetAxisPositionToMaxMin_126(); }
561
562   private native void SetCamera_127(vtkCamera id0);
563   public void SetCamera(vtkCamera id0)
564     { SetCamera_127(id0); }
565
566   private native long GetCamera_128();
567   public vtkCamera GetCamera() {
568     long temp = GetCamera_128();
569
570     if (temp == 0) return null;
571     return (vtkCamera)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
572 }
573
574   private native int RenderOpaqueGeometry_129(vtkViewport id0);
575   public int RenderOpaqueGeometry(vtkViewport id0)
576     { return RenderOpaqueGeometry_129(id0); }
577
578   private native int RenderTranslucentGeometry_130(vtkViewport id0);
579   public int RenderTranslucentGeometry(vtkViewport id0)
580     { return RenderTranslucentGeometry_130(id0); }
581
582   private native int RenderTranslucentPolygonalGeometry_131(vtkViewport id0);
583   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
584     { return RenderTranslucentPolygonalGeometry_131(id0); }
585
586   private native int RenderOverlay_132(vtkViewport id0);
587   public int RenderOverlay(vtkViewport id0)
588     { return RenderOverlay_132(id0); }
589
590   private native int HasTranslucentPolygonalGeometry_133();
591   public int HasTranslucentPolygonalGeometry()
592     { return HasTranslucentPolygonalGeometry_133(); }
593
594   private native void ReleaseGraphicsResources_134(vtkWindow id0);
595   public void ReleaseGraphicsResources(vtkWindow id0)
596     { ReleaseGraphicsResources_134(id0); }
597
598   private native double ComputeMaxLabelLength_135(double id0[]);
599   public double ComputeMaxLabelLength(double id0[])
600     { return ComputeMaxLabelLength_135(id0); }
601
602   private native double ComputeTitleLength_136(double id0[]);
603   public double ComputeTitleLength(double id0[])
604     { return ComputeTitleLength_136(id0); }
605
606   private native void SetLabelScale_137(double id0);
607   public void SetLabelScale(double id0)
608     { SetLabelScale_137(id0); }
609
610   private native void SetLabelScale_138(int id0,double id1);
611   public void SetLabelScale(int id0,double id1)
612     { SetLabelScale_138(id0,id1); }
613
614   private native void SetTitleScale_139(double id0);
615   public void SetTitleScale(double id0)
616     { SetTitleScale_139(id0); }
617
618   private native void SetMinorStart_140(double id0);
619   public void SetMinorStart(double id0)
620     { SetMinorStart_140(id0); }
621
622   private native double GetMinorStart_141();
623   public double GetMinorStart()
624     { return GetMinorStart_141(); }
625
626   private native double GetMajorStart_142(int id0);
627   public double GetMajorStart(int id0)
628     { return GetMajorStart_142(id0); }
629
630   private native void SetMajorStart_143(int id0,double id1);
631   public void SetMajorStart(int id0,double id1)
632     { SetMajorStart_143(id0,id1); }
633
634   private native void SetDeltaMinor_144(double id0);
635   public void SetDeltaMinor(double id0)
636     { SetDeltaMinor_144(id0); }
637
638   private native double GetDeltaMinor_145();
639   public double GetDeltaMinor()
640     { return GetDeltaMinor_145(); }
641
642   private native double GetDeltaMajor_146(int id0);
643   public double GetDeltaMajor(int id0)
644     { return GetDeltaMajor_146(id0); }
645
646   private native void SetDeltaMajor_147(int id0,double id1);
647   public void SetDeltaMajor(int id0,double id1)
648     { SetDeltaMajor_147(id0,id1); }
649
650   private native void SetMinorRangeStart_148(double id0);
651   public void SetMinorRangeStart(double id0)
652     { SetMinorRangeStart_148(id0); }
653
654   private native double GetMinorRangeStart_149();
655   public double GetMinorRangeStart()
656     { return GetMinorRangeStart_149(); }
657
658   private native void SetMajorRangeStart_150(double id0);
659   public void SetMajorRangeStart(double id0)
660     { SetMajorRangeStart_150(id0); }
661
662   private native double GetMajorRangeStart_151();
663   public double GetMajorRangeStart()
664     { return GetMajorRangeStart_151(); }
665
666   private native void SetDeltaRangeMinor_152(double id0);
667   public void SetDeltaRangeMinor(double id0)
668     { SetDeltaRangeMinor_152(id0); }
669
670   private native double GetDeltaRangeMinor_153();
671   public double GetDeltaRangeMinor()
672     { return GetDeltaRangeMinor_153(); }
673
674   private native void SetDeltaRangeMajor_154(double id0);
675   public void SetDeltaRangeMajor(double id0)
676     { SetDeltaRangeMajor_154(id0); }
677
678   private native double GetDeltaRangeMajor_155();
679   public double GetDeltaRangeMajor()
680     { return GetDeltaRangeMajor_155(); }
681
682   private native void SetLabels_156(vtkStringArray id0);
683   public void SetLabels(vtkStringArray id0)
684     { SetLabels_156(id0); }
685
686   private native void BuildAxis_157(vtkViewport id0,boolean id1);
687   public void BuildAxis(vtkViewport id0,boolean id1)
688     { BuildAxis_157(id0,id1); }
689
690   private native long GetTitleActor_158();
691   public vtkAxisFollower GetTitleActor() {
692     long temp = GetTitleActor_158();
693
694     if (temp == 0) return null;
695     return (vtkAxisFollower)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
696 }
697
698   private native long GetExponentActor_159();
699   public vtkAxisFollower GetExponentActor() {
700     long temp = GetExponentActor_159();
701
702     if (temp == 0) return null;
703     return (vtkAxisFollower)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
704 }
705
706   private native long GetTitleProp3D_160();
707   public vtkProp3DAxisFollower GetTitleProp3D() {
708     long temp = GetTitleProp3D_160();
709
710     if (temp == 0) return null;
711     return (vtkProp3DAxisFollower)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
712 }
713
714   private native long GetExponentProp3D_161();
715   public vtkProp3DAxisFollower GetExponentProp3D() {
716     long temp = GetExponentProp3D_161();
717
718     if (temp == 0) return null;
719     return (vtkProp3DAxisFollower)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
720 }
721
722   private native int GetNumberOfLabelsBuilt_162();
723   public int GetNumberOfLabelsBuilt()
724     { return GetNumberOfLabelsBuilt_162(); }
725
726   private native void SetCalculateTitleOffset_163(int id0);
727   public void SetCalculateTitleOffset(int id0)
728     { SetCalculateTitleOffset_163(id0); }
729
730   private native int GetCalculateTitleOffset_164();
731   public int GetCalculateTitleOffset()
732     { return GetCalculateTitleOffset_164(); }
733
734   private native void CalculateTitleOffsetOn_165();
735   public void CalculateTitleOffsetOn()
736     { CalculateTitleOffsetOn_165(); }
737
738   private native void CalculateTitleOffsetOff_166();
739   public void CalculateTitleOffsetOff()
740     { CalculateTitleOffsetOff_166(); }
741
742   private native void SetCalculateLabelOffset_167(int id0);
743   public void SetCalculateLabelOffset(int id0)
744     { SetCalculateLabelOffset_167(id0); }
745
746   private native int GetCalculateLabelOffset_168();
747   public int GetCalculateLabelOffset()
748     { return GetCalculateLabelOffset_168(); }
749
750   private native void CalculateLabelOffsetOn_169();
751   public void CalculateLabelOffsetOn()
752     { CalculateLabelOffsetOn_169(); }
753
754   private native void CalculateLabelOffsetOff_170();
755   public void CalculateLabelOffsetOff()
756     { CalculateLabelOffsetOff_170(); }
757
758   private native void SetUse2DMode_171(int id0);
759   public void SetUse2DMode(int id0)
760     { SetUse2DMode_171(id0); }
761
762   private native int GetUse2DMode_172();
763   public int GetUse2DMode()
764     { return GetUse2DMode_172(); }
765
766   private native void SetVerticalOffsetXTitle2D_173(double id0);
767   public void SetVerticalOffsetXTitle2D(double id0)
768     { SetVerticalOffsetXTitle2D_173(id0); }
769
770   private native double GetVerticalOffsetXTitle2D_174();
771   public double GetVerticalOffsetXTitle2D()
772     { return GetVerticalOffsetXTitle2D_174(); }
773
774   private native void SetHorizontalOffsetYTitle2D_175(double id0);
775   public void SetHorizontalOffsetYTitle2D(double id0)
776     { SetHorizontalOffsetYTitle2D_175(id0); }
777
778   private native double GetHorizontalOffsetYTitle2D_176();
779   public double GetHorizontalOffsetYTitle2D()
780     { return GetHorizontalOffsetYTitle2D_176(); }
781
782   private native void SetSaveTitlePosition_177(int id0);
783   public void SetSaveTitlePosition(int id0)
784     { SetSaveTitlePosition_177(id0); }
785
786   private native int GetSaveTitlePosition_178();
787   public int GetSaveTitlePosition()
788     { return GetSaveTitlePosition_178(); }
789
790   private native void SetAxisBaseForX_179(double id0,double id1,double id2);
791   public void SetAxisBaseForX(double id0,double id1,double id2)
792     { SetAxisBaseForX_179(id0,id1,id2); }
793
794   private native void SetAxisBaseForX_180(double id0[]);
795   public void SetAxisBaseForX(double id0[])
796     { SetAxisBaseForX_180(id0); }
797
798   private native double[] GetAxisBaseForX_181();
799   public double[] GetAxisBaseForX()
800     { return GetAxisBaseForX_181(); }
801
802   private native void SetAxisBaseForY_182(double id0,double id1,double id2);
803   public void SetAxisBaseForY(double id0,double id1,double id2)
804     { SetAxisBaseForY_182(id0,id1,id2); }
805
806   private native void SetAxisBaseForY_183(double id0[]);
807   public void SetAxisBaseForY(double id0[])
808     { SetAxisBaseForY_183(id0); }
809
810   private native double[] GetAxisBaseForY_184();
811   public double[] GetAxisBaseForY()
812     { return GetAxisBaseForY_184(); }
813
814   private native void SetAxisBaseForZ_185(double id0,double id1,double id2);
815   public void SetAxisBaseForZ(double id0,double id1,double id2)
816     { SetAxisBaseForZ_185(id0,id1,id2); }
817
818   private native void SetAxisBaseForZ_186(double id0[]);
819   public void SetAxisBaseForZ(double id0[])
820     { SetAxisBaseForZ_186(id0); }
821
822   private native double[] GetAxisBaseForZ_187();
823   public double[] GetAxisBaseForZ()
824     { return GetAxisBaseForZ_187(); }
825
826   private native void SetAxisOnOrigin_188(int id0);
827   public void SetAxisOnOrigin(int id0)
828     { SetAxisOnOrigin_188(id0); }
829
830   private native int GetAxisOnOrigin_189();
831   public int GetAxisOnOrigin()
832     { return GetAxisOnOrigin_189(); }
833
834   private native void SetLabelOffset_190(double id0);
835   public void SetLabelOffset(double id0)
836     { SetLabelOffset_190(id0); }
837
838   private native double GetLabelOffset_191();
839   public double GetLabelOffset()
840     { return GetLabelOffset_191(); }
841
842   private native void SetTitleOffset_192(double id0);
843   public void SetTitleOffset(double id0)
844     { SetTitleOffset_192(id0); }
845
846   private native double GetTitleOffset_193();
847   public double GetTitleOffset()
848     { return GetTitleOffset_193(); }
849
850   private native void SetExponentOffset_194(double id0);
851   public void SetExponentOffset(double id0)
852     { SetExponentOffset_194(id0); }
853
854   private native double GetExponentOffset_195();
855   public double GetExponentOffset()
856     { return GetExponentOffset_195(); }
857
858   private native void SetScreenSize_196(double id0);
859   public void SetScreenSize(double id0)
860     { SetScreenSize_196(id0); }
861
862   private native double GetScreenSize_197();
863   public double GetScreenSize()
864     { return GetScreenSize_197(); }
865
866   public vtkAxisActor() { super(); }
867
868   public vtkAxisActor(long id) { super(id); }
869   public native long   VTKInit();
870
871 }