// java wrapper for vtkChart object // package vtk; import vtk.*; public class vtkChart extends vtkContextItem { 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 boolean Paint_2(vtkContext2D id0); public boolean Paint(vtkContext2D id0) { return Paint_2(id0); } private native long AddPlot_3(int id0); public vtkPlot AddPlot(int id0) { long temp = AddPlot_3(id0); if (temp == 0) return null; return (vtkPlot)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int AddPlot_4(vtkPlot id0); public int AddPlot(vtkPlot id0) { return AddPlot_4(id0); } private native boolean RemovePlot_5(int id0); public boolean RemovePlot(int id0) { return RemovePlot_5(id0); } private native boolean RemovePlotInstance_6(vtkPlot id0); public boolean RemovePlotInstance(vtkPlot id0) { return RemovePlotInstance_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 long GetAxis_10(int id0); public vtkAxis GetAxis(int id0) { long temp = GetAxis_10(id0); if (temp == 0) return null; return (vtkAxis)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetNumberOfAxes_11(); public int GetNumberOfAxes() { return GetNumberOfAxes_11(); } private native void RecalculateBounds_12(); public void RecalculateBounds() { RecalculateBounds_12(); } private native void SetAnnotationLink_13(vtkAnnotationLink id0); public void SetAnnotationLink(vtkAnnotationLink id0) { SetAnnotationLink_13(id0); } private native long GetAnnotationLink_14(); public vtkAnnotationLink GetAnnotationLink() { long temp = GetAnnotationLink_14(); if (temp == 0) return null; return (vtkAnnotationLink)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetGeometry_15(int id0,int id1); public void SetGeometry(int id0,int id1) { SetGeometry_15(id0,id1); } private native void SetGeometry_16(int id0[]); public void SetGeometry(int id0[]) { SetGeometry_16(id0); } private native int[] GetGeometry_17(); public int[] GetGeometry() { return GetGeometry_17(); } private native void SetPoint1_18(int id0,int id1); public void SetPoint1(int id0,int id1) { SetPoint1_18(id0,id1); } private native void SetPoint1_19(int id0[]); public void SetPoint1(int id0[]) { SetPoint1_19(id0); } private native int[] GetPoint1_20(); public int[] GetPoint1() { return GetPoint1_20(); } private native void SetPoint2_21(int id0,int id1); public void SetPoint2(int id0,int id1) { SetPoint2_21(id0,id1); } private native void SetPoint2_22(int id0[]); public void SetPoint2(int id0[]) { SetPoint2_22(id0); } private native int[] GetPoint2_23(); public int[] GetPoint2() { return GetPoint2_23(); } private native void SetShowLegend_24(boolean id0); public void SetShowLegend(boolean id0) { SetShowLegend_24(id0); } private native boolean GetShowLegend_25(); public boolean GetShowLegend() { return GetShowLegend_25(); } private native long GetLegend_26(); public vtkChartLegend GetLegend() { long temp = GetLegend_26(); if (temp == 0) return null; return (vtkChartLegend)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetTitle_27(String id0); public void SetTitle(String id0) { SetTitle_27(id0); } private native String GetTitle_28(); public String GetTitle() { return GetTitle_28(); } private native long GetTitleProperties_29(); public vtkTextProperty GetTitleProperties() { long temp = GetTitleProperties_29(); if (temp == 0) return null; return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetBottomBorder_30(int id0); public void SetBottomBorder(int id0) { SetBottomBorder_30(id0); } private native void SetTopBorder_31(int id0); public void SetTopBorder(int id0) { SetTopBorder_31(id0); } private native void SetLeftBorder_32(int id0); public void SetLeftBorder(int id0) { SetLeftBorder_32(id0); } private native void SetRightBorder_33(int id0); public void SetRightBorder(int id0) { SetRightBorder_33(id0); } private native void SetBorders_34(int id0,int id1,int id2,int id3); public void SetBorders(int id0,int id1,int id2,int id3) { SetBorders_34(id0,id1,id2,id3); } private native void SetLayoutStrategy_35(int id0); public void SetLayoutStrategy(int id0) { SetLayoutStrategy_35(id0); } private native int GetLayoutStrategy_36(); public int GetLayoutStrategy() { return GetLayoutStrategy_36(); } private native void SetAutoSize_37(boolean id0); public void SetAutoSize(boolean id0) { SetAutoSize_37(id0); } private native boolean GetAutoSize_38(); public boolean GetAutoSize() { return GetAutoSize_38(); } private native void SetRenderEmpty_39(boolean id0); public void SetRenderEmpty(boolean id0) { SetRenderEmpty_39(id0); } private native boolean GetRenderEmpty_40(); public boolean GetRenderEmpty() { return GetRenderEmpty_40(); } private native void SetActionToButton_41(int id0,int id1); public void SetActionToButton(int id0,int id1) { SetActionToButton_41(id0,id1); } private native int GetActionToButton_42(int id0); public int GetActionToButton(int id0) { return GetActionToButton_42(id0); } private native void SetClickActionToButton_43(int id0,int id1); public void SetClickActionToButton(int id0,int id1) { SetClickActionToButton_43(id0,id1); } private native int GetClickActionToButton_44(int id0); public int GetClickActionToButton(int id0) { return GetClickActionToButton_44(id0); } private native void SetBackgroundBrush_45(vtkBrush id0); public void SetBackgroundBrush(vtkBrush id0) { SetBackgroundBrush_45(id0); } private native long GetBackgroundBrush_46(); public vtkBrush GetBackgroundBrush() { long temp = GetBackgroundBrush_46(); if (temp == 0) return null; return (vtkBrush)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetSelectionMode_47(int id0); public void SetSelectionMode(int id0) { SetSelectionMode_47(id0); } private native int GetSelectionMode_48(); public int GetSelectionMode() { return GetSelectionMode_48(); } public vtkChart() { super(); } public vtkChart(long id) { super(id); } }