// java wrapper for vtkAxis object // package vtk; import vtk.*; public class vtkAxis 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 SetPosition_2(int id0); public void SetPosition(int id0) { SetPosition_2(id0); } private native int GetPosition_3(); public int GetPosition() { return GetPosition_3(); } private native void SetPoint1_4(double id0,double id1); public void SetPoint1(double id0,double id1) { SetPoint1_4(id0,id1); } private native double[] GetPoint1_5(); public double[] GetPoint1() { return GetPoint1_5(); } private native void SetPoint2_6(double id0,double id1); public void SetPoint2(double id0,double id1) { SetPoint2_6(id0,id1); } private native double[] GetPoint2_7(); public double[] GetPoint2() { return GetPoint2_7(); } private native void SetNumberOfTicks_8(int id0); public void SetNumberOfTicks(int id0) { SetNumberOfTicks_8(id0); } private native int GetNumberOfTicks_9(); public int GetNumberOfTicks() { return GetNumberOfTicks_9(); } private native long GetLabelProperties_10(); public vtkTextProperty GetLabelProperties() { long temp = GetLabelProperties_10(); if (temp == 0) return null; return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetMinimum_11(double id0); public void SetMinimum(double id0) { SetMinimum_11(id0); } private native double GetMinimum_12(); public double GetMinimum() { return GetMinimum_12(); } private native void SetMaximum_13(double id0); public void SetMaximum(double id0) { SetMaximum_13(id0); } private native double GetMaximum_14(); public double GetMaximum() { return GetMaximum_14(); } private native void SetRange_15(double id0,double id1); public void SetRange(double id0,double id1) { SetRange_15(id0,id1); } private native void SetRange_16(double id0[]); public void SetRange(double id0[]) { SetRange_16(id0); } private native void SetMinimumLimit_17(double id0); public void SetMinimumLimit(double id0) { SetMinimumLimit_17(id0); } private native double GetMinimumLimit_18(); public double GetMinimumLimit() { return GetMinimumLimit_18(); } private native void SetMaximumLimit_19(double id0); public void SetMaximumLimit(double id0) { SetMaximumLimit_19(id0); } private native double GetMaximumLimit_20(); public double GetMaximumLimit() { return GetMaximumLimit_20(); } private native int[] GetMargins_21(); public int[] GetMargins() { return GetMargins_21(); } private native void SetMargins_22(int id0,int id1); public void SetMargins(int id0,int id1) { SetMargins_22(id0,id1); } private native void SetMargins_23(int id0[]); public void SetMargins(int id0[]) { SetMargins_23(id0); } private native void SetTitle_24(String id0); public void SetTitle(String id0) { SetTitle_24(id0); } private native String GetTitle_25(); public String GetTitle() { return GetTitle_25(); } private native long GetTitleProperties_26(); public vtkTextProperty GetTitleProperties() { long temp = GetTitleProperties_26(); if (temp == 0) return null; return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetLogScale_27(boolean id0); public void SetLogScale(boolean id0) { SetLogScale_27(id0); } private native boolean GetLogScale_28(); public boolean GetLogScale() { return GetLogScale_28(); } private native void SetGridVisible_29(boolean id0); public void SetGridVisible(boolean id0) { SetGridVisible_29(id0); } private native boolean GetGridVisible_30(); public boolean GetGridVisible() { return GetGridVisible_30(); } private native void SetLabelsVisible_31(boolean id0); public void SetLabelsVisible(boolean id0) { SetLabelsVisible_31(id0); } private native boolean GetLabelsVisible_32(); public boolean GetLabelsVisible() { return GetLabelsVisible_32(); } private native void SetPrecision_33(int id0); public void SetPrecision(int id0) { SetPrecision_33(id0); } private native int GetPrecision_34(); public int GetPrecision() { return GetPrecision_34(); } private native void SetNotation_35(int id0); public void SetNotation(int id0) { SetNotation_35(id0); } private native int GetNotation_36(); public int GetNotation() { return GetNotation_36(); } private native void SetBehavior_37(int id0); public void SetBehavior(int id0) { SetBehavior_37(id0); } private native int GetBehavior_38(); public int GetBehavior() { return GetBehavior_38(); } private native long GetPen_39(); public vtkPen GetPen() { long temp = GetPen_39(); if (temp == 0) return null; return (vtkPen)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetGridPen_40(); public vtkPen GetGridPen() { long temp = GetGridPen_40(); if (temp == 0) return null; return (vtkPen)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetTickLabelAlgorithm_41(int id0); public void SetTickLabelAlgorithm(int id0) { SetTickLabelAlgorithm_41(id0); } private native int GetTickLabelAlgorithm_42(); public int GetTickLabelAlgorithm() { return GetTickLabelAlgorithm_42(); } private native void Update_43(); public void Update() { Update_43(); } private native boolean Paint_44(vtkContext2D id0); public boolean Paint(vtkContext2D id0) { return Paint_44(id0); } private native void AutoScale_45(); public void AutoScale() { AutoScale_45(); } private native void RecalculateTickSpacing_46(); public void RecalculateTickSpacing() { RecalculateTickSpacing_46(); } private native long GetTickPositions_47(); public vtkDoubleArray GetTickPositions() { long temp = GetTickPositions_47(); if (temp == 0) return null; return (vtkDoubleArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetTickPositions_48(vtkDoubleArray id0); public void SetTickPositions(vtkDoubleArray id0) { SetTickPositions_48(id0); } private native long GetTickScenePositions_49(); public vtkFloatArray GetTickScenePositions() { long temp = GetTickScenePositions_49(); if (temp == 0) return null; return (vtkFloatArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetTickLabels_50(); public vtkStringArray GetTickLabels() { long temp = GetTickLabels_50(); if (temp == 0) return null; return (vtkStringArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetTickLabels_51(vtkStringArray id0); public void SetTickLabels(vtkStringArray id0) { SetTickLabels_51(id0); } public vtkAxis() { super(); } public vtkAxis(long id) { super(id); } public native long VTKInit(); }