]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkXYPlotActor.java
Mesh API to use Tuple3d instead of Vector3d
[simantics/3d.git] / vtk / src / vtk / vtkXYPlotActor.java
1 // java wrapper for vtkXYPlotActor object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkXYPlotActor 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 AddInput_2(vtkDataSet id0,String id1,int id2);\r
19   public void AddInput(vtkDataSet id0,String id1,int id2)\r
20     { AddInput_2(id0,id1,id2); }\r
21 \r
22   private native void AddInput_3(vtkDataSet id0);\r
23   public void AddInput(vtkDataSet id0)\r
24     { AddInput_3(id0); }\r
25 \r
26   private native void RemoveInput_4(vtkDataSet id0,String id1,int id2);\r
27   public void RemoveInput(vtkDataSet id0,String id1,int id2)\r
28     { RemoveInput_4(id0,id1,id2); }\r
29 \r
30   private native void RemoveInput_5(vtkDataSet id0);\r
31   public void RemoveInput(vtkDataSet id0)\r
32     { RemoveInput_5(id0); }\r
33 \r
34   private native void RemoveAllInputs_6();\r
35   public void RemoveAllInputs()\r
36     { RemoveAllInputs_6(); }\r
37 \r
38   private native long GetInputList_7();\r
39   public vtkDataSetCollection GetInputList() {\r
40     long temp = GetInputList_7();\r
41 \r
42     if (temp == 0) return null;\r
43     return (vtkDataSetCollection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
44   }\r
45 \r
46   private native void SetPointComponent_8(int id0,int id1);\r
47   public void SetPointComponent(int id0,int id1)\r
48     { SetPointComponent_8(id0,id1); }\r
49 \r
50   private native int GetPointComponent_9(int id0);\r
51   public int GetPointComponent(int id0)\r
52     { return GetPointComponent_9(id0); }\r
53 \r
54   private native void SetXValues_10(int id0);\r
55   public void SetXValues(int id0)\r
56     { SetXValues_10(id0); }\r
57 \r
58   private native int GetXValuesMinValue_11();\r
59   public int GetXValuesMinValue()\r
60     { return GetXValuesMinValue_11(); }\r
61 \r
62   private native int GetXValuesMaxValue_12();\r
63   public int GetXValuesMaxValue()\r
64     { return GetXValuesMaxValue_12(); }\r
65 \r
66   private native int GetXValues_13();\r
67   public int GetXValues()\r
68     { return GetXValues_13(); }\r
69 \r
70   private native void SetXValuesToIndex_14();\r
71   public void SetXValuesToIndex()\r
72     { SetXValuesToIndex_14(); }\r
73 \r
74   private native void SetXValuesToArcLength_15();\r
75   public void SetXValuesToArcLength()\r
76     { SetXValuesToArcLength_15(); }\r
77 \r
78   private native void SetXValuesToNormalizedArcLength_16();\r
79   public void SetXValuesToNormalizedArcLength()\r
80     { SetXValuesToNormalizedArcLength_16(); }\r
81 \r
82   private native void SetXValuesToValue_17();\r
83   public void SetXValuesToValue()\r
84     { SetXValuesToValue_17(); }\r
85 \r
86   private native String GetXValuesAsString_18();\r
87   public String GetXValuesAsString()\r
88     { return GetXValuesAsString_18(); }\r
89 \r
90   private native void AddDataObjectInput_19(vtkDataObject id0);\r
91   public void AddDataObjectInput(vtkDataObject id0)\r
92     { AddDataObjectInput_19(id0); }\r
93 \r
94   private native void RemoveDataObjectInput_20(vtkDataObject id0);\r
95   public void RemoveDataObjectInput(vtkDataObject id0)\r
96     { RemoveDataObjectInput_20(id0); }\r
97 \r
98   private native long GetDataObjectInputList_21();\r
99   public vtkDataObjectCollection GetDataObjectInputList() {\r
100     long temp = GetDataObjectInputList_21();\r
101 \r
102     if (temp == 0) return null;\r
103     return (vtkDataObjectCollection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
104   }\r
105 \r
106   private native void SetDataObjectPlotMode_22(int id0);\r
107   public void SetDataObjectPlotMode(int id0)\r
108     { SetDataObjectPlotMode_22(id0); }\r
109 \r
110   private native int GetDataObjectPlotModeMinValue_23();\r
111   public int GetDataObjectPlotModeMinValue()\r
112     { return GetDataObjectPlotModeMinValue_23(); }\r
113 \r
114   private native int GetDataObjectPlotModeMaxValue_24();\r
115   public int GetDataObjectPlotModeMaxValue()\r
116     { return GetDataObjectPlotModeMaxValue_24(); }\r
117 \r
118   private native int GetDataObjectPlotMode_25();\r
119   public int GetDataObjectPlotMode()\r
120     { return GetDataObjectPlotMode_25(); }\r
121 \r
122   private native void SetDataObjectPlotModeToRows_26();\r
123   public void SetDataObjectPlotModeToRows()\r
124     { SetDataObjectPlotModeToRows_26(); }\r
125 \r
126   private native void SetDataObjectPlotModeToColumns_27();\r
127   public void SetDataObjectPlotModeToColumns()\r
128     { SetDataObjectPlotModeToColumns_27(); }\r
129 \r
130   private native String GetDataObjectPlotModeAsString_28();\r
131   public String GetDataObjectPlotModeAsString()\r
132     { return GetDataObjectPlotModeAsString_28(); }\r
133 \r
134   private native void SetDataObjectXComponent_29(int id0,int id1);\r
135   public void SetDataObjectXComponent(int id0,int id1)\r
136     { SetDataObjectXComponent_29(id0,id1); }\r
137 \r
138   private native int GetDataObjectXComponent_30(int id0);\r
139   public int GetDataObjectXComponent(int id0)\r
140     { return GetDataObjectXComponent_30(id0); }\r
141 \r
142   private native void SetDataObjectYComponent_31(int id0,int id1);\r
143   public void SetDataObjectYComponent(int id0,int id1)\r
144     { SetDataObjectYComponent_31(id0,id1); }\r
145 \r
146   private native int GetDataObjectYComponent_32(int id0);\r
147   public int GetDataObjectYComponent(int id0)\r
148     { return GetDataObjectYComponent_32(id0); }\r
149 \r
150   private native void SetPlotColor_33(int id0,double id1,double id2,double id3);\r
151   public void SetPlotColor(int id0,double id1,double id2,double id3)\r
152     { SetPlotColor_33(id0,id1,id2,id3); }\r
153 \r
154   private native void SetPlotColor_34(int id0,double id1[]);\r
155   public void SetPlotColor(int id0,double id1[])\r
156     { SetPlotColor_34(id0,id1); }\r
157 \r
158   private native double[] GetPlotColor_35(int id0);\r
159   public double[] GetPlotColor(int id0)\r
160     { return GetPlotColor_35(id0); }\r
161 \r
162   private native void SetPlotSymbol_36(int id0,vtkPolyData id1);\r
163   public void SetPlotSymbol(int id0,vtkPolyData id1)\r
164     { SetPlotSymbol_36(id0,id1); }\r
165 \r
166   private native long GetPlotSymbol_37(int id0);\r
167   public vtkPolyData GetPlotSymbol(int id0) {\r
168     long temp = GetPlotSymbol_37(id0);\r
169 \r
170     if (temp == 0) return null;\r
171     return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
172   }\r
173 \r
174   private native void SetPlotLabel_38(int id0,String id1);\r
175   public void SetPlotLabel(int id0,String id1)\r
176     { SetPlotLabel_38(id0,id1); }\r
177 \r
178   private native String GetPlotLabel_39(int id0);\r
179   public String GetPlotLabel(int id0)\r
180     { return GetPlotLabel_39(id0); }\r
181 \r
182   private native int GetPlotCurvePoints_40();\r
183   public int GetPlotCurvePoints()\r
184     { return GetPlotCurvePoints_40(); }\r
185 \r
186   private native void SetPlotCurvePoints_41(int id0);\r
187   public void SetPlotCurvePoints(int id0)\r
188     { SetPlotCurvePoints_41(id0); }\r
189 \r
190   private native void PlotCurvePointsOn_42();\r
191   public void PlotCurvePointsOn()\r
192     { PlotCurvePointsOn_42(); }\r
193 \r
194   private native void PlotCurvePointsOff_43();\r
195   public void PlotCurvePointsOff()\r
196     { PlotCurvePointsOff_43(); }\r
197 \r
198   private native int GetPlotCurveLines_44();\r
199   public int GetPlotCurveLines()\r
200     { return GetPlotCurveLines_44(); }\r
201 \r
202   private native void SetPlotCurveLines_45(int id0);\r
203   public void SetPlotCurveLines(int id0)\r
204     { SetPlotCurveLines_45(id0); }\r
205 \r
206   private native void PlotCurveLinesOn_46();\r
207   public void PlotCurveLinesOn()\r
208     { PlotCurveLinesOn_46(); }\r
209 \r
210   private native void PlotCurveLinesOff_47();\r
211   public void PlotCurveLinesOff()\r
212     { PlotCurveLinesOff_47(); }\r
213 \r
214   private native void SetPlotLines_48(int id0,int id1);\r
215   public void SetPlotLines(int id0,int id1)\r
216     { SetPlotLines_48(id0,id1); }\r
217 \r
218   private native int GetPlotLines_49(int id0);\r
219   public int GetPlotLines(int id0)\r
220     { return GetPlotLines_49(id0); }\r
221 \r
222   private native void SetPlotPoints_50(int id0,int id1);\r
223   public void SetPlotPoints(int id0,int id1)\r
224     { SetPlotPoints_50(id0,id1); }\r
225 \r
226   private native int GetPlotPoints_51(int id0);\r
227   public int GetPlotPoints(int id0)\r
228     { return GetPlotPoints_51(id0); }\r
229 \r
230   private native void SetExchangeAxes_52(int id0);\r
231   public void SetExchangeAxes(int id0)\r
232     { SetExchangeAxes_52(id0); }\r
233 \r
234   private native int GetExchangeAxes_53();\r
235   public int GetExchangeAxes()\r
236     { return GetExchangeAxes_53(); }\r
237 \r
238   private native void ExchangeAxesOn_54();\r
239   public void ExchangeAxesOn()\r
240     { ExchangeAxesOn_54(); }\r
241 \r
242   private native void ExchangeAxesOff_55();\r
243   public void ExchangeAxesOff()\r
244     { ExchangeAxesOff_55(); }\r
245 \r
246   private native void SetReverseXAxis_56(int id0);\r
247   public void SetReverseXAxis(int id0)\r
248     { SetReverseXAxis_56(id0); }\r
249 \r
250   private native int GetReverseXAxis_57();\r
251   public int GetReverseXAxis()\r
252     { return GetReverseXAxis_57(); }\r
253 \r
254   private native void ReverseXAxisOn_58();\r
255   public void ReverseXAxisOn()\r
256     { ReverseXAxisOn_58(); }\r
257 \r
258   private native void ReverseXAxisOff_59();\r
259   public void ReverseXAxisOff()\r
260     { ReverseXAxisOff_59(); }\r
261 \r
262   private native void SetReverseYAxis_60(int id0);\r
263   public void SetReverseYAxis(int id0)\r
264     { SetReverseYAxis_60(id0); }\r
265 \r
266   private native int GetReverseYAxis_61();\r
267   public int GetReverseYAxis()\r
268     { return GetReverseYAxis_61(); }\r
269 \r
270   private native void ReverseYAxisOn_62();\r
271   public void ReverseYAxisOn()\r
272     { ReverseYAxisOn_62(); }\r
273 \r
274   private native void ReverseYAxisOff_63();\r
275   public void ReverseYAxisOff()\r
276     { ReverseYAxisOff_63(); }\r
277 \r
278   private native long GetLegendActor_64();\r
279   public vtkLegendBoxActor GetLegendActor() {\r
280     long temp = GetLegendActor_64();\r
281 \r
282     if (temp == 0) return null;\r
283     return (vtkLegendBoxActor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
284   }\r
285 \r
286   private native long GetGlyphSource_65();\r
287   public vtkGlyphSource2D GetGlyphSource() {\r
288     long temp = GetGlyphSource_65();\r
289 \r
290     if (temp == 0) return null;\r
291     return (vtkGlyphSource2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
292   }\r
293 \r
294   private native void SetTitle_66(String id0);\r
295   public void SetTitle(String id0)\r
296     { SetTitle_66(id0); }\r
297 \r
298   private native String GetTitle_67();\r
299   public String GetTitle()\r
300     { return GetTitle_67(); }\r
301 \r
302   private native void SetXTitle_68(String id0);\r
303   public void SetXTitle(String id0)\r
304     { SetXTitle_68(id0); }\r
305 \r
306   private native String GetXTitle_69();\r
307   public String GetXTitle()\r
308     { return GetXTitle_69(); }\r
309 \r
310   private native void SetYTitle_70(String id0);\r
311   public void SetYTitle(String id0)\r
312     { SetYTitle_70(id0); }\r
313 \r
314   private native String GetYTitle_71();\r
315   public String GetYTitle()\r
316     { return GetYTitle_71(); }\r
317 \r
318   private native long GetXAxisActor2D_72();\r
319   public vtkAxisActor2D GetXAxisActor2D() {\r
320     long temp = GetXAxisActor2D_72();\r
321 \r
322     if (temp == 0) return null;\r
323     return (vtkAxisActor2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
324   }\r
325 \r
326   private native long GetYAxisActor2D_73();\r
327   public vtkAxisActor2D GetYAxisActor2D() {\r
328     long temp = GetYAxisActor2D_73();\r
329 \r
330     if (temp == 0) return null;\r
331     return (vtkAxisActor2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
332   }\r
333 \r
334   private native void SetXRange_74(double id0,double id1);\r
335   public void SetXRange(double id0,double id1)\r
336     { SetXRange_74(id0,id1); }\r
337 \r
338   private native void SetXRange_75(double id0[]);\r
339   public void SetXRange(double id0[])\r
340     { SetXRange_75(id0); }\r
341 \r
342   private native double[] GetXRange_76();\r
343   public double[] GetXRange()\r
344     { return GetXRange_76(); }\r
345 \r
346   private native void SetYRange_77(double id0,double id1);\r
347   public void SetYRange(double id0,double id1)\r
348     { SetYRange_77(id0,id1); }\r
349 \r
350   private native void SetYRange_78(double id0[]);\r
351   public void SetYRange(double id0[])\r
352     { SetYRange_78(id0); }\r
353 \r
354   private native double[] GetYRange_79();\r
355   public double[] GetYRange()\r
356     { return GetYRange_79(); }\r
357 \r
358   private native void SetPlotRange_80(double id0,double id1,double id2,double id3);\r
359   public void SetPlotRange(double id0,double id1,double id2,double id3)\r
360     { SetPlotRange_80(id0,id1,id2,id3); }\r
361 \r
362   private native void SetNumberOfXLabels_81(int id0);\r
363   public void SetNumberOfXLabels(int id0)\r
364     { SetNumberOfXLabels_81(id0); }\r
365 \r
366   private native int GetNumberOfXLabelsMinValue_82();\r
367   public int GetNumberOfXLabelsMinValue()\r
368     { return GetNumberOfXLabelsMinValue_82(); }\r
369 \r
370   private native int GetNumberOfXLabelsMaxValue_83();\r
371   public int GetNumberOfXLabelsMaxValue()\r
372     { return GetNumberOfXLabelsMaxValue_83(); }\r
373 \r
374   private native int GetNumberOfXLabels_84();\r
375   public int GetNumberOfXLabels()\r
376     { return GetNumberOfXLabels_84(); }\r
377 \r
378   private native void SetNumberOfYLabels_85(int id0);\r
379   public void SetNumberOfYLabels(int id0)\r
380     { SetNumberOfYLabels_85(id0); }\r
381 \r
382   private native int GetNumberOfYLabelsMinValue_86();\r
383   public int GetNumberOfYLabelsMinValue()\r
384     { return GetNumberOfYLabelsMinValue_86(); }\r
385 \r
386   private native int GetNumberOfYLabelsMaxValue_87();\r
387   public int GetNumberOfYLabelsMaxValue()\r
388     { return GetNumberOfYLabelsMaxValue_87(); }\r
389 \r
390   private native int GetNumberOfYLabels_88();\r
391   public int GetNumberOfYLabels()\r
392     { return GetNumberOfYLabels_88(); }\r
393 \r
394   private native void SetNumberOfLabels_89(int id0);\r
395   public void SetNumberOfLabels(int id0)\r
396     { SetNumberOfLabels_89(id0); }\r
397 \r
398   private native void SetAdjustXLabels_90(int id0);\r
399   public void SetAdjustXLabels(int id0)\r
400     { SetAdjustXLabels_90(id0); }\r
401 \r
402   private native int GetAdjustXLabels_91();\r
403   public int GetAdjustXLabels()\r
404     { return GetAdjustXLabels_91(); }\r
405 \r
406   private native void SetAdjustYLabels_92(int id0);\r
407   public void SetAdjustYLabels(int id0)\r
408     { SetAdjustYLabels_92(id0); }\r
409 \r
410   private native int GetAdjustYLabels_93();\r
411   public int GetAdjustYLabels()\r
412     { return GetAdjustYLabels_93(); }\r
413 \r
414   private native void SetXTitlePosition_94(double id0);\r
415   public void SetXTitlePosition(double id0)\r
416     { SetXTitlePosition_94(id0); }\r
417 \r
418   private native double GetXTitlePosition_95();\r
419   public double GetXTitlePosition()\r
420     { return GetXTitlePosition_95(); }\r
421 \r
422   private native void SetYTitlePosition_96(double id0);\r
423   public void SetYTitlePosition(double id0)\r
424     { SetYTitlePosition_96(id0); }\r
425 \r
426   private native double GetYTitlePosition_97();\r
427   public double GetYTitlePosition()\r
428     { return GetYTitlePosition_97(); }\r
429 \r
430   private native void SetNumberOfXMinorTicks_98(int id0);\r
431   public void SetNumberOfXMinorTicks(int id0)\r
432     { SetNumberOfXMinorTicks_98(id0); }\r
433 \r
434   private native int GetNumberOfXMinorTicks_99();\r
435   public int GetNumberOfXMinorTicks()\r
436     { return GetNumberOfXMinorTicks_99(); }\r
437 \r
438   private native void SetNumberOfYMinorTicks_100(int id0);\r
439   public void SetNumberOfYMinorTicks(int id0)\r
440     { SetNumberOfYMinorTicks_100(id0); }\r
441 \r
442   private native int GetNumberOfYMinorTicks_101();\r
443   public int GetNumberOfYMinorTicks()\r
444     { return GetNumberOfYMinorTicks_101(); }\r
445 \r
446   private native void SetLegend_102(int id0);\r
447   public void SetLegend(int id0)\r
448     { SetLegend_102(id0); }\r
449 \r
450   private native int GetLegend_103();\r
451   public int GetLegend()\r
452     { return GetLegend_103(); }\r
453 \r
454   private native void LegendOn_104();\r
455   public void LegendOn()\r
456     { LegendOn_104(); }\r
457 \r
458   private native void LegendOff_105();\r
459   public void LegendOff()\r
460     { LegendOff_105(); }\r
461 \r
462   private native void SetTitlePosition_106(double id0,double id1);\r
463   public void SetTitlePosition(double id0,double id1)\r
464     { SetTitlePosition_106(id0,id1); }\r
465 \r
466   private native void SetTitlePosition_107(double id0[]);\r
467   public void SetTitlePosition(double id0[])\r
468     { SetTitlePosition_107(id0); }\r
469 \r
470   private native double[] GetTitlePosition_108();\r
471   public double[] GetTitlePosition()\r
472     { return GetTitlePosition_108(); }\r
473 \r
474   private native void SetAdjustTitlePosition_109(int id0);\r
475   public void SetAdjustTitlePosition(int id0)\r
476     { SetAdjustTitlePosition_109(id0); }\r
477 \r
478   private native int GetAdjustTitlePosition_110();\r
479   public int GetAdjustTitlePosition()\r
480     { return GetAdjustTitlePosition_110(); }\r
481 \r
482   private native void AdjustTitlePositionOn_111();\r
483   public void AdjustTitlePositionOn()\r
484     { AdjustTitlePositionOn_111(); }\r
485 \r
486   private native void AdjustTitlePositionOff_112();\r
487   public void AdjustTitlePositionOff()\r
488     { AdjustTitlePositionOff_112(); }\r
489 \r
490   private native void SetAdjustTitlePositionMode_113(int id0);\r
491   public void SetAdjustTitlePositionMode(int id0)\r
492     { SetAdjustTitlePositionMode_113(id0); }\r
493 \r
494   private native int GetAdjustTitlePositionMode_114();\r
495   public int GetAdjustTitlePositionMode()\r
496     { return GetAdjustTitlePositionMode_114(); }\r
497 \r
498   private native void SetLegendPosition_115(double id0,double id1);\r
499   public void SetLegendPosition(double id0,double id1)\r
500     { SetLegendPosition_115(id0,id1); }\r
501 \r
502   private native void SetLegendPosition_116(double id0[]);\r
503   public void SetLegendPosition(double id0[])\r
504     { SetLegendPosition_116(id0); }\r
505 \r
506   private native double[] GetLegendPosition_117();\r
507   public double[] GetLegendPosition()\r
508     { return GetLegendPosition_117(); }\r
509 \r
510   private native void SetLegendPosition2_118(double id0,double id1);\r
511   public void SetLegendPosition2(double id0,double id1)\r
512     { SetLegendPosition2_118(id0,id1); }\r
513 \r
514   private native void SetLegendPosition2_119(double id0[]);\r
515   public void SetLegendPosition2(double id0[])\r
516     { SetLegendPosition2_119(id0); }\r
517 \r
518   private native double[] GetLegendPosition2_120();\r
519   public double[] GetLegendPosition2()\r
520     { return GetLegendPosition2_120(); }\r
521 \r
522   private native void SetTitleTextProperty_121(vtkTextProperty id0);\r
523   public void SetTitleTextProperty(vtkTextProperty id0)\r
524     { SetTitleTextProperty_121(id0); }\r
525 \r
526   private native long GetTitleTextProperty_122();\r
527   public vtkTextProperty GetTitleTextProperty() {\r
528     long temp = GetTitleTextProperty_122();\r
529 \r
530     if (temp == 0) return null;\r
531     return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
532   }\r
533 \r
534   private native void SetAxisTitleTextProperty_123(vtkTextProperty id0);\r
535   public void SetAxisTitleTextProperty(vtkTextProperty id0)\r
536     { SetAxisTitleTextProperty_123(id0); }\r
537 \r
538   private native long GetAxisTitleTextProperty_124();\r
539   public vtkTextProperty GetAxisTitleTextProperty() {\r
540     long temp = GetAxisTitleTextProperty_124();\r
541 \r
542     if (temp == 0) return null;\r
543     return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
544   }\r
545 \r
546   private native void SetAxisLabelTextProperty_125(vtkTextProperty id0);\r
547   public void SetAxisLabelTextProperty(vtkTextProperty id0)\r
548     { SetAxisLabelTextProperty_125(id0); }\r
549 \r
550   private native long GetAxisLabelTextProperty_126();\r
551   public vtkTextProperty GetAxisLabelTextProperty() {\r
552     long temp = GetAxisLabelTextProperty_126();\r
553 \r
554     if (temp == 0) return null;\r
555     return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
556   }\r
557 \r
558   private native void SetLogx_127(int id0);\r
559   public void SetLogx(int id0)\r
560     { SetLogx_127(id0); }\r
561 \r
562   private native int GetLogx_128();\r
563   public int GetLogx()\r
564     { return GetLogx_128(); }\r
565 \r
566   private native void LogxOn_129();\r
567   public void LogxOn()\r
568     { LogxOn_129(); }\r
569 \r
570   private native void LogxOff_130();\r
571   public void LogxOff()\r
572     { LogxOff_130(); }\r
573 \r
574   private native void SetLabelFormat_131(String id0);\r
575   public void SetLabelFormat(String id0)\r
576     { SetLabelFormat_131(id0); }\r
577 \r
578   private native String GetLabelFormat_132();\r
579   public String GetLabelFormat()\r
580     { return GetLabelFormat_132(); }\r
581 \r
582   private native void SetXLabelFormat_133(String id0);\r
583   public void SetXLabelFormat(String id0)\r
584     { SetXLabelFormat_133(id0); }\r
585 \r
586   private native String GetXLabelFormat_134();\r
587   public String GetXLabelFormat()\r
588     { return GetXLabelFormat_134(); }\r
589 \r
590   private native void SetYLabelFormat_135(String id0);\r
591   public void SetYLabelFormat(String id0)\r
592     { SetYLabelFormat_135(id0); }\r
593 \r
594   private native String GetYLabelFormat_136();\r
595   public String GetYLabelFormat()\r
596     { return GetYLabelFormat_136(); }\r
597 \r
598   private native void SetBorder_137(int id0);\r
599   public void SetBorder(int id0)\r
600     { SetBorder_137(id0); }\r
601 \r
602   private native int GetBorderMinValue_138();\r
603   public int GetBorderMinValue()\r
604     { return GetBorderMinValue_138(); }\r
605 \r
606   private native int GetBorderMaxValue_139();\r
607   public int GetBorderMaxValue()\r
608     { return GetBorderMaxValue_139(); }\r
609 \r
610   private native int GetBorder_140();\r
611   public int GetBorder()\r
612     { return GetBorder_140(); }\r
613 \r
614   private native int GetPlotPoints_141();\r
615   public int GetPlotPoints()\r
616     { return GetPlotPoints_141(); }\r
617 \r
618   private native void SetPlotPoints_142(int id0);\r
619   public void SetPlotPoints(int id0)\r
620     { SetPlotPoints_142(id0); }\r
621 \r
622   private native void PlotPointsOn_143();\r
623   public void PlotPointsOn()\r
624     { PlotPointsOn_143(); }\r
625 \r
626   private native void PlotPointsOff_144();\r
627   public void PlotPointsOff()\r
628     { PlotPointsOff_144(); }\r
629 \r
630   private native int GetPlotLines_145();\r
631   public int GetPlotLines()\r
632     { return GetPlotLines_145(); }\r
633 \r
634   private native void SetPlotLines_146(int id0);\r
635   public void SetPlotLines(int id0)\r
636     { SetPlotLines_146(id0); }\r
637 \r
638   private native void PlotLinesOn_147();\r
639   public void PlotLinesOn()\r
640     { PlotLinesOn_147(); }\r
641 \r
642   private native void PlotLinesOff_148();\r
643   public void PlotLinesOff()\r
644     { PlotLinesOff_148(); }\r
645 \r
646   private native void SetGlyphSize_149(double id0);\r
647   public void SetGlyphSize(double id0)\r
648     { SetGlyphSize_149(id0); }\r
649 \r
650   private native double GetGlyphSizeMinValue_150();\r
651   public double GetGlyphSizeMinValue()\r
652     { return GetGlyphSizeMinValue_150(); }\r
653 \r
654   private native double GetGlyphSizeMaxValue_151();\r
655   public double GetGlyphSizeMaxValue()\r
656     { return GetGlyphSizeMaxValue_151(); }\r
657 \r
658   private native double GetGlyphSize_152();\r
659   public double GetGlyphSize()\r
660     { return GetGlyphSize_152(); }\r
661 \r
662   private native void ViewportToPlotCoordinate_153(vtkViewport id0);\r
663   public void ViewportToPlotCoordinate(vtkViewport id0)\r
664     { ViewportToPlotCoordinate_153(id0); }\r
665 \r
666   private native void SetPlotCoordinate_154(double id0,double id1);\r
667   public void SetPlotCoordinate(double id0,double id1)\r
668     { SetPlotCoordinate_154(id0,id1); }\r
669 \r
670   private native void SetPlotCoordinate_155(double id0[]);\r
671   public void SetPlotCoordinate(double id0[])\r
672     { SetPlotCoordinate_155(id0); }\r
673 \r
674   private native double[] GetPlotCoordinate_156();\r
675   public double[] GetPlotCoordinate()\r
676     { return GetPlotCoordinate_156(); }\r
677 \r
678   private native void PlotToViewportCoordinate_157(vtkViewport id0);\r
679   public void PlotToViewportCoordinate(vtkViewport id0)\r
680     { PlotToViewportCoordinate_157(id0); }\r
681 \r
682   private native void SetViewportCoordinate_158(double id0,double id1);\r
683   public void SetViewportCoordinate(double id0,double id1)\r
684     { SetViewportCoordinate_158(id0,id1); }\r
685 \r
686   private native void SetViewportCoordinate_159(double id0[]);\r
687   public void SetViewportCoordinate(double id0[])\r
688     { SetViewportCoordinate_159(id0); }\r
689 \r
690   private native double[] GetViewportCoordinate_160();\r
691   public double[] GetViewportCoordinate()\r
692     { return GetViewportCoordinate_160(); }\r
693 \r
694   private native int IsInPlot_161(vtkViewport id0,double id1,double id2);\r
695   public int IsInPlot(vtkViewport id0,double id1,double id2)\r
696     { return IsInPlot_161(id0,id1,id2); }\r
697 \r
698   private native void SetChartBox_162(int id0);\r
699   public void SetChartBox(int id0)\r
700     { SetChartBox_162(id0); }\r
701 \r
702   private native int GetChartBox_163();\r
703   public int GetChartBox()\r
704     { return GetChartBox_163(); }\r
705 \r
706   private native void ChartBoxOn_164();\r
707   public void ChartBoxOn()\r
708     { ChartBoxOn_164(); }\r
709 \r
710   private native void ChartBoxOff_165();\r
711   public void ChartBoxOff()\r
712     { ChartBoxOff_165(); }\r
713 \r
714   private native void SetChartBorder_166(int id0);\r
715   public void SetChartBorder(int id0)\r
716     { SetChartBorder_166(id0); }\r
717 \r
718   private native int GetChartBorder_167();\r
719   public int GetChartBorder()\r
720     { return GetChartBorder_167(); }\r
721 \r
722   private native void ChartBorderOn_168();\r
723   public void ChartBorderOn()\r
724     { ChartBorderOn_168(); }\r
725 \r
726   private native void ChartBorderOff_169();\r
727   public void ChartBorderOff()\r
728     { ChartBorderOff_169(); }\r
729 \r
730   private native long GetChartBoxProperty_170();\r
731   public vtkProperty2D GetChartBoxProperty() {\r
732     long temp = GetChartBoxProperty_170();\r
733 \r
734     if (temp == 0) return null;\r
735     return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
736   }\r
737 \r
738   private native void SetShowReferenceXLine_171(int id0);\r
739   public void SetShowReferenceXLine(int id0)\r
740     { SetShowReferenceXLine_171(id0); }\r
741 \r
742   private native int GetShowReferenceXLine_172();\r
743   public int GetShowReferenceXLine()\r
744     { return GetShowReferenceXLine_172(); }\r
745 \r
746   private native void ShowReferenceXLineOn_173();\r
747   public void ShowReferenceXLineOn()\r
748     { ShowReferenceXLineOn_173(); }\r
749 \r
750   private native void ShowReferenceXLineOff_174();\r
751   public void ShowReferenceXLineOff()\r
752     { ShowReferenceXLineOff_174(); }\r
753 \r
754   private native void SetReferenceXValue_175(double id0);\r
755   public void SetReferenceXValue(double id0)\r
756     { SetReferenceXValue_175(id0); }\r
757 \r
758   private native double GetReferenceXValue_176();\r
759   public double GetReferenceXValue()\r
760     { return GetReferenceXValue_176(); }\r
761 \r
762   private native void SetShowReferenceYLine_177(int id0);\r
763   public void SetShowReferenceYLine(int id0)\r
764     { SetShowReferenceYLine_177(id0); }\r
765 \r
766   private native int GetShowReferenceYLine_178();\r
767   public int GetShowReferenceYLine()\r
768     { return GetShowReferenceYLine_178(); }\r
769 \r
770   private native void ShowReferenceYLineOn_179();\r
771   public void ShowReferenceYLineOn()\r
772     { ShowReferenceYLineOn_179(); }\r
773 \r
774   private native void ShowReferenceYLineOff_180();\r
775   public void ShowReferenceYLineOff()\r
776     { ShowReferenceYLineOff_180(); }\r
777 \r
778   private native void SetReferenceYValue_181(double id0);\r
779   public void SetReferenceYValue(double id0)\r
780     { SetReferenceYValue_181(id0); }\r
781 \r
782   private native double GetReferenceYValue_182();\r
783   public double GetReferenceYValue()\r
784     { return GetReferenceYValue_182(); }\r
785 \r
786   private native int GetMTime_183();\r
787   public int GetMTime()\r
788     { return GetMTime_183(); }\r
789 \r
790   private native int RenderOpaqueGeometry_184(vtkViewport id0);\r
791   public int RenderOpaqueGeometry(vtkViewport id0)\r
792     { return RenderOpaqueGeometry_184(id0); }\r
793 \r
794   private native int RenderOverlay_185(vtkViewport id0);\r
795   public int RenderOverlay(vtkViewport id0)\r
796     { return RenderOverlay_185(id0); }\r
797 \r
798   private native int RenderTranslucentPolygonalGeometry_186(vtkViewport id0);\r
799   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
800     { return RenderTranslucentPolygonalGeometry_186(id0); }\r
801 \r
802   private native int HasTranslucentPolygonalGeometry_187();\r
803   public int HasTranslucentPolygonalGeometry()\r
804     { return HasTranslucentPolygonalGeometry_187(); }\r
805 \r
806   private native void ReleaseGraphicsResources_188(vtkWindow id0);\r
807   public void ReleaseGraphicsResources(vtkWindow id0)\r
808     { ReleaseGraphicsResources_188(id0); }\r
809 \r
810   public vtkXYPlotActor() { super(); }\r
811 \r
812   public vtkXYPlotActor(long id) { super(id); }\r
813   public native long   VTKInit();\r
814 \r
815 }\r