// java wrapper for vtkPlot object // package vtk; import vtk.*; public class vtkPlot 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 void SetTooltipLabelFormat_2(String id0); public void SetTooltipLabelFormat(String id0) { SetTooltipLabelFormat_2(id0); } private native String GetTooltipLabelFormat_3(); public String GetTooltipLabelFormat() { return GetTooltipLabelFormat_3(); } private native void SetTooltipNotation_4(int id0); public void SetTooltipNotation(int id0) { SetTooltipNotation_4(id0); } private native int GetTooltipNotation_5(); public int GetTooltipNotation() { return GetTooltipNotation_5(); } private native void SetTooltipPrecision_6(int id0); public void SetTooltipPrecision(int id0) { SetTooltipPrecision_6(id0); } private native int GetTooltipPrecision_7(); public int GetTooltipPrecision() { return GetTooltipPrecision_7(); } private native void SetColor_8(char id0,char id1,char id2,char id3); public void SetColor(char id0,char id1,char id2,char id3) { SetColor_8(id0,id1,id2,id3); } private native void SetColor_9(double id0,double id1,double id2); public void SetColor(double id0,double id1,double id2) { SetColor_9(id0,id1,id2); } private native void GetColor_10(double id0[]); public void GetColor(double id0[]) { GetColor_10(id0); } private native void SetWidth_11(double id0); public void SetWidth(double id0) { SetWidth_11(id0); } private native double GetWidth_12(); public double GetWidth() { return GetWidth_12(); } private native void SetPen_13(vtkPen id0); public void SetPen(vtkPen id0) { SetPen_13(id0); } private native long GetPen_14(); public vtkPen GetPen() { long temp = GetPen_14(); if (temp == 0) return null; return (vtkPen)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetBrush_15(vtkBrush id0); public void SetBrush(vtkBrush id0) { SetBrush_15(id0); } private native long GetBrush_16(); public vtkBrush GetBrush() { long temp = GetBrush_16(); if (temp == 0) return null; return (vtkBrush)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetLabel_17(String id0); public void SetLabel(String id0) { SetLabel_17(id0); } private native String GetLabel_18(); public String GetLabel() { return GetLabel_18(); } private native void SetLabels_19(vtkStringArray id0); public void SetLabels(vtkStringArray id0) { SetLabels_19(id0); } private native long GetLabels_20(); public vtkStringArray GetLabels() { long temp = GetLabels_20(); if (temp == 0) return null; return (vtkStringArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetNumberOfLabels_21(); public int GetNumberOfLabels() { return GetNumberOfLabels_21(); } private native String GetLabel_22(int id0); public String GetLabel(int id0) { return GetLabel_22(id0); } private native void SetIndexedLabels_23(vtkStringArray id0); public void SetIndexedLabels(vtkStringArray id0) { SetIndexedLabels_23(id0); } private native long GetIndexedLabels_24(); public vtkStringArray GetIndexedLabels() { long temp = GetIndexedLabels_24(); if (temp == 0) return null; return (vtkStringArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetData_25(); public vtkContextMapper2D GetData() { long temp = GetData_25(); if (temp == 0) return null; return (vtkContextMapper2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native boolean GetUseIndexForXSeries_26(); public boolean GetUseIndexForXSeries() { return GetUseIndexForXSeries_26(); } private native void SetUseIndexForXSeries_27(boolean id0); public void SetUseIndexForXSeries(boolean id0) { SetUseIndexForXSeries_27(id0); } private native void SetInput_28(vtkTable id0); public void SetInput(vtkTable id0) { SetInput_28(id0); } private native void SetInput_29(vtkTable id0,String id1,String id2); public void SetInput(vtkTable id0,String id1,String id2) { SetInput_29(id0,id1,id2); } private native void SetInput_30(vtkTable id0,int id1,int id2); public void SetInput(vtkTable id0,int id1,int id2) { SetInput_30(id0,id1,id2); } private native long GetInput_31(); public vtkTable GetInput() { long temp = GetInput_31(); if (temp == 0) return null; return (vtkTable)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetInputArray_32(int id0,String id1); public void SetInputArray(int id0,String id1) { SetInputArray_32(id0,id1); } private native void SetSelection_33(vtkIdTypeArray id0); public void SetSelection(vtkIdTypeArray id0) { SetSelection_33(id0); } private native long GetSelection_34(); public vtkIdTypeArray GetSelection() { long temp = GetSelection_34(); if (temp == 0) return null; return (vtkIdTypeArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetXAxis_35(); public vtkAxis GetXAxis() { long temp = GetXAxis_35(); if (temp == 0) return null; return (vtkAxis)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetXAxis_36(vtkAxis id0); public void SetXAxis(vtkAxis id0) { SetXAxis_36(id0); } private native long GetYAxis_37(); public vtkAxis GetYAxis() { long temp = GetYAxis_37(); if (temp == 0) return null; return (vtkAxis)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetYAxis_38(vtkAxis id0); public void SetYAxis(vtkAxis id0) { SetYAxis_38(id0); } private native void GetBounds_39(double id0[]); public void GetBounds(double id0[]) { GetBounds_39(id0); } public vtkPlot() { super(); } public vtkPlot(long id) { super(id); } }