// java wrapper for vtkChartXY object // package vtk; import vtk.*; public class vtkChartXY extends vtkChart { 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 Update_2(); public void Update() { Update_2(); } private native boolean Paint_3(vtkContext2D id0); public boolean Paint(vtkContext2D id0) { return Paint_3(id0); } private native long AddPlot_4(int id0); public vtkPlot AddPlot(int id0) { long temp = AddPlot_4(id0); if (temp == 0) return null; return (vtkPlot)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int AddPlot_5(vtkPlot id0); public int AddPlot(vtkPlot id0) { return AddPlot_5(id0); } private native boolean RemovePlot_6(int id0); public boolean RemovePlot(int id0) { return RemovePlot_6(id0); } private native void ClearPlots_7(); public void ClearPlots() { ClearPlots_7(); } private native long GetPlot_8(int id0); public vtkPlot GetPlot(int id0) { long temp = GetPlot_8(id0); if (temp == 0) return null; return (vtkPlot)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetNumberOfPlots_9(); public int GetNumberOfPlots() { return GetNumberOfPlots_9(); } private native int GetPlotCorner_10(vtkPlot id0); public int GetPlotCorner(vtkPlot id0) { return GetPlotCorner_10(id0); } private native void SetPlotCorner_11(vtkPlot id0,int id1); public void SetPlotCorner(vtkPlot id0,int id1) { SetPlotCorner_11(id0,id1); } private native long GetAxis_12(int id0); public vtkAxis GetAxis(int id0) { long temp = GetAxis_12(id0); if (temp == 0) return null; return (vtkAxis)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetShowLegend_13(boolean id0); public void SetShowLegend(boolean id0) { SetShowLegend_13(id0); } private native long GetLegend_14(); public vtkChartLegend GetLegend() { long temp = GetLegend_14(); if (temp == 0) return null; return (vtkChartLegend)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetTooltip_15(); public vtkTooltipItem GetTooltip() { long temp = GetTooltip_15(); if (temp == 0) return null; return (vtkTooltipItem)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetNumberOfAxes_16(); public int GetNumberOfAxes() { return GetNumberOfAxes_16(); } private native void RecalculateBounds_17(); public void RecalculateBounds() { RecalculateBounds_17(); } private native void SetDrawAxesAtOrigin_18(boolean id0); public void SetDrawAxesAtOrigin(boolean id0) { SetDrawAxesAtOrigin_18(id0); } private native boolean GetDrawAxesAtOrigin_19(); public boolean GetDrawAxesAtOrigin() { return GetDrawAxesAtOrigin_19(); } private native void DrawAxesAtOriginOn_20(); public void DrawAxesAtOriginOn() { DrawAxesAtOriginOn_20(); } private native void DrawAxesAtOriginOff_21(); public void DrawAxesAtOriginOff() { DrawAxesAtOriginOff_21(); } private native void SetAutoAxes_22(boolean id0); public void SetAutoAxes(boolean id0) { SetAutoAxes_22(id0); } private native boolean GetAutoAxes_23(); public boolean GetAutoAxes() { return GetAutoAxes_23(); } private native void AutoAxesOn_24(); public void AutoAxesOn() { AutoAxesOn_24(); } private native void AutoAxesOff_25(); public void AutoAxesOff() { AutoAxesOff_25(); } private native void SetHiddenAxisBorder_26(int id0); public void SetHiddenAxisBorder(int id0) { SetHiddenAxisBorder_26(id0); } private native int GetHiddenAxisBorder_27(); public int GetHiddenAxisBorder() { return GetHiddenAxisBorder_27(); } private native void SetForceAxesToBounds_28(boolean id0); public void SetForceAxesToBounds(boolean id0) { SetForceAxesToBounds_28(id0); } private native boolean GetForceAxesToBounds_29(); public boolean GetForceAxesToBounds() { return GetForceAxesToBounds_29(); } private native void ForceAxesToBoundsOn_30(); public void ForceAxesToBoundsOn() { ForceAxesToBoundsOn_30(); } private native void ForceAxesToBoundsOff_31(); public void ForceAxesToBoundsOff() { ForceAxesToBoundsOff_31(); } private native void SetBarWidthFraction_32(double id0); public void SetBarWidthFraction(double id0) { SetBarWidthFraction_32(id0); } private native double GetBarWidthFraction_33(); public double GetBarWidthFraction() { return GetBarWidthFraction_33(); } public vtkChartXY() { super(); } public vtkChartXY(long id) { super(id); } public native long VTKInit(); }