]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkXYPlotActor.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkXYPlotActor.java
1 // java wrapper for vtkXYPlotActor object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkXYPlotActor extends vtkActor2D
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 AddDataSetInput_2(vtkDataSet id0,String id1,int id2);
19   public void AddDataSetInput(vtkDataSet id0,String id1,int id2)
20     { AddDataSetInput_2(id0,id1,id2); }
21
22   private native void AddDataSetInput_3(vtkDataSet id0);
23   public void AddDataSetInput(vtkDataSet id0)
24     { AddDataSetInput_3(id0); }
25
26   private native void AddDataSetInputConnection_4(vtkAlgorithmOutput id0,String id1,int id2);
27   public void AddDataSetInputConnection(vtkAlgorithmOutput id0,String id1,int id2)
28     { AddDataSetInputConnection_4(id0,id1,id2); }
29
30   private native void AddDataSetInputConnection_5(vtkAlgorithmOutput id0);
31   public void AddDataSetInputConnection(vtkAlgorithmOutput id0)
32     { AddDataSetInputConnection_5(id0); }
33
34   private native void RemoveDataSetInput_6(vtkDataSet id0,String id1,int id2);
35   public void RemoveDataSetInput(vtkDataSet id0,String id1,int id2)
36     { RemoveDataSetInput_6(id0,id1,id2); }
37
38   private native void RemoveDataSetInput_7(vtkDataSet id0);
39   public void RemoveDataSetInput(vtkDataSet id0)
40     { RemoveDataSetInput_7(id0); }
41
42   private native void RemoveDataSetInputConnection_8(vtkAlgorithmOutput id0,String id1,int id2);
43   public void RemoveDataSetInputConnection(vtkAlgorithmOutput id0,String id1,int id2)
44     { RemoveDataSetInputConnection_8(id0,id1,id2); }
45
46   private native void RemoveDataSetInputConnection_9(vtkAlgorithmOutput id0);
47   public void RemoveDataSetInputConnection(vtkAlgorithmOutput id0)
48     { RemoveDataSetInputConnection_9(id0); }
49
50   private native void RemoveAllDataSetInputConnections_10();
51   public void RemoveAllDataSetInputConnections()
52     { RemoveAllDataSetInputConnections_10(); }
53
54   private native void SetPointComponent_11(int id0,int id1);
55   public void SetPointComponent(int id0,int id1)
56     { SetPointComponent_11(id0,id1); }
57
58   private native int GetPointComponent_12(int id0);
59   public int GetPointComponent(int id0)
60     { return GetPointComponent_12(id0); }
61
62   private native void SetXValues_13(int id0);
63   public void SetXValues(int id0)
64     { SetXValues_13(id0); }
65
66   private native int GetXValuesMinValue_14();
67   public int GetXValuesMinValue()
68     { return GetXValuesMinValue_14(); }
69
70   private native int GetXValuesMaxValue_15();
71   public int GetXValuesMaxValue()
72     { return GetXValuesMaxValue_15(); }
73
74   private native int GetXValues_16();
75   public int GetXValues()
76     { return GetXValues_16(); }
77
78   private native void SetXValuesToIndex_17();
79   public void SetXValuesToIndex()
80     { SetXValuesToIndex_17(); }
81
82   private native void SetXValuesToArcLength_18();
83   public void SetXValuesToArcLength()
84     { SetXValuesToArcLength_18(); }
85
86   private native void SetXValuesToNormalizedArcLength_19();
87   public void SetXValuesToNormalizedArcLength()
88     { SetXValuesToNormalizedArcLength_19(); }
89
90   private native void SetXValuesToValue_20();
91   public void SetXValuesToValue()
92     { SetXValuesToValue_20(); }
93
94   private native String GetXValuesAsString_21();
95   public String GetXValuesAsString()
96     { return GetXValuesAsString_21(); }
97
98   private native void AddDataObjectInput_22(vtkDataObject id0);
99   public void AddDataObjectInput(vtkDataObject id0)
100     { AddDataObjectInput_22(id0); }
101
102   private native void AddDataObjectInputConnection_23(vtkAlgorithmOutput id0);
103   public void AddDataObjectInputConnection(vtkAlgorithmOutput id0)
104     { AddDataObjectInputConnection_23(id0); }
105
106   private native void RemoveDataObjectInputConnection_24(vtkAlgorithmOutput id0);
107   public void RemoveDataObjectInputConnection(vtkAlgorithmOutput id0)
108     { RemoveDataObjectInputConnection_24(id0); }
109
110   private native void RemoveDataObjectInput_25(vtkDataObject id0);
111   public void RemoveDataObjectInput(vtkDataObject id0)
112     { RemoveDataObjectInput_25(id0); }
113
114   private native void SetDataObjectPlotMode_26(int id0);
115   public void SetDataObjectPlotMode(int id0)
116     { SetDataObjectPlotMode_26(id0); }
117
118   private native int GetDataObjectPlotModeMinValue_27();
119   public int GetDataObjectPlotModeMinValue()
120     { return GetDataObjectPlotModeMinValue_27(); }
121
122   private native int GetDataObjectPlotModeMaxValue_28();
123   public int GetDataObjectPlotModeMaxValue()
124     { return GetDataObjectPlotModeMaxValue_28(); }
125
126   private native int GetDataObjectPlotMode_29();
127   public int GetDataObjectPlotMode()
128     { return GetDataObjectPlotMode_29(); }
129
130   private native void SetDataObjectPlotModeToRows_30();
131   public void SetDataObjectPlotModeToRows()
132     { SetDataObjectPlotModeToRows_30(); }
133
134   private native void SetDataObjectPlotModeToColumns_31();
135   public void SetDataObjectPlotModeToColumns()
136     { SetDataObjectPlotModeToColumns_31(); }
137
138   private native String GetDataObjectPlotModeAsString_32();
139   public String GetDataObjectPlotModeAsString()
140     { return GetDataObjectPlotModeAsString_32(); }
141
142   private native void SetDataObjectXComponent_33(int id0,int id1);
143   public void SetDataObjectXComponent(int id0,int id1)
144     { SetDataObjectXComponent_33(id0,id1); }
145
146   private native int GetDataObjectXComponent_34(int id0);
147   public int GetDataObjectXComponent(int id0)
148     { return GetDataObjectXComponent_34(id0); }
149
150   private native void SetDataObjectYComponent_35(int id0,int id1);
151   public void SetDataObjectYComponent(int id0,int id1)
152     { SetDataObjectYComponent_35(id0,id1); }
153
154   private native int GetDataObjectYComponent_36(int id0);
155   public int GetDataObjectYComponent(int id0)
156     { return GetDataObjectYComponent_36(id0); }
157
158   private native void SetPlotColor_37(int id0,double id1,double id2,double id3);
159   public void SetPlotColor(int id0,double id1,double id2,double id3)
160     { SetPlotColor_37(id0,id1,id2,id3); }
161
162   private native void SetPlotColor_38(int id0,double id1[]);
163   public void SetPlotColor(int id0,double id1[])
164     { SetPlotColor_38(id0,id1); }
165
166   private native double[] GetPlotColor_39(int id0);
167   public double[] GetPlotColor(int id0)
168     { return GetPlotColor_39(id0); }
169
170   private native void SetPlotSymbol_40(int id0,vtkPolyData id1);
171   public void SetPlotSymbol(int id0,vtkPolyData id1)
172     { SetPlotSymbol_40(id0,id1); }
173
174   private native long GetPlotSymbol_41(int id0);
175   public vtkPolyData GetPlotSymbol(int id0) {
176     long temp = GetPlotSymbol_41(id0);
177
178     if (temp == 0) return null;
179     return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
180 }
181
182   private native void SetPlotLabel_42(int id0,String id1);
183   public void SetPlotLabel(int id0,String id1)
184     { SetPlotLabel_42(id0,id1); }
185
186   private native String GetPlotLabel_43(int id0);
187   public String GetPlotLabel(int id0)
188     { return GetPlotLabel_43(id0); }
189
190   private native int GetPlotCurvePoints_44();
191   public int GetPlotCurvePoints()
192     { return GetPlotCurvePoints_44(); }
193
194   private native void SetPlotCurvePoints_45(int id0);
195   public void SetPlotCurvePoints(int id0)
196     { SetPlotCurvePoints_45(id0); }
197
198   private native void PlotCurvePointsOn_46();
199   public void PlotCurvePointsOn()
200     { PlotCurvePointsOn_46(); }
201
202   private native void PlotCurvePointsOff_47();
203   public void PlotCurvePointsOff()
204     { PlotCurvePointsOff_47(); }
205
206   private native int GetPlotCurveLines_48();
207   public int GetPlotCurveLines()
208     { return GetPlotCurveLines_48(); }
209
210   private native void SetPlotCurveLines_49(int id0);
211   public void SetPlotCurveLines(int id0)
212     { SetPlotCurveLines_49(id0); }
213
214   private native void PlotCurveLinesOn_50();
215   public void PlotCurveLinesOn()
216     { PlotCurveLinesOn_50(); }
217
218   private native void PlotCurveLinesOff_51();
219   public void PlotCurveLinesOff()
220     { PlotCurveLinesOff_51(); }
221
222   private native void SetPlotLines_52(int id0,int id1);
223   public void SetPlotLines(int id0,int id1)
224     { SetPlotLines_52(id0,id1); }
225
226   private native int GetPlotLines_53(int id0);
227   public int GetPlotLines(int id0)
228     { return GetPlotLines_53(id0); }
229
230   private native void SetPlotPoints_54(int id0,int id1);
231   public void SetPlotPoints(int id0,int id1)
232     { SetPlotPoints_54(id0,id1); }
233
234   private native int GetPlotPoints_55(int id0);
235   public int GetPlotPoints(int id0)
236     { return GetPlotPoints_55(id0); }
237
238   private native void SetExchangeAxes_56(int id0);
239   public void SetExchangeAxes(int id0)
240     { SetExchangeAxes_56(id0); }
241
242   private native int GetExchangeAxes_57();
243   public int GetExchangeAxes()
244     { return GetExchangeAxes_57(); }
245
246   private native void ExchangeAxesOn_58();
247   public void ExchangeAxesOn()
248     { ExchangeAxesOn_58(); }
249
250   private native void ExchangeAxesOff_59();
251   public void ExchangeAxesOff()
252     { ExchangeAxesOff_59(); }
253
254   private native void SetReverseXAxis_60(int id0);
255   public void SetReverseXAxis(int id0)
256     { SetReverseXAxis_60(id0); }
257
258   private native int GetReverseXAxis_61();
259   public int GetReverseXAxis()
260     { return GetReverseXAxis_61(); }
261
262   private native void ReverseXAxisOn_62();
263   public void ReverseXAxisOn()
264     { ReverseXAxisOn_62(); }
265
266   private native void ReverseXAxisOff_63();
267   public void ReverseXAxisOff()
268     { ReverseXAxisOff_63(); }
269
270   private native void SetReverseYAxis_64(int id0);
271   public void SetReverseYAxis(int id0)
272     { SetReverseYAxis_64(id0); }
273
274   private native int GetReverseYAxis_65();
275   public int GetReverseYAxis()
276     { return GetReverseYAxis_65(); }
277
278   private native void ReverseYAxisOn_66();
279   public void ReverseYAxisOn()
280     { ReverseYAxisOn_66(); }
281
282   private native void ReverseYAxisOff_67();
283   public void ReverseYAxisOff()
284     { ReverseYAxisOff_67(); }
285
286   private native long GetLegendActor_68();
287   public vtkLegendBoxActor GetLegendActor() {
288     long temp = GetLegendActor_68();
289
290     if (temp == 0) return null;
291     return (vtkLegendBoxActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
292 }
293
294   private native long GetGlyphSource_69();
295   public vtkGlyphSource2D GetGlyphSource() {
296     long temp = GetGlyphSource_69();
297
298     if (temp == 0) return null;
299     return (vtkGlyphSource2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
300 }
301
302   private native void SetTitle_70(String id0);
303   public void SetTitle(String id0)
304     { SetTitle_70(id0); }
305
306   private native String GetTitle_71();
307   public String GetTitle()
308     { return GetTitle_71(); }
309
310   private native void SetXTitle_72(String id0);
311   public void SetXTitle(String id0)
312     { SetXTitle_72(id0); }
313
314   private native String GetXTitle_73();
315   public String GetXTitle()
316     { return GetXTitle_73(); }
317
318   private native void SetYTitle_74(String id0);
319   public void SetYTitle(String id0)
320     { SetYTitle_74(id0); }
321
322   private native String GetYTitle_75();
323   public String GetYTitle()
324     { return GetYTitle_75(); }
325
326   private native long GetXAxisActor2D_76();
327   public vtkAxisActor2D GetXAxisActor2D() {
328     long temp = GetXAxisActor2D_76();
329
330     if (temp == 0) return null;
331     return (vtkAxisActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
332 }
333
334   private native long GetYAxisActor2D_77();
335   public vtkAxisActor2D GetYAxisActor2D() {
336     long temp = GetYAxisActor2D_77();
337
338     if (temp == 0) return null;
339     return (vtkAxisActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
340 }
341
342   private native void SetXRange_78(double id0,double id1);
343   public void SetXRange(double id0,double id1)
344     { SetXRange_78(id0,id1); }
345
346   private native void SetXRange_79(double id0[]);
347   public void SetXRange(double id0[])
348     { SetXRange_79(id0); }
349
350   private native double[] GetXRange_80();
351   public double[] GetXRange()
352     { return GetXRange_80(); }
353
354   private native void SetYRange_81(double id0,double id1);
355   public void SetYRange(double id0,double id1)
356     { SetYRange_81(id0,id1); }
357
358   private native void SetYRange_82(double id0[]);
359   public void SetYRange(double id0[])
360     { SetYRange_82(id0); }
361
362   private native double[] GetYRange_83();
363   public double[] GetYRange()
364     { return GetYRange_83(); }
365
366   private native void SetPlotRange_84(double id0,double id1,double id2,double id3);
367   public void SetPlotRange(double id0,double id1,double id2,double id3)
368     { SetPlotRange_84(id0,id1,id2,id3); }
369
370   private native void SetNumberOfXLabels_85(int id0);
371   public void SetNumberOfXLabels(int id0)
372     { SetNumberOfXLabels_85(id0); }
373
374   private native int GetNumberOfXLabelsMinValue_86();
375   public int GetNumberOfXLabelsMinValue()
376     { return GetNumberOfXLabelsMinValue_86(); }
377
378   private native int GetNumberOfXLabelsMaxValue_87();
379   public int GetNumberOfXLabelsMaxValue()
380     { return GetNumberOfXLabelsMaxValue_87(); }
381
382   private native int GetNumberOfXLabels_88();
383   public int GetNumberOfXLabels()
384     { return GetNumberOfXLabels_88(); }
385
386   private native void SetNumberOfYLabels_89(int id0);
387   public void SetNumberOfYLabels(int id0)
388     { SetNumberOfYLabels_89(id0); }
389
390   private native int GetNumberOfYLabelsMinValue_90();
391   public int GetNumberOfYLabelsMinValue()
392     { return GetNumberOfYLabelsMinValue_90(); }
393
394   private native int GetNumberOfYLabelsMaxValue_91();
395   public int GetNumberOfYLabelsMaxValue()
396     { return GetNumberOfYLabelsMaxValue_91(); }
397
398   private native int GetNumberOfYLabels_92();
399   public int GetNumberOfYLabels()
400     { return GetNumberOfYLabels_92(); }
401
402   private native void SetNumberOfLabels_93(int id0);
403   public void SetNumberOfLabels(int id0)
404     { SetNumberOfLabels_93(id0); }
405
406   private native void SetAdjustXLabels_94(int id0);
407   public void SetAdjustXLabels(int id0)
408     { SetAdjustXLabels_94(id0); }
409
410   private native int GetAdjustXLabels_95();
411   public int GetAdjustXLabels()
412     { return GetAdjustXLabels_95(); }
413
414   private native void SetAdjustYLabels_96(int id0);
415   public void SetAdjustYLabels(int id0)
416     { SetAdjustYLabels_96(id0); }
417
418   private native int GetAdjustYLabels_97();
419   public int GetAdjustYLabels()
420     { return GetAdjustYLabels_97(); }
421
422   private native void SetNumberOfXMinorTicks_98(int id0);
423   public void SetNumberOfXMinorTicks(int id0)
424     { SetNumberOfXMinorTicks_98(id0); }
425
426   private native int GetNumberOfXMinorTicks_99();
427   public int GetNumberOfXMinorTicks()
428     { return GetNumberOfXMinorTicks_99(); }
429
430   private native void SetNumberOfYMinorTicks_100(int id0);
431   public void SetNumberOfYMinorTicks(int id0)
432     { SetNumberOfYMinorTicks_100(id0); }
433
434   private native int GetNumberOfYMinorTicks_101();
435   public int GetNumberOfYMinorTicks()
436     { return GetNumberOfYMinorTicks_101(); }
437
438   private native void SetLegend_102(int id0);
439   public void SetLegend(int id0)
440     { SetLegend_102(id0); }
441
442   private native int GetLegend_103();
443   public int GetLegend()
444     { return GetLegend_103(); }
445
446   private native void LegendOn_104();
447   public void LegendOn()
448     { LegendOn_104(); }
449
450   private native void LegendOff_105();
451   public void LegendOff()
452     { LegendOff_105(); }
453
454   private native void SetTitlePosition_106(double id0,double id1);
455   public void SetTitlePosition(double id0,double id1)
456     { SetTitlePosition_106(id0,id1); }
457
458   private native void SetTitlePosition_107(double id0[]);
459   public void SetTitlePosition(double id0[])
460     { SetTitlePosition_107(id0); }
461
462   private native double[] GetTitlePosition_108();
463   public double[] GetTitlePosition()
464     { return GetTitlePosition_108(); }
465
466   private native void SetAdjustTitlePosition_109(int id0);
467   public void SetAdjustTitlePosition(int id0)
468     { SetAdjustTitlePosition_109(id0); }
469
470   private native int GetAdjustTitlePosition_110();
471   public int GetAdjustTitlePosition()
472     { return GetAdjustTitlePosition_110(); }
473
474   private native void AdjustTitlePositionOn_111();
475   public void AdjustTitlePositionOn()
476     { AdjustTitlePositionOn_111(); }
477
478   private native void AdjustTitlePositionOff_112();
479   public void AdjustTitlePositionOff()
480     { AdjustTitlePositionOff_112(); }
481
482   private native void SetAdjustTitlePositionMode_113(int id0);
483   public void SetAdjustTitlePositionMode(int id0)
484     { SetAdjustTitlePositionMode_113(id0); }
485
486   private native int GetAdjustTitlePositionMode_114();
487   public int GetAdjustTitlePositionMode()
488     { return GetAdjustTitlePositionMode_114(); }
489
490   private native void SetLegendPosition_115(double id0,double id1);
491   public void SetLegendPosition(double id0,double id1)
492     { SetLegendPosition_115(id0,id1); }
493
494   private native void SetLegendPosition_116(double id0[]);
495   public void SetLegendPosition(double id0[])
496     { SetLegendPosition_116(id0); }
497
498   private native double[] GetLegendPosition_117();
499   public double[] GetLegendPosition()
500     { return GetLegendPosition_117(); }
501
502   private native void SetLegendPosition2_118(double id0,double id1);
503   public void SetLegendPosition2(double id0,double id1)
504     { SetLegendPosition2_118(id0,id1); }
505
506   private native void SetLegendPosition2_119(double id0[]);
507   public void SetLegendPosition2(double id0[])
508     { SetLegendPosition2_119(id0); }
509
510   private native double[] GetLegendPosition2_120();
511   public double[] GetLegendPosition2()
512     { return GetLegendPosition2_120(); }
513
514   private native void SetTitleTextProperty_121(vtkTextProperty id0);
515   public void SetTitleTextProperty(vtkTextProperty id0)
516     { SetTitleTextProperty_121(id0); }
517
518   private native long GetTitleTextProperty_122();
519   public vtkTextProperty GetTitleTextProperty() {
520     long temp = GetTitleTextProperty_122();
521
522     if (temp == 0) return null;
523     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
524 }
525
526   private native void SetAxisTitleTextProperty_123(vtkTextProperty id0);
527   public void SetAxisTitleTextProperty(vtkTextProperty id0)
528     { SetAxisTitleTextProperty_123(id0); }
529
530   private native long GetAxisTitleTextProperty_124();
531   public vtkTextProperty GetAxisTitleTextProperty() {
532     long temp = GetAxisTitleTextProperty_124();
533
534     if (temp == 0) return null;
535     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
536 }
537
538   private native void SetAxisLabelTextProperty_125(vtkTextProperty id0);
539   public void SetAxisLabelTextProperty(vtkTextProperty id0)
540     { SetAxisLabelTextProperty_125(id0); }
541
542   private native long GetAxisLabelTextProperty_126();
543   public vtkTextProperty GetAxisLabelTextProperty() {
544     long temp = GetAxisLabelTextProperty_126();
545
546     if (temp == 0) return null;
547     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
548 }
549
550   private native void SetLogx_127(int id0);
551   public void SetLogx(int id0)
552     { SetLogx_127(id0); }
553
554   private native int GetLogx_128();
555   public int GetLogx()
556     { return GetLogx_128(); }
557
558   private native void LogxOn_129();
559   public void LogxOn()
560     { LogxOn_129(); }
561
562   private native void LogxOff_130();
563   public void LogxOff()
564     { LogxOff_130(); }
565
566   private native void SetLabelFormat_131(String id0);
567   public void SetLabelFormat(String id0)
568     { SetLabelFormat_131(id0); }
569
570   private native String GetLabelFormat_132();
571   public String GetLabelFormat()
572     { return GetLabelFormat_132(); }
573
574   private native void SetXLabelFormat_133(String id0);
575   public void SetXLabelFormat(String id0)
576     { SetXLabelFormat_133(id0); }
577
578   private native String GetXLabelFormat_134();
579   public String GetXLabelFormat()
580     { return GetXLabelFormat_134(); }
581
582   private native void SetYLabelFormat_135(String id0);
583   public void SetYLabelFormat(String id0)
584     { SetYLabelFormat_135(id0); }
585
586   private native String GetYLabelFormat_136();
587   public String GetYLabelFormat()
588     { return GetYLabelFormat_136(); }
589
590   private native void SetBorder_137(int id0);
591   public void SetBorder(int id0)
592     { SetBorder_137(id0); }
593
594   private native int GetBorderMinValue_138();
595   public int GetBorderMinValue()
596     { return GetBorderMinValue_138(); }
597
598   private native int GetBorderMaxValue_139();
599   public int GetBorderMaxValue()
600     { return GetBorderMaxValue_139(); }
601
602   private native int GetBorder_140();
603   public int GetBorder()
604     { return GetBorder_140(); }
605
606   private native int GetPlotPoints_141();
607   public int GetPlotPoints()
608     { return GetPlotPoints_141(); }
609
610   private native void SetPlotPoints_142(int id0);
611   public void SetPlotPoints(int id0)
612     { SetPlotPoints_142(id0); }
613
614   private native void PlotPointsOn_143();
615   public void PlotPointsOn()
616     { PlotPointsOn_143(); }
617
618   private native void PlotPointsOff_144();
619   public void PlotPointsOff()
620     { PlotPointsOff_144(); }
621
622   private native int GetPlotLines_145();
623   public int GetPlotLines()
624     { return GetPlotLines_145(); }
625
626   private native void SetPlotLines_146(int id0);
627   public void SetPlotLines(int id0)
628     { SetPlotLines_146(id0); }
629
630   private native void PlotLinesOn_147();
631   public void PlotLinesOn()
632     { PlotLinesOn_147(); }
633
634   private native void PlotLinesOff_148();
635   public void PlotLinesOff()
636     { PlotLinesOff_148(); }
637
638   private native void SetGlyphSize_149(double id0);
639   public void SetGlyphSize(double id0)
640     { SetGlyphSize_149(id0); }
641
642   private native double GetGlyphSizeMinValue_150();
643   public double GetGlyphSizeMinValue()
644     { return GetGlyphSizeMinValue_150(); }
645
646   private native double GetGlyphSizeMaxValue_151();
647   public double GetGlyphSizeMaxValue()
648     { return GetGlyphSizeMaxValue_151(); }
649
650   private native double GetGlyphSize_152();
651   public double GetGlyphSize()
652     { return GetGlyphSize_152(); }
653
654   private native void ViewportToPlotCoordinate_153(vtkViewport id0);
655   public void ViewportToPlotCoordinate(vtkViewport id0)
656     { ViewportToPlotCoordinate_153(id0); }
657
658   private native void SetPlotCoordinate_154(double id0,double id1);
659   public void SetPlotCoordinate(double id0,double id1)
660     { SetPlotCoordinate_154(id0,id1); }
661
662   private native void SetPlotCoordinate_155(double id0[]);
663   public void SetPlotCoordinate(double id0[])
664     { SetPlotCoordinate_155(id0); }
665
666   private native double[] GetPlotCoordinate_156();
667   public double[] GetPlotCoordinate()
668     { return GetPlotCoordinate_156(); }
669
670   private native void PlotToViewportCoordinate_157(vtkViewport id0);
671   public void PlotToViewportCoordinate(vtkViewport id0)
672     { PlotToViewportCoordinate_157(id0); }
673
674   private native void SetViewportCoordinate_158(double id0,double id1);
675   public void SetViewportCoordinate(double id0,double id1)
676     { SetViewportCoordinate_158(id0,id1); }
677
678   private native void SetViewportCoordinate_159(double id0[]);
679   public void SetViewportCoordinate(double id0[])
680     { SetViewportCoordinate_159(id0); }
681
682   private native double[] GetViewportCoordinate_160();
683   public double[] GetViewportCoordinate()
684     { return GetViewportCoordinate_160(); }
685
686   private native int IsInPlot_161(vtkViewport id0,double id1,double id2);
687   public int IsInPlot(vtkViewport id0,double id1,double id2)
688     { return IsInPlot_161(id0,id1,id2); }
689
690   private native void SetChartBox_162(int id0);
691   public void SetChartBox(int id0)
692     { SetChartBox_162(id0); }
693
694   private native int GetChartBox_163();
695   public int GetChartBox()
696     { return GetChartBox_163(); }
697
698   private native void ChartBoxOn_164();
699   public void ChartBoxOn()
700     { ChartBoxOn_164(); }
701
702   private native void ChartBoxOff_165();
703   public void ChartBoxOff()
704     { ChartBoxOff_165(); }
705
706   private native void SetChartBorder_166(int id0);
707   public void SetChartBorder(int id0)
708     { SetChartBorder_166(id0); }
709
710   private native int GetChartBorder_167();
711   public int GetChartBorder()
712     { return GetChartBorder_167(); }
713
714   private native void ChartBorderOn_168();
715   public void ChartBorderOn()
716     { ChartBorderOn_168(); }
717
718   private native void ChartBorderOff_169();
719   public void ChartBorderOff()
720     { ChartBorderOff_169(); }
721
722   private native long GetChartBoxProperty_170();
723   public vtkProperty2D GetChartBoxProperty() {
724     long temp = GetChartBoxProperty_170();
725
726     if (temp == 0) return null;
727     return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
728 }
729
730   private native void SetShowReferenceXLine_171(int id0);
731   public void SetShowReferenceXLine(int id0)
732     { SetShowReferenceXLine_171(id0); }
733
734   private native int GetShowReferenceXLine_172();
735   public int GetShowReferenceXLine()
736     { return GetShowReferenceXLine_172(); }
737
738   private native void ShowReferenceXLineOn_173();
739   public void ShowReferenceXLineOn()
740     { ShowReferenceXLineOn_173(); }
741
742   private native void ShowReferenceXLineOff_174();
743   public void ShowReferenceXLineOff()
744     { ShowReferenceXLineOff_174(); }
745
746   private native void SetReferenceXValue_175(double id0);
747   public void SetReferenceXValue(double id0)
748     { SetReferenceXValue_175(id0); }
749
750   private native double GetReferenceXValue_176();
751   public double GetReferenceXValue()
752     { return GetReferenceXValue_176(); }
753
754   private native void SetShowReferenceYLine_177(int id0);
755   public void SetShowReferenceYLine(int id0)
756     { SetShowReferenceYLine_177(id0); }
757
758   private native int GetShowReferenceYLine_178();
759   public int GetShowReferenceYLine()
760     { return GetShowReferenceYLine_178(); }
761
762   private native void ShowReferenceYLineOn_179();
763   public void ShowReferenceYLineOn()
764     { ShowReferenceYLineOn_179(); }
765
766   private native void ShowReferenceYLineOff_180();
767   public void ShowReferenceYLineOff()
768     { ShowReferenceYLineOff_180(); }
769
770   private native void SetReferenceYValue_181(double id0);
771   public void SetReferenceYValue(double id0)
772     { SetReferenceYValue_181(id0); }
773
774   private native double GetReferenceYValue_182();
775   public double GetReferenceYValue()
776     { return GetReferenceYValue_182(); }
777
778   private native int GetMTime_183();
779   public int GetMTime()
780     { return GetMTime_183(); }
781
782   private native int RenderOpaqueGeometry_184(vtkViewport id0);
783   public int RenderOpaqueGeometry(vtkViewport id0)
784     { return RenderOpaqueGeometry_184(id0); }
785
786   private native int RenderOverlay_185(vtkViewport id0);
787   public int RenderOverlay(vtkViewport id0)
788     { return RenderOverlay_185(id0); }
789
790   private native int RenderTranslucentPolygonalGeometry_186(vtkViewport id0);
791   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
792     { return RenderTranslucentPolygonalGeometry_186(id0); }
793
794   private native int HasTranslucentPolygonalGeometry_187();
795   public int HasTranslucentPolygonalGeometry()
796     { return HasTranslucentPolygonalGeometry_187(); }
797
798   private native void ReleaseGraphicsResources_188(vtkWindow id0);
799   public void ReleaseGraphicsResources(vtkWindow id0)
800     { ReleaseGraphicsResources_188(id0); }
801
802   private native void SetXTitlePosition_189(double id0);
803   public void SetXTitlePosition(double id0)
804     { SetXTitlePosition_189(id0); }
805
806   private native double GetXTitlePosition_190();
807   public double GetXTitlePosition()
808     { return GetXTitlePosition_190(); }
809
810   private native void SetYTitlePosition_191(int id0);
811   public void SetYTitlePosition(int id0)
812     { SetYTitlePosition_191(id0); }
813
814   private native int GetYTitlePosition_192();
815   public int GetYTitlePosition()
816     { return GetYTitlePosition_192(); }
817
818   private native void SetYTitlePositionToTop_193();
819   public void SetYTitlePositionToTop()
820     { SetYTitlePositionToTop_193(); }
821
822   private native void SetYTitlePositionToHCenter_194();
823   public void SetYTitlePositionToHCenter()
824     { SetYTitlePositionToHCenter_194(); }
825
826   private native void SetYTitlePositionToVCenter_195();
827   public void SetYTitlePositionToVCenter()
828     { SetYTitlePositionToVCenter_195(); }
829
830   private native void SetPlotGlyphType_196(int id0,int id1);
831   public void SetPlotGlyphType(int id0,int id1)
832     { SetPlotGlyphType_196(id0,id1); }
833
834   private native void SetLineWidth_197(double id0);
835   public void SetLineWidth(double id0)
836     { SetLineWidth_197(id0); }
837
838   private native void AddUserCurvesPoint_198(double id0,double id1,double id2);
839   public void AddUserCurvesPoint(double id0,double id1,double id2)
840     { AddUserCurvesPoint_198(id0,id1,id2); }
841
842   private native void RemoveAllActiveCurves_199();
843   public void RemoveAllActiveCurves()
844     { RemoveAllActiveCurves_199(); }
845
846   private native void SetLegendBorder_200(int id0);
847   public void SetLegendBorder(int id0)
848     { SetLegendBorder_200(id0); }
849
850   private native void SetLegendBox_201(int id0);
851   public void SetLegendBox(int id0)
852     { SetLegendBox_201(id0); }
853
854   private native void SetLegendUseBackground_202(int id0);
855   public void SetLegendUseBackground(int id0)
856     { SetLegendUseBackground_202(id0); }
857
858   private native void SetLegendBackgroundColor_203(double id0,double id1,double id2);
859   public void SetLegendBackgroundColor(double id0,double id1,double id2)
860     { SetLegendBackgroundColor_203(id0,id1,id2); }
861
862   private native void SetTitleColor_204(double id0,double id1,double id2);
863   public void SetTitleColor(double id0,double id1,double id2)
864     { SetTitleColor_204(id0,id1,id2); }
865
866   private native void SetTitleFontFamily_205(int id0);
867   public void SetTitleFontFamily(int id0)
868     { SetTitleFontFamily_205(id0); }
869
870   private native void SetTitleBold_206(int id0);
871   public void SetTitleBold(int id0)
872     { SetTitleBold_206(id0); }
873
874   private native void SetTitleItalic_207(int id0);
875   public void SetTitleItalic(int id0)
876     { SetTitleItalic_207(id0); }
877
878   private native void SetTitleShadow_208(int id0);
879   public void SetTitleShadow(int id0)
880     { SetTitleShadow_208(id0); }
881
882   private native void SetTitleFontSize_209(int id0);
883   public void SetTitleFontSize(int id0)
884     { SetTitleFontSize_209(id0); }
885
886   private native void SetTitleJustification_210(int id0);
887   public void SetTitleJustification(int id0)
888     { SetTitleJustification_210(id0); }
889
890   private native void SetTitleVerticalJustification_211(int id0);
891   public void SetTitleVerticalJustification(int id0)
892     { SetTitleVerticalJustification_211(id0); }
893
894   private native void SetXAxisColor_212(double id0,double id1,double id2);
895   public void SetXAxisColor(double id0,double id1,double id2)
896     { SetXAxisColor_212(id0,id1,id2); }
897
898   private native void SetYAxisColor_213(double id0,double id1,double id2);
899   public void SetYAxisColor(double id0,double id1,double id2)
900     { SetYAxisColor_213(id0,id1,id2); }
901
902   private native void SetAxisTitleColor_214(double id0,double id1,double id2);
903   public void SetAxisTitleColor(double id0,double id1,double id2)
904     { SetAxisTitleColor_214(id0,id1,id2); }
905
906   private native void SetAxisTitleFontFamily_215(int id0);
907   public void SetAxisTitleFontFamily(int id0)
908     { SetAxisTitleFontFamily_215(id0); }
909
910   private native void SetAxisTitleBold_216(int id0);
911   public void SetAxisTitleBold(int id0)
912     { SetAxisTitleBold_216(id0); }
913
914   private native void SetAxisTitleItalic_217(int id0);
915   public void SetAxisTitleItalic(int id0)
916     { SetAxisTitleItalic_217(id0); }
917
918   private native void SetAxisTitleShadow_218(int id0);
919   public void SetAxisTitleShadow(int id0)
920     { SetAxisTitleShadow_218(id0); }
921
922   private native void SetAxisTitleFontSize_219(int id0);
923   public void SetAxisTitleFontSize(int id0)
924     { SetAxisTitleFontSize_219(id0); }
925
926   private native void SetAxisTitleJustification_220(int id0);
927   public void SetAxisTitleJustification(int id0)
928     { SetAxisTitleJustification_220(id0); }
929
930   private native void SetAxisTitleVerticalJustification_221(int id0);
931   public void SetAxisTitleVerticalJustification(int id0)
932     { SetAxisTitleVerticalJustification_221(id0); }
933
934   private native void SetAxisLabelColor_222(double id0,double id1,double id2);
935   public void SetAxisLabelColor(double id0,double id1,double id2)
936     { SetAxisLabelColor_222(id0,id1,id2); }
937
938   private native void SetAxisLabelFontFamily_223(int id0);
939   public void SetAxisLabelFontFamily(int id0)
940     { SetAxisLabelFontFamily_223(id0); }
941
942   private native void SetAxisLabelBold_224(int id0);
943   public void SetAxisLabelBold(int id0)
944     { SetAxisLabelBold_224(id0); }
945
946   private native void SetAxisLabelItalic_225(int id0);
947   public void SetAxisLabelItalic(int id0)
948     { SetAxisLabelItalic_225(id0); }
949
950   private native void SetAxisLabelShadow_226(int id0);
951   public void SetAxisLabelShadow(int id0)
952     { SetAxisLabelShadow_226(id0); }
953
954   private native void SetAxisLabelFontSize_227(int id0);
955   public void SetAxisLabelFontSize(int id0)
956     { SetAxisLabelFontSize_227(id0); }
957
958   private native void SetAxisLabelJustification_228(int id0);
959   public void SetAxisLabelJustification(int id0)
960     { SetAxisLabelJustification_228(id0); }
961
962   private native void SetAxisLabelVerticalJustification_229(int id0);
963   public void SetAxisLabelVerticalJustification(int id0)
964     { SetAxisLabelVerticalJustification_229(id0); }
965
966   public vtkXYPlotActor() { super(); }
967
968   public vtkXYPlotActor(long id) { super(id); }
969   public native long   VTKInit();
970
971 }