X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkXYPlotActor.java;h=c26a80feb89e92025af81353ef2090ac2099bdf2;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=b55963d136a8c70ddc4c545d3b4f13ce9d4c077a;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkXYPlotActor.java b/vtk/src/vtk/vtkXYPlotActor.java index b55963d1..c26a80fe 100644 --- a/vtk/src/vtk/vtkXYPlotActor.java +++ b/vtk/src/vtk/vtkXYPlotActor.java @@ -1,815 +1,971 @@ -// 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(); - -} +// 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(); + +}