]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkXYPlotActor.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkXYPlotActor.java
index b55963d136a8c70ddc4c545d3b4f13ce9d4c077a..c26a80feb89e92025af81353ef2090ac2099bdf2 100644 (file)
-// java wrapper for vtkXYPlotActor object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkXYPlotActor extends vtkActor2D\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native void AddInput_2(vtkDataSet id0,String id1,int id2);\r
-  public void AddInput(vtkDataSet id0,String id1,int id2)\r
-    { AddInput_2(id0,id1,id2); }\r
-\r
-  private native void AddInput_3(vtkDataSet id0);\r
-  public void AddInput(vtkDataSet id0)\r
-    { AddInput_3(id0); }\r
-\r
-  private native void RemoveInput_4(vtkDataSet id0,String id1,int id2);\r
-  public void RemoveInput(vtkDataSet id0,String id1,int id2)\r
-    { RemoveInput_4(id0,id1,id2); }\r
-\r
-  private native void RemoveInput_5(vtkDataSet id0);\r
-  public void RemoveInput(vtkDataSet id0)\r
-    { RemoveInput_5(id0); }\r
-\r
-  private native void RemoveAllInputs_6();\r
-  public void RemoveAllInputs()\r
-    { RemoveAllInputs_6(); }\r
-\r
-  private native long GetInputList_7();\r
-  public vtkDataSetCollection GetInputList() {\r
-    long temp = GetInputList_7();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkDataSetCollection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetPointComponent_8(int id0,int id1);\r
-  public void SetPointComponent(int id0,int id1)\r
-    { SetPointComponent_8(id0,id1); }\r
-\r
-  private native int GetPointComponent_9(int id0);\r
-  public int GetPointComponent(int id0)\r
-    { return GetPointComponent_9(id0); }\r
-\r
-  private native void SetXValues_10(int id0);\r
-  public void SetXValues(int id0)\r
-    { SetXValues_10(id0); }\r
-\r
-  private native int GetXValuesMinValue_11();\r
-  public int GetXValuesMinValue()\r
-    { return GetXValuesMinValue_11(); }\r
-\r
-  private native int GetXValuesMaxValue_12();\r
-  public int GetXValuesMaxValue()\r
-    { return GetXValuesMaxValue_12(); }\r
-\r
-  private native int GetXValues_13();\r
-  public int GetXValues()\r
-    { return GetXValues_13(); }\r
-\r
-  private native void SetXValuesToIndex_14();\r
-  public void SetXValuesToIndex()\r
-    { SetXValuesToIndex_14(); }\r
-\r
-  private native void SetXValuesToArcLength_15();\r
-  public void SetXValuesToArcLength()\r
-    { SetXValuesToArcLength_15(); }\r
-\r
-  private native void SetXValuesToNormalizedArcLength_16();\r
-  public void SetXValuesToNormalizedArcLength()\r
-    { SetXValuesToNormalizedArcLength_16(); }\r
-\r
-  private native void SetXValuesToValue_17();\r
-  public void SetXValuesToValue()\r
-    { SetXValuesToValue_17(); }\r
-\r
-  private native String GetXValuesAsString_18();\r
-  public String GetXValuesAsString()\r
-    { return GetXValuesAsString_18(); }\r
-\r
-  private native void AddDataObjectInput_19(vtkDataObject id0);\r
-  public void AddDataObjectInput(vtkDataObject id0)\r
-    { AddDataObjectInput_19(id0); }\r
-\r
-  private native void RemoveDataObjectInput_20(vtkDataObject id0);\r
-  public void RemoveDataObjectInput(vtkDataObject id0)\r
-    { RemoveDataObjectInput_20(id0); }\r
-\r
-  private native long GetDataObjectInputList_21();\r
-  public vtkDataObjectCollection GetDataObjectInputList() {\r
-    long temp = GetDataObjectInputList_21();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkDataObjectCollection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetDataObjectPlotMode_22(int id0);\r
-  public void SetDataObjectPlotMode(int id0)\r
-    { SetDataObjectPlotMode_22(id0); }\r
-\r
-  private native int GetDataObjectPlotModeMinValue_23();\r
-  public int GetDataObjectPlotModeMinValue()\r
-    { return GetDataObjectPlotModeMinValue_23(); }\r
-\r
-  private native int GetDataObjectPlotModeMaxValue_24();\r
-  public int GetDataObjectPlotModeMaxValue()\r
-    { return GetDataObjectPlotModeMaxValue_24(); }\r
-\r
-  private native int GetDataObjectPlotMode_25();\r
-  public int GetDataObjectPlotMode()\r
-    { return GetDataObjectPlotMode_25(); }\r
-\r
-  private native void SetDataObjectPlotModeToRows_26();\r
-  public void SetDataObjectPlotModeToRows()\r
-    { SetDataObjectPlotModeToRows_26(); }\r
-\r
-  private native void SetDataObjectPlotModeToColumns_27();\r
-  public void SetDataObjectPlotModeToColumns()\r
-    { SetDataObjectPlotModeToColumns_27(); }\r
-\r
-  private native String GetDataObjectPlotModeAsString_28();\r
-  public String GetDataObjectPlotModeAsString()\r
-    { return GetDataObjectPlotModeAsString_28(); }\r
-\r
-  private native void SetDataObjectXComponent_29(int id0,int id1);\r
-  public void SetDataObjectXComponent(int id0,int id1)\r
-    { SetDataObjectXComponent_29(id0,id1); }\r
-\r
-  private native int GetDataObjectXComponent_30(int id0);\r
-  public int GetDataObjectXComponent(int id0)\r
-    { return GetDataObjectXComponent_30(id0); }\r
-\r
-  private native void SetDataObjectYComponent_31(int id0,int id1);\r
-  public void SetDataObjectYComponent(int id0,int id1)\r
-    { SetDataObjectYComponent_31(id0,id1); }\r
-\r
-  private native int GetDataObjectYComponent_32(int id0);\r
-  public int GetDataObjectYComponent(int id0)\r
-    { return GetDataObjectYComponent_32(id0); }\r
-\r
-  private native void SetPlotColor_33(int id0,double id1,double id2,double id3);\r
-  public void SetPlotColor(int id0,double id1,double id2,double id3)\r
-    { SetPlotColor_33(id0,id1,id2,id3); }\r
-\r
-  private native void SetPlotColor_34(int id0,double id1[]);\r
-  public void SetPlotColor(int id0,double id1[])\r
-    { SetPlotColor_34(id0,id1); }\r
-\r
-  private native double[] GetPlotColor_35(int id0);\r
-  public double[] GetPlotColor(int id0)\r
-    { return GetPlotColor_35(id0); }\r
-\r
-  private native void SetPlotSymbol_36(int id0,vtkPolyData id1);\r
-  public void SetPlotSymbol(int id0,vtkPolyData id1)\r
-    { SetPlotSymbol_36(id0,id1); }\r
-\r
-  private native long GetPlotSymbol_37(int id0);\r
-  public vtkPolyData GetPlotSymbol(int id0) {\r
-    long temp = GetPlotSymbol_37(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetPlotLabel_38(int id0,String id1);\r
-  public void SetPlotLabel(int id0,String id1)\r
-    { SetPlotLabel_38(id0,id1); }\r
-\r
-  private native String GetPlotLabel_39(int id0);\r
-  public String GetPlotLabel(int id0)\r
-    { return GetPlotLabel_39(id0); }\r
-\r
-  private native int GetPlotCurvePoints_40();\r
-  public int GetPlotCurvePoints()\r
-    { return GetPlotCurvePoints_40(); }\r
-\r
-  private native void SetPlotCurvePoints_41(int id0);\r
-  public void SetPlotCurvePoints(int id0)\r
-    { SetPlotCurvePoints_41(id0); }\r
-\r
-  private native void PlotCurvePointsOn_42();\r
-  public void PlotCurvePointsOn()\r
-    { PlotCurvePointsOn_42(); }\r
-\r
-  private native void PlotCurvePointsOff_43();\r
-  public void PlotCurvePointsOff()\r
-    { PlotCurvePointsOff_43(); }\r
-\r
-  private native int GetPlotCurveLines_44();\r
-  public int GetPlotCurveLines()\r
-    { return GetPlotCurveLines_44(); }\r
-\r
-  private native void SetPlotCurveLines_45(int id0);\r
-  public void SetPlotCurveLines(int id0)\r
-    { SetPlotCurveLines_45(id0); }\r
-\r
-  private native void PlotCurveLinesOn_46();\r
-  public void PlotCurveLinesOn()\r
-    { PlotCurveLinesOn_46(); }\r
-\r
-  private native void PlotCurveLinesOff_47();\r
-  public void PlotCurveLinesOff()\r
-    { PlotCurveLinesOff_47(); }\r
-\r
-  private native void SetPlotLines_48(int id0,int id1);\r
-  public void SetPlotLines(int id0,int id1)\r
-    { SetPlotLines_48(id0,id1); }\r
-\r
-  private native int GetPlotLines_49(int id0);\r
-  public int GetPlotLines(int id0)\r
-    { return GetPlotLines_49(id0); }\r
-\r
-  private native void SetPlotPoints_50(int id0,int id1);\r
-  public void SetPlotPoints(int id0,int id1)\r
-    { SetPlotPoints_50(id0,id1); }\r
-\r
-  private native int GetPlotPoints_51(int id0);\r
-  public int GetPlotPoints(int id0)\r
-    { return GetPlotPoints_51(id0); }\r
-\r
-  private native void SetExchangeAxes_52(int id0);\r
-  public void SetExchangeAxes(int id0)\r
-    { SetExchangeAxes_52(id0); }\r
-\r
-  private native int GetExchangeAxes_53();\r
-  public int GetExchangeAxes()\r
-    { return GetExchangeAxes_53(); }\r
-\r
-  private native void ExchangeAxesOn_54();\r
-  public void ExchangeAxesOn()\r
-    { ExchangeAxesOn_54(); }\r
-\r
-  private native void ExchangeAxesOff_55();\r
-  public void ExchangeAxesOff()\r
-    { ExchangeAxesOff_55(); }\r
-\r
-  private native void SetReverseXAxis_56(int id0);\r
-  public void SetReverseXAxis(int id0)\r
-    { SetReverseXAxis_56(id0); }\r
-\r
-  private native int GetReverseXAxis_57();\r
-  public int GetReverseXAxis()\r
-    { return GetReverseXAxis_57(); }\r
-\r
-  private native void ReverseXAxisOn_58();\r
-  public void ReverseXAxisOn()\r
-    { ReverseXAxisOn_58(); }\r
-\r
-  private native void ReverseXAxisOff_59();\r
-  public void ReverseXAxisOff()\r
-    { ReverseXAxisOff_59(); }\r
-\r
-  private native void SetReverseYAxis_60(int id0);\r
-  public void SetReverseYAxis(int id0)\r
-    { SetReverseYAxis_60(id0); }\r
-\r
-  private native int GetReverseYAxis_61();\r
-  public int GetReverseYAxis()\r
-    { return GetReverseYAxis_61(); }\r
-\r
-  private native void ReverseYAxisOn_62();\r
-  public void ReverseYAxisOn()\r
-    { ReverseYAxisOn_62(); }\r
-\r
-  private native void ReverseYAxisOff_63();\r
-  public void ReverseYAxisOff()\r
-    { ReverseYAxisOff_63(); }\r
-\r
-  private native long GetLegendActor_64();\r
-  public vtkLegendBoxActor GetLegendActor() {\r
-    long temp = GetLegendActor_64();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkLegendBoxActor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetGlyphSource_65();\r
-  public vtkGlyphSource2D GetGlyphSource() {\r
-    long temp = GetGlyphSource_65();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkGlyphSource2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetTitle_66(String id0);\r
-  public void SetTitle(String id0)\r
-    { SetTitle_66(id0); }\r
-\r
-  private native String GetTitle_67();\r
-  public String GetTitle()\r
-    { return GetTitle_67(); }\r
-\r
-  private native void SetXTitle_68(String id0);\r
-  public void SetXTitle(String id0)\r
-    { SetXTitle_68(id0); }\r
-\r
-  private native String GetXTitle_69();\r
-  public String GetXTitle()\r
-    { return GetXTitle_69(); }\r
-\r
-  private native void SetYTitle_70(String id0);\r
-  public void SetYTitle(String id0)\r
-    { SetYTitle_70(id0); }\r
-\r
-  private native String GetYTitle_71();\r
-  public String GetYTitle()\r
-    { return GetYTitle_71(); }\r
-\r
-  private native long GetXAxisActor2D_72();\r
-  public vtkAxisActor2D GetXAxisActor2D() {\r
-    long temp = GetXAxisActor2D_72();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkAxisActor2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetYAxisActor2D_73();\r
-  public vtkAxisActor2D GetYAxisActor2D() {\r
-    long temp = GetYAxisActor2D_73();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkAxisActor2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetXRange_74(double id0,double id1);\r
-  public void SetXRange(double id0,double id1)\r
-    { SetXRange_74(id0,id1); }\r
-\r
-  private native void SetXRange_75(double id0[]);\r
-  public void SetXRange(double id0[])\r
-    { SetXRange_75(id0); }\r
-\r
-  private native double[] GetXRange_76();\r
-  public double[] GetXRange()\r
-    { return GetXRange_76(); }\r
-\r
-  private native void SetYRange_77(double id0,double id1);\r
-  public void SetYRange(double id0,double id1)\r
-    { SetYRange_77(id0,id1); }\r
-\r
-  private native void SetYRange_78(double id0[]);\r
-  public void SetYRange(double id0[])\r
-    { SetYRange_78(id0); }\r
-\r
-  private native double[] GetYRange_79();\r
-  public double[] GetYRange()\r
-    { return GetYRange_79(); }\r
-\r
-  private native void SetPlotRange_80(double id0,double id1,double id2,double id3);\r
-  public void SetPlotRange(double id0,double id1,double id2,double id3)\r
-    { SetPlotRange_80(id0,id1,id2,id3); }\r
-\r
-  private native void SetNumberOfXLabels_81(int id0);\r
-  public void SetNumberOfXLabels(int id0)\r
-    { SetNumberOfXLabels_81(id0); }\r
-\r
-  private native int GetNumberOfXLabelsMinValue_82();\r
-  public int GetNumberOfXLabelsMinValue()\r
-    { return GetNumberOfXLabelsMinValue_82(); }\r
-\r
-  private native int GetNumberOfXLabelsMaxValue_83();\r
-  public int GetNumberOfXLabelsMaxValue()\r
-    { return GetNumberOfXLabelsMaxValue_83(); }\r
-\r
-  private native int GetNumberOfXLabels_84();\r
-  public int GetNumberOfXLabels()\r
-    { return GetNumberOfXLabels_84(); }\r
-\r
-  private native void SetNumberOfYLabels_85(int id0);\r
-  public void SetNumberOfYLabels(int id0)\r
-    { SetNumberOfYLabels_85(id0); }\r
-\r
-  private native int GetNumberOfYLabelsMinValue_86();\r
-  public int GetNumberOfYLabelsMinValue()\r
-    { return GetNumberOfYLabelsMinValue_86(); }\r
-\r
-  private native int GetNumberOfYLabelsMaxValue_87();\r
-  public int GetNumberOfYLabelsMaxValue()\r
-    { return GetNumberOfYLabelsMaxValue_87(); }\r
-\r
-  private native int GetNumberOfYLabels_88();\r
-  public int GetNumberOfYLabels()\r
-    { return GetNumberOfYLabels_88(); }\r
-\r
-  private native void SetNumberOfLabels_89(int id0);\r
-  public void SetNumberOfLabels(int id0)\r
-    { SetNumberOfLabels_89(id0); }\r
-\r
-  private native void SetAdjustXLabels_90(int id0);\r
-  public void SetAdjustXLabels(int id0)\r
-    { SetAdjustXLabels_90(id0); }\r
-\r
-  private native int GetAdjustXLabels_91();\r
-  public int GetAdjustXLabels()\r
-    { return GetAdjustXLabels_91(); }\r
-\r
-  private native void SetAdjustYLabels_92(int id0);\r
-  public void SetAdjustYLabels(int id0)\r
-    { SetAdjustYLabels_92(id0); }\r
-\r
-  private native int GetAdjustYLabels_93();\r
-  public int GetAdjustYLabels()\r
-    { return GetAdjustYLabels_93(); }\r
-\r
-  private native void SetXTitlePosition_94(double id0);\r
-  public void SetXTitlePosition(double id0)\r
-    { SetXTitlePosition_94(id0); }\r
-\r
-  private native double GetXTitlePosition_95();\r
-  public double GetXTitlePosition()\r
-    { return GetXTitlePosition_95(); }\r
-\r
-  private native void SetYTitlePosition_96(double id0);\r
-  public void SetYTitlePosition(double id0)\r
-    { SetYTitlePosition_96(id0); }\r
-\r
-  private native double GetYTitlePosition_97();\r
-  public double GetYTitlePosition()\r
-    { return GetYTitlePosition_97(); }\r
-\r
-  private native void SetNumberOfXMinorTicks_98(int id0);\r
-  public void SetNumberOfXMinorTicks(int id0)\r
-    { SetNumberOfXMinorTicks_98(id0); }\r
-\r
-  private native int GetNumberOfXMinorTicks_99();\r
-  public int GetNumberOfXMinorTicks()\r
-    { return GetNumberOfXMinorTicks_99(); }\r
-\r
-  private native void SetNumberOfYMinorTicks_100(int id0);\r
-  public void SetNumberOfYMinorTicks(int id0)\r
-    { SetNumberOfYMinorTicks_100(id0); }\r
-\r
-  private native int GetNumberOfYMinorTicks_101();\r
-  public int GetNumberOfYMinorTicks()\r
-    { return GetNumberOfYMinorTicks_101(); }\r
-\r
-  private native void SetLegend_102(int id0);\r
-  public void SetLegend(int id0)\r
-    { SetLegend_102(id0); }\r
-\r
-  private native int GetLegend_103();\r
-  public int GetLegend()\r
-    { return GetLegend_103(); }\r
-\r
-  private native void LegendOn_104();\r
-  public void LegendOn()\r
-    { LegendOn_104(); }\r
-\r
-  private native void LegendOff_105();\r
-  public void LegendOff()\r
-    { LegendOff_105(); }\r
-\r
-  private native void SetTitlePosition_106(double id0,double id1);\r
-  public void SetTitlePosition(double id0,double id1)\r
-    { SetTitlePosition_106(id0,id1); }\r
-\r
-  private native void SetTitlePosition_107(double id0[]);\r
-  public void SetTitlePosition(double id0[])\r
-    { SetTitlePosition_107(id0); }\r
-\r
-  private native double[] GetTitlePosition_108();\r
-  public double[] GetTitlePosition()\r
-    { return GetTitlePosition_108(); }\r
-\r
-  private native void SetAdjustTitlePosition_109(int id0);\r
-  public void SetAdjustTitlePosition(int id0)\r
-    { SetAdjustTitlePosition_109(id0); }\r
-\r
-  private native int GetAdjustTitlePosition_110();\r
-  public int GetAdjustTitlePosition()\r
-    { return GetAdjustTitlePosition_110(); }\r
-\r
-  private native void AdjustTitlePositionOn_111();\r
-  public void AdjustTitlePositionOn()\r
-    { AdjustTitlePositionOn_111(); }\r
-\r
-  private native void AdjustTitlePositionOff_112();\r
-  public void AdjustTitlePositionOff()\r
-    { AdjustTitlePositionOff_112(); }\r
-\r
-  private native void SetAdjustTitlePositionMode_113(int id0);\r
-  public void SetAdjustTitlePositionMode(int id0)\r
-    { SetAdjustTitlePositionMode_113(id0); }\r
-\r
-  private native int GetAdjustTitlePositionMode_114();\r
-  public int GetAdjustTitlePositionMode()\r
-    { return GetAdjustTitlePositionMode_114(); }\r
-\r
-  private native void SetLegendPosition_115(double id0,double id1);\r
-  public void SetLegendPosition(double id0,double id1)\r
-    { SetLegendPosition_115(id0,id1); }\r
-\r
-  private native void SetLegendPosition_116(double id0[]);\r
-  public void SetLegendPosition(double id0[])\r
-    { SetLegendPosition_116(id0); }\r
-\r
-  private native double[] GetLegendPosition_117();\r
-  public double[] GetLegendPosition()\r
-    { return GetLegendPosition_117(); }\r
-\r
-  private native void SetLegendPosition2_118(double id0,double id1);\r
-  public void SetLegendPosition2(double id0,double id1)\r
-    { SetLegendPosition2_118(id0,id1); }\r
-\r
-  private native void SetLegendPosition2_119(double id0[]);\r
-  public void SetLegendPosition2(double id0[])\r
-    { SetLegendPosition2_119(id0); }\r
-\r
-  private native double[] GetLegendPosition2_120();\r
-  public double[] GetLegendPosition2()\r
-    { return GetLegendPosition2_120(); }\r
-\r
-  private native void SetTitleTextProperty_121(vtkTextProperty id0);\r
-  public void SetTitleTextProperty(vtkTextProperty id0)\r
-    { SetTitleTextProperty_121(id0); }\r
-\r
-  private native long GetTitleTextProperty_122();\r
-  public vtkTextProperty GetTitleTextProperty() {\r
-    long temp = GetTitleTextProperty_122();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetAxisTitleTextProperty_123(vtkTextProperty id0);\r
-  public void SetAxisTitleTextProperty(vtkTextProperty id0)\r
-    { SetAxisTitleTextProperty_123(id0); }\r
-\r
-  private native long GetAxisTitleTextProperty_124();\r
-  public vtkTextProperty GetAxisTitleTextProperty() {\r
-    long temp = GetAxisTitleTextProperty_124();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetAxisLabelTextProperty_125(vtkTextProperty id0);\r
-  public void SetAxisLabelTextProperty(vtkTextProperty id0)\r
-    { SetAxisLabelTextProperty_125(id0); }\r
-\r
-  private native long GetAxisLabelTextProperty_126();\r
-  public vtkTextProperty GetAxisLabelTextProperty() {\r
-    long temp = GetAxisLabelTextProperty_126();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetLogx_127(int id0);\r
-  public void SetLogx(int id0)\r
-    { SetLogx_127(id0); }\r
-\r
-  private native int GetLogx_128();\r
-  public int GetLogx()\r
-    { return GetLogx_128(); }\r
-\r
-  private native void LogxOn_129();\r
-  public void LogxOn()\r
-    { LogxOn_129(); }\r
-\r
-  private native void LogxOff_130();\r
-  public void LogxOff()\r
-    { LogxOff_130(); }\r
-\r
-  private native void SetLabelFormat_131(String id0);\r
-  public void SetLabelFormat(String id0)\r
-    { SetLabelFormat_131(id0); }\r
-\r
-  private native String GetLabelFormat_132();\r
-  public String GetLabelFormat()\r
-    { return GetLabelFormat_132(); }\r
-\r
-  private native void SetXLabelFormat_133(String id0);\r
-  public void SetXLabelFormat(String id0)\r
-    { SetXLabelFormat_133(id0); }\r
-\r
-  private native String GetXLabelFormat_134();\r
-  public String GetXLabelFormat()\r
-    { return GetXLabelFormat_134(); }\r
-\r
-  private native void SetYLabelFormat_135(String id0);\r
-  public void SetYLabelFormat(String id0)\r
-    { SetYLabelFormat_135(id0); }\r
-\r
-  private native String GetYLabelFormat_136();\r
-  public String GetYLabelFormat()\r
-    { return GetYLabelFormat_136(); }\r
-\r
-  private native void SetBorder_137(int id0);\r
-  public void SetBorder(int id0)\r
-    { SetBorder_137(id0); }\r
-\r
-  private native int GetBorderMinValue_138();\r
-  public int GetBorderMinValue()\r
-    { return GetBorderMinValue_138(); }\r
-\r
-  private native int GetBorderMaxValue_139();\r
-  public int GetBorderMaxValue()\r
-    { return GetBorderMaxValue_139(); }\r
-\r
-  private native int GetBorder_140();\r
-  public int GetBorder()\r
-    { return GetBorder_140(); }\r
-\r
-  private native int GetPlotPoints_141();\r
-  public int GetPlotPoints()\r
-    { return GetPlotPoints_141(); }\r
-\r
-  private native void SetPlotPoints_142(int id0);\r
-  public void SetPlotPoints(int id0)\r
-    { SetPlotPoints_142(id0); }\r
-\r
-  private native void PlotPointsOn_143();\r
-  public void PlotPointsOn()\r
-    { PlotPointsOn_143(); }\r
-\r
-  private native void PlotPointsOff_144();\r
-  public void PlotPointsOff()\r
-    { PlotPointsOff_144(); }\r
-\r
-  private native int GetPlotLines_145();\r
-  public int GetPlotLines()\r
-    { return GetPlotLines_145(); }\r
-\r
-  private native void SetPlotLines_146(int id0);\r
-  public void SetPlotLines(int id0)\r
-    { SetPlotLines_146(id0); }\r
-\r
-  private native void PlotLinesOn_147();\r
-  public void PlotLinesOn()\r
-    { PlotLinesOn_147(); }\r
-\r
-  private native void PlotLinesOff_148();\r
-  public void PlotLinesOff()\r
-    { PlotLinesOff_148(); }\r
-\r
-  private native void SetGlyphSize_149(double id0);\r
-  public void SetGlyphSize(double id0)\r
-    { SetGlyphSize_149(id0); }\r
-\r
-  private native double GetGlyphSizeMinValue_150();\r
-  public double GetGlyphSizeMinValue()\r
-    { return GetGlyphSizeMinValue_150(); }\r
-\r
-  private native double GetGlyphSizeMaxValue_151();\r
-  public double GetGlyphSizeMaxValue()\r
-    { return GetGlyphSizeMaxValue_151(); }\r
-\r
-  private native double GetGlyphSize_152();\r
-  public double GetGlyphSize()\r
-    { return GetGlyphSize_152(); }\r
-\r
-  private native void ViewportToPlotCoordinate_153(vtkViewport id0);\r
-  public void ViewportToPlotCoordinate(vtkViewport id0)\r
-    { ViewportToPlotCoordinate_153(id0); }\r
-\r
-  private native void SetPlotCoordinate_154(double id0,double id1);\r
-  public void SetPlotCoordinate(double id0,double id1)\r
-    { SetPlotCoordinate_154(id0,id1); }\r
-\r
-  private native void SetPlotCoordinate_155(double id0[]);\r
-  public void SetPlotCoordinate(double id0[])\r
-    { SetPlotCoordinate_155(id0); }\r
-\r
-  private native double[] GetPlotCoordinate_156();\r
-  public double[] GetPlotCoordinate()\r
-    { return GetPlotCoordinate_156(); }\r
-\r
-  private native void PlotToViewportCoordinate_157(vtkViewport id0);\r
-  public void PlotToViewportCoordinate(vtkViewport id0)\r
-    { PlotToViewportCoordinate_157(id0); }\r
-\r
-  private native void SetViewportCoordinate_158(double id0,double id1);\r
-  public void SetViewportCoordinate(double id0,double id1)\r
-    { SetViewportCoordinate_158(id0,id1); }\r
-\r
-  private native void SetViewportCoordinate_159(double id0[]);\r
-  public void SetViewportCoordinate(double id0[])\r
-    { SetViewportCoordinate_159(id0); }\r
-\r
-  private native double[] GetViewportCoordinate_160();\r
-  public double[] GetViewportCoordinate()\r
-    { return GetViewportCoordinate_160(); }\r
-\r
-  private native int IsInPlot_161(vtkViewport id0,double id1,double id2);\r
-  public int IsInPlot(vtkViewport id0,double id1,double id2)\r
-    { return IsInPlot_161(id0,id1,id2); }\r
-\r
-  private native void SetChartBox_162(int id0);\r
-  public void SetChartBox(int id0)\r
-    { SetChartBox_162(id0); }\r
-\r
-  private native int GetChartBox_163();\r
-  public int GetChartBox()\r
-    { return GetChartBox_163(); }\r
-\r
-  private native void ChartBoxOn_164();\r
-  public void ChartBoxOn()\r
-    { ChartBoxOn_164(); }\r
-\r
-  private native void ChartBoxOff_165();\r
-  public void ChartBoxOff()\r
-    { ChartBoxOff_165(); }\r
-\r
-  private native void SetChartBorder_166(int id0);\r
-  public void SetChartBorder(int id0)\r
-    { SetChartBorder_166(id0); }\r
-\r
-  private native int GetChartBorder_167();\r
-  public int GetChartBorder()\r
-    { return GetChartBorder_167(); }\r
-\r
-  private native void ChartBorderOn_168();\r
-  public void ChartBorderOn()\r
-    { ChartBorderOn_168(); }\r
-\r
-  private native void ChartBorderOff_169();\r
-  public void ChartBorderOff()\r
-    { ChartBorderOff_169(); }\r
-\r
-  private native long GetChartBoxProperty_170();\r
-  public vtkProperty2D GetChartBoxProperty() {\r
-    long temp = GetChartBoxProperty_170();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetShowReferenceXLine_171(int id0);\r
-  public void SetShowReferenceXLine(int id0)\r
-    { SetShowReferenceXLine_171(id0); }\r
-\r
-  private native int GetShowReferenceXLine_172();\r
-  public int GetShowReferenceXLine()\r
-    { return GetShowReferenceXLine_172(); }\r
-\r
-  private native void ShowReferenceXLineOn_173();\r
-  public void ShowReferenceXLineOn()\r
-    { ShowReferenceXLineOn_173(); }\r
-\r
-  private native void ShowReferenceXLineOff_174();\r
-  public void ShowReferenceXLineOff()\r
-    { ShowReferenceXLineOff_174(); }\r
-\r
-  private native void SetReferenceXValue_175(double id0);\r
-  public void SetReferenceXValue(double id0)\r
-    { SetReferenceXValue_175(id0); }\r
-\r
-  private native double GetReferenceXValue_176();\r
-  public double GetReferenceXValue()\r
-    { return GetReferenceXValue_176(); }\r
-\r
-  private native void SetShowReferenceYLine_177(int id0);\r
-  public void SetShowReferenceYLine(int id0)\r
-    { SetShowReferenceYLine_177(id0); }\r
-\r
-  private native int GetShowReferenceYLine_178();\r
-  public int GetShowReferenceYLine()\r
-    { return GetShowReferenceYLine_178(); }\r
-\r
-  private native void ShowReferenceYLineOn_179();\r
-  public void ShowReferenceYLineOn()\r
-    { ShowReferenceYLineOn_179(); }\r
-\r
-  private native void ShowReferenceYLineOff_180();\r
-  public void ShowReferenceYLineOff()\r
-    { ShowReferenceYLineOff_180(); }\r
-\r
-  private native void SetReferenceYValue_181(double id0);\r
-  public void SetReferenceYValue(double id0)\r
-    { SetReferenceYValue_181(id0); }\r
-\r
-  private native double GetReferenceYValue_182();\r
-  public double GetReferenceYValue()\r
-    { return GetReferenceYValue_182(); }\r
-\r
-  private native int GetMTime_183();\r
-  public int GetMTime()\r
-    { return GetMTime_183(); }\r
-\r
-  private native int RenderOpaqueGeometry_184(vtkViewport id0);\r
-  public int RenderOpaqueGeometry(vtkViewport id0)\r
-    { return RenderOpaqueGeometry_184(id0); }\r
-\r
-  private native int RenderOverlay_185(vtkViewport id0);\r
-  public int RenderOverlay(vtkViewport id0)\r
-    { return RenderOverlay_185(id0); }\r
-\r
-  private native int RenderTranslucentPolygonalGeometry_186(vtkViewport id0);\r
-  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
-    { return RenderTranslucentPolygonalGeometry_186(id0); }\r
-\r
-  private native int HasTranslucentPolygonalGeometry_187();\r
-  public int HasTranslucentPolygonalGeometry()\r
-    { return HasTranslucentPolygonalGeometry_187(); }\r
-\r
-  private native void ReleaseGraphicsResources_188(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_188(id0); }\r
-\r
-  public vtkXYPlotActor() { super(); }\r
-\r
-  public vtkXYPlotActor(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkXYPlotActor object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkXYPlotActor extends vtkActor2D
+{
+
+  private native int IsTypeOf_0(String id0);
+  public int IsTypeOf(String id0)
+    { return IsTypeOf_0(id0); }
+
+  private native int IsA_1(String id0);
+  public int IsA(String id0)
+    { return IsA_1(id0); }
+
+  private native void AddDataSetInput_2(vtkDataSet id0,String id1,int id2);
+  public void AddDataSetInput(vtkDataSet id0,String id1,int id2)
+    { AddDataSetInput_2(id0,id1,id2); }
+
+  private native void AddDataSetInput_3(vtkDataSet id0);
+  public void AddDataSetInput(vtkDataSet id0)
+    { AddDataSetInput_3(id0); }
+
+  private native void AddDataSetInputConnection_4(vtkAlgorithmOutput id0,String id1,int id2);
+  public void AddDataSetInputConnection(vtkAlgorithmOutput id0,String id1,int id2)
+    { AddDataSetInputConnection_4(id0,id1,id2); }
+
+  private native void AddDataSetInputConnection_5(vtkAlgorithmOutput id0);
+  public void AddDataSetInputConnection(vtkAlgorithmOutput id0)
+    { AddDataSetInputConnection_5(id0); }
+
+  private native void RemoveDataSetInput_6(vtkDataSet id0,String id1,int id2);
+  public void RemoveDataSetInput(vtkDataSet id0,String id1,int id2)
+    { RemoveDataSetInput_6(id0,id1,id2); }
+
+  private native void RemoveDataSetInput_7(vtkDataSet id0);
+  public void RemoveDataSetInput(vtkDataSet id0)
+    { RemoveDataSetInput_7(id0); }
+
+  private native void RemoveDataSetInputConnection_8(vtkAlgorithmOutput id0,String id1,int id2);
+  public void RemoveDataSetInputConnection(vtkAlgorithmOutput id0,String id1,int id2)
+    { RemoveDataSetInputConnection_8(id0,id1,id2); }
+
+  private native void RemoveDataSetInputConnection_9(vtkAlgorithmOutput id0);
+  public void RemoveDataSetInputConnection(vtkAlgorithmOutput id0)
+    { RemoveDataSetInputConnection_9(id0); }
+
+  private native void RemoveAllDataSetInputConnections_10();
+  public void RemoveAllDataSetInputConnections()
+    { RemoveAllDataSetInputConnections_10(); }
+
+  private native void SetPointComponent_11(int id0,int id1);
+  public void SetPointComponent(int id0,int id1)
+    { SetPointComponent_11(id0,id1); }
+
+  private native int GetPointComponent_12(int id0);
+  public int GetPointComponent(int id0)
+    { return GetPointComponent_12(id0); }
+
+  private native void SetXValues_13(int id0);
+  public void SetXValues(int id0)
+    { SetXValues_13(id0); }
+
+  private native int GetXValuesMinValue_14();
+  public int GetXValuesMinValue()
+    { return GetXValuesMinValue_14(); }
+
+  private native int GetXValuesMaxValue_15();
+  public int GetXValuesMaxValue()
+    { return GetXValuesMaxValue_15(); }
+
+  private native int GetXValues_16();
+  public int GetXValues()
+    { return GetXValues_16(); }
+
+  private native void SetXValuesToIndex_17();
+  public void SetXValuesToIndex()
+    { SetXValuesToIndex_17(); }
+
+  private native void SetXValuesToArcLength_18();
+  public void SetXValuesToArcLength()
+    { SetXValuesToArcLength_18(); }
+
+  private native void SetXValuesToNormalizedArcLength_19();
+  public void SetXValuesToNormalizedArcLength()
+    { SetXValuesToNormalizedArcLength_19(); }
+
+  private native void SetXValuesToValue_20();
+  public void SetXValuesToValue()
+    { SetXValuesToValue_20(); }
+
+  private native String GetXValuesAsString_21();
+  public String GetXValuesAsString()
+    { return GetXValuesAsString_21(); }
+
+  private native void AddDataObjectInput_22(vtkDataObject id0);
+  public void AddDataObjectInput(vtkDataObject id0)
+    { AddDataObjectInput_22(id0); }
+
+  private native void AddDataObjectInputConnection_23(vtkAlgorithmOutput id0);
+  public void AddDataObjectInputConnection(vtkAlgorithmOutput id0)
+    { AddDataObjectInputConnection_23(id0); }
+
+  private native void RemoveDataObjectInputConnection_24(vtkAlgorithmOutput id0);
+  public void RemoveDataObjectInputConnection(vtkAlgorithmOutput id0)
+    { RemoveDataObjectInputConnection_24(id0); }
+
+  private native void RemoveDataObjectInput_25(vtkDataObject id0);
+  public void RemoveDataObjectInput(vtkDataObject id0)
+    { RemoveDataObjectInput_25(id0); }
+
+  private native void SetDataObjectPlotMode_26(int id0);
+  public void SetDataObjectPlotMode(int id0)
+    { SetDataObjectPlotMode_26(id0); }
+
+  private native int GetDataObjectPlotModeMinValue_27();
+  public int GetDataObjectPlotModeMinValue()
+    { return GetDataObjectPlotModeMinValue_27(); }
+
+  private native int GetDataObjectPlotModeMaxValue_28();
+  public int GetDataObjectPlotModeMaxValue()
+    { return GetDataObjectPlotModeMaxValue_28(); }
+
+  private native int GetDataObjectPlotMode_29();
+  public int GetDataObjectPlotMode()
+    { return GetDataObjectPlotMode_29(); }
+
+  private native void SetDataObjectPlotModeToRows_30();
+  public void SetDataObjectPlotModeToRows()
+    { SetDataObjectPlotModeToRows_30(); }
+
+  private native void SetDataObjectPlotModeToColumns_31();
+  public void SetDataObjectPlotModeToColumns()
+    { SetDataObjectPlotModeToColumns_31(); }
+
+  private native String GetDataObjectPlotModeAsString_32();
+  public String GetDataObjectPlotModeAsString()
+    { return GetDataObjectPlotModeAsString_32(); }
+
+  private native void SetDataObjectXComponent_33(int id0,int id1);
+  public void SetDataObjectXComponent(int id0,int id1)
+    { SetDataObjectXComponent_33(id0,id1); }
+
+  private native int GetDataObjectXComponent_34(int id0);
+  public int GetDataObjectXComponent(int id0)
+    { return GetDataObjectXComponent_34(id0); }
+
+  private native void SetDataObjectYComponent_35(int id0,int id1);
+  public void SetDataObjectYComponent(int id0,int id1)
+    { SetDataObjectYComponent_35(id0,id1); }
+
+  private native int GetDataObjectYComponent_36(int id0);
+  public int GetDataObjectYComponent(int id0)
+    { return GetDataObjectYComponent_36(id0); }
+
+  private native void SetPlotColor_37(int id0,double id1,double id2,double id3);
+  public void SetPlotColor(int id0,double id1,double id2,double id3)
+    { SetPlotColor_37(id0,id1,id2,id3); }
+
+  private native void SetPlotColor_38(int id0,double id1[]);
+  public void SetPlotColor(int id0,double id1[])
+    { SetPlotColor_38(id0,id1); }
+
+  private native double[] GetPlotColor_39(int id0);
+  public double[] GetPlotColor(int id0)
+    { return GetPlotColor_39(id0); }
+
+  private native void SetPlotSymbol_40(int id0,vtkPolyData id1);
+  public void SetPlotSymbol(int id0,vtkPolyData id1)
+    { SetPlotSymbol_40(id0,id1); }
+
+  private native long GetPlotSymbol_41(int id0);
+  public vtkPolyData GetPlotSymbol(int id0) {
+    long temp = GetPlotSymbol_41(id0);
+
+    if (temp == 0) return null;
+    return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetPlotLabel_42(int id0,String id1);
+  public void SetPlotLabel(int id0,String id1)
+    { SetPlotLabel_42(id0,id1); }
+
+  private native String GetPlotLabel_43(int id0);
+  public String GetPlotLabel(int id0)
+    { return GetPlotLabel_43(id0); }
+
+  private native int GetPlotCurvePoints_44();
+  public int GetPlotCurvePoints()
+    { return GetPlotCurvePoints_44(); }
+
+  private native void SetPlotCurvePoints_45(int id0);
+  public void SetPlotCurvePoints(int id0)
+    { SetPlotCurvePoints_45(id0); }
+
+  private native void PlotCurvePointsOn_46();
+  public void PlotCurvePointsOn()
+    { PlotCurvePointsOn_46(); }
+
+  private native void PlotCurvePointsOff_47();
+  public void PlotCurvePointsOff()
+    { PlotCurvePointsOff_47(); }
+
+  private native int GetPlotCurveLines_48();
+  public int GetPlotCurveLines()
+    { return GetPlotCurveLines_48(); }
+
+  private native void SetPlotCurveLines_49(int id0);
+  public void SetPlotCurveLines(int id0)
+    { SetPlotCurveLines_49(id0); }
+
+  private native void PlotCurveLinesOn_50();
+  public void PlotCurveLinesOn()
+    { PlotCurveLinesOn_50(); }
+
+  private native void PlotCurveLinesOff_51();
+  public void PlotCurveLinesOff()
+    { PlotCurveLinesOff_51(); }
+
+  private native void SetPlotLines_52(int id0,int id1);
+  public void SetPlotLines(int id0,int id1)
+    { SetPlotLines_52(id0,id1); }
+
+  private native int GetPlotLines_53(int id0);
+  public int GetPlotLines(int id0)
+    { return GetPlotLines_53(id0); }
+
+  private native void SetPlotPoints_54(int id0,int id1);
+  public void SetPlotPoints(int id0,int id1)
+    { SetPlotPoints_54(id0,id1); }
+
+  private native int GetPlotPoints_55(int id0);
+  public int GetPlotPoints(int id0)
+    { return GetPlotPoints_55(id0); }
+
+  private native void SetExchangeAxes_56(int id0);
+  public void SetExchangeAxes(int id0)
+    { SetExchangeAxes_56(id0); }
+
+  private native int GetExchangeAxes_57();
+  public int GetExchangeAxes()
+    { return GetExchangeAxes_57(); }
+
+  private native void ExchangeAxesOn_58();
+  public void ExchangeAxesOn()
+    { ExchangeAxesOn_58(); }
+
+  private native void ExchangeAxesOff_59();
+  public void ExchangeAxesOff()
+    { ExchangeAxesOff_59(); }
+
+  private native void SetReverseXAxis_60(int id0);
+  public void SetReverseXAxis(int id0)
+    { SetReverseXAxis_60(id0); }
+
+  private native int GetReverseXAxis_61();
+  public int GetReverseXAxis()
+    { return GetReverseXAxis_61(); }
+
+  private native void ReverseXAxisOn_62();
+  public void ReverseXAxisOn()
+    { ReverseXAxisOn_62(); }
+
+  private native void ReverseXAxisOff_63();
+  public void ReverseXAxisOff()
+    { ReverseXAxisOff_63(); }
+
+  private native void SetReverseYAxis_64(int id0);
+  public void SetReverseYAxis(int id0)
+    { SetReverseYAxis_64(id0); }
+
+  private native int GetReverseYAxis_65();
+  public int GetReverseYAxis()
+    { return GetReverseYAxis_65(); }
+
+  private native void ReverseYAxisOn_66();
+  public void ReverseYAxisOn()
+    { ReverseYAxisOn_66(); }
+
+  private native void ReverseYAxisOff_67();
+  public void ReverseYAxisOff()
+    { ReverseYAxisOff_67(); }
+
+  private native long GetLegendActor_68();
+  public vtkLegendBoxActor GetLegendActor() {
+    long temp = GetLegendActor_68();
+
+    if (temp == 0) return null;
+    return (vtkLegendBoxActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetGlyphSource_69();
+  public vtkGlyphSource2D GetGlyphSource() {
+    long temp = GetGlyphSource_69();
+
+    if (temp == 0) return null;
+    return (vtkGlyphSource2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetTitle_70(String id0);
+  public void SetTitle(String id0)
+    { SetTitle_70(id0); }
+
+  private native String GetTitle_71();
+  public String GetTitle()
+    { return GetTitle_71(); }
+
+  private native void SetXTitle_72(String id0);
+  public void SetXTitle(String id0)
+    { SetXTitle_72(id0); }
+
+  private native String GetXTitle_73();
+  public String GetXTitle()
+    { return GetXTitle_73(); }
+
+  private native void SetYTitle_74(String id0);
+  public void SetYTitle(String id0)
+    { SetYTitle_74(id0); }
+
+  private native String GetYTitle_75();
+  public String GetYTitle()
+    { return GetYTitle_75(); }
+
+  private native long GetXAxisActor2D_76();
+  public vtkAxisActor2D GetXAxisActor2D() {
+    long temp = GetXAxisActor2D_76();
+
+    if (temp == 0) return null;
+    return (vtkAxisActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetYAxisActor2D_77();
+  public vtkAxisActor2D GetYAxisActor2D() {
+    long temp = GetYAxisActor2D_77();
+
+    if (temp == 0) return null;
+    return (vtkAxisActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetXRange_78(double id0,double id1);
+  public void SetXRange(double id0,double id1)
+    { SetXRange_78(id0,id1); }
+
+  private native void SetXRange_79(double id0[]);
+  public void SetXRange(double id0[])
+    { SetXRange_79(id0); }
+
+  private native double[] GetXRange_80();
+  public double[] GetXRange()
+    { return GetXRange_80(); }
+
+  private native void SetYRange_81(double id0,double id1);
+  public void SetYRange(double id0,double id1)
+    { SetYRange_81(id0,id1); }
+
+  private native void SetYRange_82(double id0[]);
+  public void SetYRange(double id0[])
+    { SetYRange_82(id0); }
+
+  private native double[] GetYRange_83();
+  public double[] GetYRange()
+    { return GetYRange_83(); }
+
+  private native void SetPlotRange_84(double id0,double id1,double id2,double id3);
+  public void SetPlotRange(double id0,double id1,double id2,double id3)
+    { SetPlotRange_84(id0,id1,id2,id3); }
+
+  private native void SetNumberOfXLabels_85(int id0);
+  public void SetNumberOfXLabels(int id0)
+    { SetNumberOfXLabels_85(id0); }
+
+  private native int GetNumberOfXLabelsMinValue_86();
+  public int GetNumberOfXLabelsMinValue()
+    { return GetNumberOfXLabelsMinValue_86(); }
+
+  private native int GetNumberOfXLabelsMaxValue_87();
+  public int GetNumberOfXLabelsMaxValue()
+    { return GetNumberOfXLabelsMaxValue_87(); }
+
+  private native int GetNumberOfXLabels_88();
+  public int GetNumberOfXLabels()
+    { return GetNumberOfXLabels_88(); }
+
+  private native void SetNumberOfYLabels_89(int id0);
+  public void SetNumberOfYLabels(int id0)
+    { SetNumberOfYLabels_89(id0); }
+
+  private native int GetNumberOfYLabelsMinValue_90();
+  public int GetNumberOfYLabelsMinValue()
+    { return GetNumberOfYLabelsMinValue_90(); }
+
+  private native int GetNumberOfYLabelsMaxValue_91();
+  public int GetNumberOfYLabelsMaxValue()
+    { return GetNumberOfYLabelsMaxValue_91(); }
+
+  private native int GetNumberOfYLabels_92();
+  public int GetNumberOfYLabels()
+    { return GetNumberOfYLabels_92(); }
+
+  private native void SetNumberOfLabels_93(int id0);
+  public void SetNumberOfLabels(int id0)
+    { SetNumberOfLabels_93(id0); }
+
+  private native void SetAdjustXLabels_94(int id0);
+  public void SetAdjustXLabels(int id0)
+    { SetAdjustXLabels_94(id0); }
+
+  private native int GetAdjustXLabels_95();
+  public int GetAdjustXLabels()
+    { return GetAdjustXLabels_95(); }
+
+  private native void SetAdjustYLabels_96(int id0);
+  public void SetAdjustYLabels(int id0)
+    { SetAdjustYLabels_96(id0); }
+
+  private native int GetAdjustYLabels_97();
+  public int GetAdjustYLabels()
+    { return GetAdjustYLabels_97(); }
+
+  private native void SetNumberOfXMinorTicks_98(int id0);
+  public void SetNumberOfXMinorTicks(int id0)
+    { SetNumberOfXMinorTicks_98(id0); }
+
+  private native int GetNumberOfXMinorTicks_99();
+  public int GetNumberOfXMinorTicks()
+    { return GetNumberOfXMinorTicks_99(); }
+
+  private native void SetNumberOfYMinorTicks_100(int id0);
+  public void SetNumberOfYMinorTicks(int id0)
+    { SetNumberOfYMinorTicks_100(id0); }
+
+  private native int GetNumberOfYMinorTicks_101();
+  public int GetNumberOfYMinorTicks()
+    { return GetNumberOfYMinorTicks_101(); }
+
+  private native void SetLegend_102(int id0);
+  public void SetLegend(int id0)
+    { SetLegend_102(id0); }
+
+  private native int GetLegend_103();
+  public int GetLegend()
+    { return GetLegend_103(); }
+
+  private native void LegendOn_104();
+  public void LegendOn()
+    { LegendOn_104(); }
+
+  private native void LegendOff_105();
+  public void LegendOff()
+    { LegendOff_105(); }
+
+  private native void SetTitlePosition_106(double id0,double id1);
+  public void SetTitlePosition(double id0,double id1)
+    { SetTitlePosition_106(id0,id1); }
+
+  private native void SetTitlePosition_107(double id0[]);
+  public void SetTitlePosition(double id0[])
+    { SetTitlePosition_107(id0); }
+
+  private native double[] GetTitlePosition_108();
+  public double[] GetTitlePosition()
+    { return GetTitlePosition_108(); }
+
+  private native void SetAdjustTitlePosition_109(int id0);
+  public void SetAdjustTitlePosition(int id0)
+    { SetAdjustTitlePosition_109(id0); }
+
+  private native int GetAdjustTitlePosition_110();
+  public int GetAdjustTitlePosition()
+    { return GetAdjustTitlePosition_110(); }
+
+  private native void AdjustTitlePositionOn_111();
+  public void AdjustTitlePositionOn()
+    { AdjustTitlePositionOn_111(); }
+
+  private native void AdjustTitlePositionOff_112();
+  public void AdjustTitlePositionOff()
+    { AdjustTitlePositionOff_112(); }
+
+  private native void SetAdjustTitlePositionMode_113(int id0);
+  public void SetAdjustTitlePositionMode(int id0)
+    { SetAdjustTitlePositionMode_113(id0); }
+
+  private native int GetAdjustTitlePositionMode_114();
+  public int GetAdjustTitlePositionMode()
+    { return GetAdjustTitlePositionMode_114(); }
+
+  private native void SetLegendPosition_115(double id0,double id1);
+  public void SetLegendPosition(double id0,double id1)
+    { SetLegendPosition_115(id0,id1); }
+
+  private native void SetLegendPosition_116(double id0[]);
+  public void SetLegendPosition(double id0[])
+    { SetLegendPosition_116(id0); }
+
+  private native double[] GetLegendPosition_117();
+  public double[] GetLegendPosition()
+    { return GetLegendPosition_117(); }
+
+  private native void SetLegendPosition2_118(double id0,double id1);
+  public void SetLegendPosition2(double id0,double id1)
+    { SetLegendPosition2_118(id0,id1); }
+
+  private native void SetLegendPosition2_119(double id0[]);
+  public void SetLegendPosition2(double id0[])
+    { SetLegendPosition2_119(id0); }
+
+  private native double[] GetLegendPosition2_120();
+  public double[] GetLegendPosition2()
+    { return GetLegendPosition2_120(); }
+
+  private native void SetTitleTextProperty_121(vtkTextProperty id0);
+  public void SetTitleTextProperty(vtkTextProperty id0)
+    { SetTitleTextProperty_121(id0); }
+
+  private native long GetTitleTextProperty_122();
+  public vtkTextProperty GetTitleTextProperty() {
+    long temp = GetTitleTextProperty_122();
+
+    if (temp == 0) return null;
+    return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetAxisTitleTextProperty_123(vtkTextProperty id0);
+  public void SetAxisTitleTextProperty(vtkTextProperty id0)
+    { SetAxisTitleTextProperty_123(id0); }
+
+  private native long GetAxisTitleTextProperty_124();
+  public vtkTextProperty GetAxisTitleTextProperty() {
+    long temp = GetAxisTitleTextProperty_124();
+
+    if (temp == 0) return null;
+    return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetAxisLabelTextProperty_125(vtkTextProperty id0);
+  public void SetAxisLabelTextProperty(vtkTextProperty id0)
+    { SetAxisLabelTextProperty_125(id0); }
+
+  private native long GetAxisLabelTextProperty_126();
+  public vtkTextProperty GetAxisLabelTextProperty() {
+    long temp = GetAxisLabelTextProperty_126();
+
+    if (temp == 0) return null;
+    return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetLogx_127(int id0);
+  public void SetLogx(int id0)
+    { SetLogx_127(id0); }
+
+  private native int GetLogx_128();
+  public int GetLogx()
+    { return GetLogx_128(); }
+
+  private native void LogxOn_129();
+  public void LogxOn()
+    { LogxOn_129(); }
+
+  private native void LogxOff_130();
+  public void LogxOff()
+    { LogxOff_130(); }
+
+  private native void SetLabelFormat_131(String id0);
+  public void SetLabelFormat(String id0)
+    { SetLabelFormat_131(id0); }
+
+  private native String GetLabelFormat_132();
+  public String GetLabelFormat()
+    { return GetLabelFormat_132(); }
+
+  private native void SetXLabelFormat_133(String id0);
+  public void SetXLabelFormat(String id0)
+    { SetXLabelFormat_133(id0); }
+
+  private native String GetXLabelFormat_134();
+  public String GetXLabelFormat()
+    { return GetXLabelFormat_134(); }
+
+  private native void SetYLabelFormat_135(String id0);
+  public void SetYLabelFormat(String id0)
+    { SetYLabelFormat_135(id0); }
+
+  private native String GetYLabelFormat_136();
+  public String GetYLabelFormat()
+    { return GetYLabelFormat_136(); }
+
+  private native void SetBorder_137(int id0);
+  public void SetBorder(int id0)
+    { SetBorder_137(id0); }
+
+  private native int GetBorderMinValue_138();
+  public int GetBorderMinValue()
+    { return GetBorderMinValue_138(); }
+
+  private native int GetBorderMaxValue_139();
+  public int GetBorderMaxValue()
+    { return GetBorderMaxValue_139(); }
+
+  private native int GetBorder_140();
+  public int GetBorder()
+    { return GetBorder_140(); }
+
+  private native int GetPlotPoints_141();
+  public int GetPlotPoints()
+    { return GetPlotPoints_141(); }
+
+  private native void SetPlotPoints_142(int id0);
+  public void SetPlotPoints(int id0)
+    { SetPlotPoints_142(id0); }
+
+  private native void PlotPointsOn_143();
+  public void PlotPointsOn()
+    { PlotPointsOn_143(); }
+
+  private native void PlotPointsOff_144();
+  public void PlotPointsOff()
+    { PlotPointsOff_144(); }
+
+  private native int GetPlotLines_145();
+  public int GetPlotLines()
+    { return GetPlotLines_145(); }
+
+  private native void SetPlotLines_146(int id0);
+  public void SetPlotLines(int id0)
+    { SetPlotLines_146(id0); }
+
+  private native void PlotLinesOn_147();
+  public void PlotLinesOn()
+    { PlotLinesOn_147(); }
+
+  private native void PlotLinesOff_148();
+  public void PlotLinesOff()
+    { PlotLinesOff_148(); }
+
+  private native void SetGlyphSize_149(double id0);
+  public void SetGlyphSize(double id0)
+    { SetGlyphSize_149(id0); }
+
+  private native double GetGlyphSizeMinValue_150();
+  public double GetGlyphSizeMinValue()
+    { return GetGlyphSizeMinValue_150(); }
+
+  private native double GetGlyphSizeMaxValue_151();
+  public double GetGlyphSizeMaxValue()
+    { return GetGlyphSizeMaxValue_151(); }
+
+  private native double GetGlyphSize_152();
+  public double GetGlyphSize()
+    { return GetGlyphSize_152(); }
+
+  private native void ViewportToPlotCoordinate_153(vtkViewport id0);
+  public void ViewportToPlotCoordinate(vtkViewport id0)
+    { ViewportToPlotCoordinate_153(id0); }
+
+  private native void SetPlotCoordinate_154(double id0,double id1);
+  public void SetPlotCoordinate(double id0,double id1)
+    { SetPlotCoordinate_154(id0,id1); }
+
+  private native void SetPlotCoordinate_155(double id0[]);
+  public void SetPlotCoordinate(double id0[])
+    { SetPlotCoordinate_155(id0); }
+
+  private native double[] GetPlotCoordinate_156();
+  public double[] GetPlotCoordinate()
+    { return GetPlotCoordinate_156(); }
+
+  private native void PlotToViewportCoordinate_157(vtkViewport id0);
+  public void PlotToViewportCoordinate(vtkViewport id0)
+    { PlotToViewportCoordinate_157(id0); }
+
+  private native void SetViewportCoordinate_158(double id0,double id1);
+  public void SetViewportCoordinate(double id0,double id1)
+    { SetViewportCoordinate_158(id0,id1); }
+
+  private native void SetViewportCoordinate_159(double id0[]);
+  public void SetViewportCoordinate(double id0[])
+    { SetViewportCoordinate_159(id0); }
+
+  private native double[] GetViewportCoordinate_160();
+  public double[] GetViewportCoordinate()
+    { return GetViewportCoordinate_160(); }
+
+  private native int IsInPlot_161(vtkViewport id0,double id1,double id2);
+  public int IsInPlot(vtkViewport id0,double id1,double id2)
+    { return IsInPlot_161(id0,id1,id2); }
+
+  private native void SetChartBox_162(int id0);
+  public void SetChartBox(int id0)
+    { SetChartBox_162(id0); }
+
+  private native int GetChartBox_163();
+  public int GetChartBox()
+    { return GetChartBox_163(); }
+
+  private native void ChartBoxOn_164();
+  public void ChartBoxOn()
+    { ChartBoxOn_164(); }
+
+  private native void ChartBoxOff_165();
+  public void ChartBoxOff()
+    { ChartBoxOff_165(); }
+
+  private native void SetChartBorder_166(int id0);
+  public void SetChartBorder(int id0)
+    { SetChartBorder_166(id0); }
+
+  private native int GetChartBorder_167();
+  public int GetChartBorder()
+    { return GetChartBorder_167(); }
+
+  private native void ChartBorderOn_168();
+  public void ChartBorderOn()
+    { ChartBorderOn_168(); }
+
+  private native void ChartBorderOff_169();
+  public void ChartBorderOff()
+    { ChartBorderOff_169(); }
+
+  private native long GetChartBoxProperty_170();
+  public vtkProperty2D GetChartBoxProperty() {
+    long temp = GetChartBoxProperty_170();
+
+    if (temp == 0) return null;
+    return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetShowReferenceXLine_171(int id0);
+  public void SetShowReferenceXLine(int id0)
+    { SetShowReferenceXLine_171(id0); }
+
+  private native int GetShowReferenceXLine_172();
+  public int GetShowReferenceXLine()
+    { return GetShowReferenceXLine_172(); }
+
+  private native void ShowReferenceXLineOn_173();
+  public void ShowReferenceXLineOn()
+    { ShowReferenceXLineOn_173(); }
+
+  private native void ShowReferenceXLineOff_174();
+  public void ShowReferenceXLineOff()
+    { ShowReferenceXLineOff_174(); }
+
+  private native void SetReferenceXValue_175(double id0);
+  public void SetReferenceXValue(double id0)
+    { SetReferenceXValue_175(id0); }
+
+  private native double GetReferenceXValue_176();
+  public double GetReferenceXValue()
+    { return GetReferenceXValue_176(); }
+
+  private native void SetShowReferenceYLine_177(int id0);
+  public void SetShowReferenceYLine(int id0)
+    { SetShowReferenceYLine_177(id0); }
+
+  private native int GetShowReferenceYLine_178();
+  public int GetShowReferenceYLine()
+    { return GetShowReferenceYLine_178(); }
+
+  private native void ShowReferenceYLineOn_179();
+  public void ShowReferenceYLineOn()
+    { ShowReferenceYLineOn_179(); }
+
+  private native void ShowReferenceYLineOff_180();
+  public void ShowReferenceYLineOff()
+    { ShowReferenceYLineOff_180(); }
+
+  private native void SetReferenceYValue_181(double id0);
+  public void SetReferenceYValue(double id0)
+    { SetReferenceYValue_181(id0); }
+
+  private native double GetReferenceYValue_182();
+  public double GetReferenceYValue()
+    { return GetReferenceYValue_182(); }
+
+  private native int GetMTime_183();
+  public int GetMTime()
+    { return GetMTime_183(); }
+
+  private native int RenderOpaqueGeometry_184(vtkViewport id0);
+  public int RenderOpaqueGeometry(vtkViewport id0)
+    { return RenderOpaqueGeometry_184(id0); }
+
+  private native int RenderOverlay_185(vtkViewport id0);
+  public int RenderOverlay(vtkViewport id0)
+    { return RenderOverlay_185(id0); }
+
+  private native int RenderTranslucentPolygonalGeometry_186(vtkViewport id0);
+  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
+    { return RenderTranslucentPolygonalGeometry_186(id0); }
+
+  private native int HasTranslucentPolygonalGeometry_187();
+  public int HasTranslucentPolygonalGeometry()
+    { return HasTranslucentPolygonalGeometry_187(); }
+
+  private native void ReleaseGraphicsResources_188(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_188(id0); }
+
+  private native void SetXTitlePosition_189(double id0);
+  public void SetXTitlePosition(double id0)
+    { SetXTitlePosition_189(id0); }
+
+  private native double GetXTitlePosition_190();
+  public double GetXTitlePosition()
+    { return GetXTitlePosition_190(); }
+
+  private native void SetYTitlePosition_191(int id0);
+  public void SetYTitlePosition(int id0)
+    { SetYTitlePosition_191(id0); }
+
+  private native int GetYTitlePosition_192();
+  public int GetYTitlePosition()
+    { return GetYTitlePosition_192(); }
+
+  private native void SetYTitlePositionToTop_193();
+  public void SetYTitlePositionToTop()
+    { SetYTitlePositionToTop_193(); }
+
+  private native void SetYTitlePositionToHCenter_194();
+  public void SetYTitlePositionToHCenter()
+    { SetYTitlePositionToHCenter_194(); }
+
+  private native void SetYTitlePositionToVCenter_195();
+  public void SetYTitlePositionToVCenter()
+    { SetYTitlePositionToVCenter_195(); }
+
+  private native void SetPlotGlyphType_196(int id0,int id1);
+  public void SetPlotGlyphType(int id0,int id1)
+    { SetPlotGlyphType_196(id0,id1); }
+
+  private native void SetLineWidth_197(double id0);
+  public void SetLineWidth(double id0)
+    { SetLineWidth_197(id0); }
+
+  private native void AddUserCurvesPoint_198(double id0,double id1,double id2);
+  public void AddUserCurvesPoint(double id0,double id1,double id2)
+    { AddUserCurvesPoint_198(id0,id1,id2); }
+
+  private native void RemoveAllActiveCurves_199();
+  public void RemoveAllActiveCurves()
+    { RemoveAllActiveCurves_199(); }
+
+  private native void SetLegendBorder_200(int id0);
+  public void SetLegendBorder(int id0)
+    { SetLegendBorder_200(id0); }
+
+  private native void SetLegendBox_201(int id0);
+  public void SetLegendBox(int id0)
+    { SetLegendBox_201(id0); }
+
+  private native void SetLegendUseBackground_202(int id0);
+  public void SetLegendUseBackground(int id0)
+    { SetLegendUseBackground_202(id0); }
+
+  private native void SetLegendBackgroundColor_203(double id0,double id1,double id2);
+  public void SetLegendBackgroundColor(double id0,double id1,double id2)
+    { SetLegendBackgroundColor_203(id0,id1,id2); }
+
+  private native void SetTitleColor_204(double id0,double id1,double id2);
+  public void SetTitleColor(double id0,double id1,double id2)
+    { SetTitleColor_204(id0,id1,id2); }
+
+  private native void SetTitleFontFamily_205(int id0);
+  public void SetTitleFontFamily(int id0)
+    { SetTitleFontFamily_205(id0); }
+
+  private native void SetTitleBold_206(int id0);
+  public void SetTitleBold(int id0)
+    { SetTitleBold_206(id0); }
+
+  private native void SetTitleItalic_207(int id0);
+  public void SetTitleItalic(int id0)
+    { SetTitleItalic_207(id0); }
+
+  private native void SetTitleShadow_208(int id0);
+  public void SetTitleShadow(int id0)
+    { SetTitleShadow_208(id0); }
+
+  private native void SetTitleFontSize_209(int id0);
+  public void SetTitleFontSize(int id0)
+    { SetTitleFontSize_209(id0); }
+
+  private native void SetTitleJustification_210(int id0);
+  public void SetTitleJustification(int id0)
+    { SetTitleJustification_210(id0); }
+
+  private native void SetTitleVerticalJustification_211(int id0);
+  public void SetTitleVerticalJustification(int id0)
+    { SetTitleVerticalJustification_211(id0); }
+
+  private native void SetXAxisColor_212(double id0,double id1,double id2);
+  public void SetXAxisColor(double id0,double id1,double id2)
+    { SetXAxisColor_212(id0,id1,id2); }
+
+  private native void SetYAxisColor_213(double id0,double id1,double id2);
+  public void SetYAxisColor(double id0,double id1,double id2)
+    { SetYAxisColor_213(id0,id1,id2); }
+
+  private native void SetAxisTitleColor_214(double id0,double id1,double id2);
+  public void SetAxisTitleColor(double id0,double id1,double id2)
+    { SetAxisTitleColor_214(id0,id1,id2); }
+
+  private native void SetAxisTitleFontFamily_215(int id0);
+  public void SetAxisTitleFontFamily(int id0)
+    { SetAxisTitleFontFamily_215(id0); }
+
+  private native void SetAxisTitleBold_216(int id0);
+  public void SetAxisTitleBold(int id0)
+    { SetAxisTitleBold_216(id0); }
+
+  private native void SetAxisTitleItalic_217(int id0);
+  public void SetAxisTitleItalic(int id0)
+    { SetAxisTitleItalic_217(id0); }
+
+  private native void SetAxisTitleShadow_218(int id0);
+  public void SetAxisTitleShadow(int id0)
+    { SetAxisTitleShadow_218(id0); }
+
+  private native void SetAxisTitleFontSize_219(int id0);
+  public void SetAxisTitleFontSize(int id0)
+    { SetAxisTitleFontSize_219(id0); }
+
+  private native void SetAxisTitleJustification_220(int id0);
+  public void SetAxisTitleJustification(int id0)
+    { SetAxisTitleJustification_220(id0); }
+
+  private native void SetAxisTitleVerticalJustification_221(int id0);
+  public void SetAxisTitleVerticalJustification(int id0)
+    { SetAxisTitleVerticalJustification_221(id0); }
+
+  private native void SetAxisLabelColor_222(double id0,double id1,double id2);
+  public void SetAxisLabelColor(double id0,double id1,double id2)
+    { SetAxisLabelColor_222(id0,id1,id2); }
+
+  private native void SetAxisLabelFontFamily_223(int id0);
+  public void SetAxisLabelFontFamily(int id0)
+    { SetAxisLabelFontFamily_223(id0); }
+
+  private native void SetAxisLabelBold_224(int id0);
+  public void SetAxisLabelBold(int id0)
+    { SetAxisLabelBold_224(id0); }
+
+  private native void SetAxisLabelItalic_225(int id0);
+  public void SetAxisLabelItalic(int id0)
+    { SetAxisLabelItalic_225(id0); }
+
+  private native void SetAxisLabelShadow_226(int id0);
+  public void SetAxisLabelShadow(int id0)
+    { SetAxisLabelShadow_226(id0); }
+
+  private native void SetAxisLabelFontSize_227(int id0);
+  public void SetAxisLabelFontSize(int id0)
+    { SetAxisLabelFontSize_227(id0); }
+
+  private native void SetAxisLabelJustification_228(int id0);
+  public void SetAxisLabelJustification(int id0)
+    { SetAxisLabelJustification_228(id0); }
+
+  private native void SetAxisLabelVerticalJustification_229(int id0);
+  public void SetAxisLabelVerticalJustification(int id0)
+    { SetAxisLabelVerticalJustification_229(id0); }
+
+  public vtkXYPlotActor() { super(); }
+
+  public vtkXYPlotActor(long id) { super(id); }
+  public native long   VTKInit();
+
+}