// java wrapper for vtkXYPlotActor object // package vtk; import vtk.*; public class vtkXYPlotActor extends vtkActor2D { private native String GetClassName_0(); public String GetClassName() { return GetClassName_0(); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native void AddInput_2(vtkDataSet id0,String id1,int id2); public void AddInput(vtkDataSet id0,String id1,int id2) { AddInput_2(id0,id1,id2); } private native void AddInput_3(vtkDataSet id0); public void AddInput(vtkDataSet id0) { AddInput_3(id0); } private native void RemoveInput_4(vtkDataSet id0,String id1,int id2); public void RemoveInput(vtkDataSet id0,String id1,int id2) { RemoveInput_4(id0,id1,id2); } private native void RemoveInput_5(vtkDataSet id0); public void RemoveInput(vtkDataSet id0) { RemoveInput_5(id0); } private native void RemoveAllInputs_6(); public void RemoveAllInputs() { RemoveAllInputs_6(); } private native long GetInputList_7(); public vtkDataSetCollection GetInputList() { long temp = GetInputList_7(); if (temp == 0) return null; return (vtkDataSetCollection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetPointComponent_8(int id0,int id1); public void SetPointComponent(int id0,int id1) { SetPointComponent_8(id0,id1); } private native int GetPointComponent_9(int id0); public int GetPointComponent(int id0) { return GetPointComponent_9(id0); } private native void SetXValues_10(int id0); public void SetXValues(int id0) { SetXValues_10(id0); } private native int GetXValuesMinValue_11(); public int GetXValuesMinValue() { return GetXValuesMinValue_11(); } private native int GetXValuesMaxValue_12(); public int GetXValuesMaxValue() { return GetXValuesMaxValue_12(); } private native int GetXValues_13(); public int GetXValues() { return GetXValues_13(); } private native void SetXValuesToIndex_14(); public void SetXValuesToIndex() { SetXValuesToIndex_14(); } private native void SetXValuesToArcLength_15(); public void SetXValuesToArcLength() { SetXValuesToArcLength_15(); } private native void SetXValuesToNormalizedArcLength_16(); public void SetXValuesToNormalizedArcLength() { SetXValuesToNormalizedArcLength_16(); } private native void SetXValuesToValue_17(); public void SetXValuesToValue() { SetXValuesToValue_17(); } private native String GetXValuesAsString_18(); public String GetXValuesAsString() { return GetXValuesAsString_18(); } private native void AddDataObjectInput_19(vtkDataObject id0); public void AddDataObjectInput(vtkDataObject id0) { AddDataObjectInput_19(id0); } private native void RemoveDataObjectInput_20(vtkDataObject id0); public void RemoveDataObjectInput(vtkDataObject id0) { RemoveDataObjectInput_20(id0); } private native long GetDataObjectInputList_21(); public vtkDataObjectCollection GetDataObjectInputList() { long temp = GetDataObjectInputList_21(); if (temp == 0) return null; return (vtkDataObjectCollection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetDataObjectPlotMode_22(int id0); public void SetDataObjectPlotMode(int id0) { SetDataObjectPlotMode_22(id0); } private native int GetDataObjectPlotModeMinValue_23(); public int GetDataObjectPlotModeMinValue() { return GetDataObjectPlotModeMinValue_23(); } private native int GetDataObjectPlotModeMaxValue_24(); public int GetDataObjectPlotModeMaxValue() { return GetDataObjectPlotModeMaxValue_24(); } private native int GetDataObjectPlotMode_25(); public int GetDataObjectPlotMode() { return GetDataObjectPlotMode_25(); } private native void SetDataObjectPlotModeToRows_26(); public void SetDataObjectPlotModeToRows() { SetDataObjectPlotModeToRows_26(); } private native void SetDataObjectPlotModeToColumns_27(); public void SetDataObjectPlotModeToColumns() { SetDataObjectPlotModeToColumns_27(); } private native String GetDataObjectPlotModeAsString_28(); public String GetDataObjectPlotModeAsString() { return GetDataObjectPlotModeAsString_28(); } private native void SetDataObjectXComponent_29(int id0,int id1); public void SetDataObjectXComponent(int id0,int id1) { SetDataObjectXComponent_29(id0,id1); } private native int GetDataObjectXComponent_30(int id0); public int GetDataObjectXComponent(int id0) { return GetDataObjectXComponent_30(id0); } private native void SetDataObjectYComponent_31(int id0,int id1); public void SetDataObjectYComponent(int id0,int id1) { SetDataObjectYComponent_31(id0,id1); } private native int GetDataObjectYComponent_32(int id0); public int GetDataObjectYComponent(int id0) { return GetDataObjectYComponent_32(id0); } private native void SetPlotColor_33(int id0,double id1,double id2,double id3); public void SetPlotColor(int id0,double id1,double id2,double id3) { SetPlotColor_33(id0,id1,id2,id3); } private native void SetPlotColor_34(int id0,double id1[]); public void SetPlotColor(int id0,double id1[]) { SetPlotColor_34(id0,id1); } private native double[] GetPlotColor_35(int id0); public double[] GetPlotColor(int id0) { return GetPlotColor_35(id0); } private native void SetPlotSymbol_36(int id0,vtkPolyData id1); public void SetPlotSymbol(int id0,vtkPolyData id1) { SetPlotSymbol_36(id0,id1); } private native long GetPlotSymbol_37(int id0); public vtkPolyData GetPlotSymbol(int id0) { long temp = GetPlotSymbol_37(id0); if (temp == 0) return null; return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetPlotLabel_38(int id0,String id1); public void SetPlotLabel(int id0,String id1) { SetPlotLabel_38(id0,id1); } private native String GetPlotLabel_39(int id0); public String GetPlotLabel(int id0) { return GetPlotLabel_39(id0); } private native int GetPlotCurvePoints_40(); public int GetPlotCurvePoints() { return GetPlotCurvePoints_40(); } private native void SetPlotCurvePoints_41(int id0); public void SetPlotCurvePoints(int id0) { SetPlotCurvePoints_41(id0); } private native void PlotCurvePointsOn_42(); public void PlotCurvePointsOn() { PlotCurvePointsOn_42(); } private native void PlotCurvePointsOff_43(); public void PlotCurvePointsOff() { PlotCurvePointsOff_43(); } private native int GetPlotCurveLines_44(); public int GetPlotCurveLines() { return GetPlotCurveLines_44(); } private native void SetPlotCurveLines_45(int id0); public void SetPlotCurveLines(int id0) { SetPlotCurveLines_45(id0); } private native void PlotCurveLinesOn_46(); public void PlotCurveLinesOn() { PlotCurveLinesOn_46(); } private native void PlotCurveLinesOff_47(); public void PlotCurveLinesOff() { PlotCurveLinesOff_47(); } private native void SetPlotLines_48(int id0,int id1); public void SetPlotLines(int id0,int id1) { SetPlotLines_48(id0,id1); } private native int GetPlotLines_49(int id0); public int GetPlotLines(int id0) { return GetPlotLines_49(id0); } private native void SetPlotPoints_50(int id0,int id1); public void SetPlotPoints(int id0,int id1) { SetPlotPoints_50(id0,id1); } private native int GetPlotPoints_51(int id0); public int GetPlotPoints(int id0) { return GetPlotPoints_51(id0); } private native void SetExchangeAxes_52(int id0); public void SetExchangeAxes(int id0) { SetExchangeAxes_52(id0); } private native int GetExchangeAxes_53(); public int GetExchangeAxes() { return GetExchangeAxes_53(); } private native void ExchangeAxesOn_54(); public void ExchangeAxesOn() { ExchangeAxesOn_54(); } private native void ExchangeAxesOff_55(); public void ExchangeAxesOff() { ExchangeAxesOff_55(); } private native void SetReverseXAxis_56(int id0); public void SetReverseXAxis(int id0) { SetReverseXAxis_56(id0); } private native int GetReverseXAxis_57(); public int GetReverseXAxis() { return GetReverseXAxis_57(); } private native void ReverseXAxisOn_58(); public void ReverseXAxisOn() { ReverseXAxisOn_58(); } private native void ReverseXAxisOff_59(); public void ReverseXAxisOff() { ReverseXAxisOff_59(); } private native void SetReverseYAxis_60(int id0); public void SetReverseYAxis(int id0) { SetReverseYAxis_60(id0); } private native int GetReverseYAxis_61(); public int GetReverseYAxis() { return GetReverseYAxis_61(); } private native void ReverseYAxisOn_62(); public void ReverseYAxisOn() { ReverseYAxisOn_62(); } private native void ReverseYAxisOff_63(); public void ReverseYAxisOff() { ReverseYAxisOff_63(); } private native long GetLegendActor_64(); public vtkLegendBoxActor GetLegendActor() { long temp = GetLegendActor_64(); if (temp == 0) return null; return (vtkLegendBoxActor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetGlyphSource_65(); public vtkGlyphSource2D GetGlyphSource() { long temp = GetGlyphSource_65(); if (temp == 0) return null; return (vtkGlyphSource2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetTitle_66(String id0); public void SetTitle(String id0) { SetTitle_66(id0); } private native String GetTitle_67(); public String GetTitle() { return GetTitle_67(); } private native void SetXTitle_68(String id0); public void SetXTitle(String id0) { SetXTitle_68(id0); } private native String GetXTitle_69(); public String GetXTitle() { return GetXTitle_69(); } private native void SetYTitle_70(String id0); public void SetYTitle(String id0) { SetYTitle_70(id0); } private native String GetYTitle_71(); public String GetYTitle() { return GetYTitle_71(); } private native long GetXAxisActor2D_72(); public vtkAxisActor2D GetXAxisActor2D() { long temp = GetXAxisActor2D_72(); if (temp == 0) return null; return (vtkAxisActor2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetYAxisActor2D_73(); public vtkAxisActor2D GetYAxisActor2D() { long temp = GetYAxisActor2D_73(); if (temp == 0) return null; return (vtkAxisActor2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetXRange_74(double id0,double id1); public void SetXRange(double id0,double id1) { SetXRange_74(id0,id1); } private native void SetXRange_75(double id0[]); public void SetXRange(double id0[]) { SetXRange_75(id0); } private native double[] GetXRange_76(); public double[] GetXRange() { return GetXRange_76(); } private native void SetYRange_77(double id0,double id1); public void SetYRange(double id0,double id1) { SetYRange_77(id0,id1); } private native void SetYRange_78(double id0[]); public void SetYRange(double id0[]) { SetYRange_78(id0); } private native double[] GetYRange_79(); public double[] GetYRange() { return GetYRange_79(); } private native void SetPlotRange_80(double id0,double id1,double id2,double id3); public void SetPlotRange(double id0,double id1,double id2,double id3) { SetPlotRange_80(id0,id1,id2,id3); } private native void SetNumberOfXLabels_81(int id0); public void SetNumberOfXLabels(int id0) { SetNumberOfXLabels_81(id0); } private native int GetNumberOfXLabelsMinValue_82(); public int GetNumberOfXLabelsMinValue() { return GetNumberOfXLabelsMinValue_82(); } private native int GetNumberOfXLabelsMaxValue_83(); public int GetNumberOfXLabelsMaxValue() { return GetNumberOfXLabelsMaxValue_83(); } private native int GetNumberOfXLabels_84(); public int GetNumberOfXLabels() { return GetNumberOfXLabels_84(); } private native void SetNumberOfYLabels_85(int id0); public void SetNumberOfYLabels(int id0) { SetNumberOfYLabels_85(id0); } private native int GetNumberOfYLabelsMinValue_86(); public int GetNumberOfYLabelsMinValue() { return GetNumberOfYLabelsMinValue_86(); } private native int GetNumberOfYLabelsMaxValue_87(); public int GetNumberOfYLabelsMaxValue() { return GetNumberOfYLabelsMaxValue_87(); } private native int GetNumberOfYLabels_88(); public int GetNumberOfYLabels() { return GetNumberOfYLabels_88(); } private native void SetNumberOfLabels_89(int id0); public void SetNumberOfLabels(int id0) { SetNumberOfLabels_89(id0); } private native void SetAdjustXLabels_90(int id0); public void SetAdjustXLabels(int id0) { SetAdjustXLabels_90(id0); } private native int GetAdjustXLabels_91(); public int GetAdjustXLabels() { return GetAdjustXLabels_91(); } private native void SetAdjustYLabels_92(int id0); public void SetAdjustYLabels(int id0) { SetAdjustYLabels_92(id0); } private native int GetAdjustYLabels_93(); public int GetAdjustYLabels() { return GetAdjustYLabels_93(); } private native void SetXTitlePosition_94(double id0); public void SetXTitlePosition(double id0) { SetXTitlePosition_94(id0); } private native double GetXTitlePosition_95(); public double GetXTitlePosition() { return GetXTitlePosition_95(); } private native void SetYTitlePosition_96(double id0); public void SetYTitlePosition(double id0) { SetYTitlePosition_96(id0); } private native double GetYTitlePosition_97(); public double GetYTitlePosition() { return GetYTitlePosition_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)vtkObject.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)vtkObject.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)vtkObject.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)vtkObject.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); } public vtkXYPlotActor() { super(); } public vtkXYPlotActor(long id) { super(id); } public native long VTKInit(); }