// java wrapper for vtkPolarAxesActor object // package vtk; import vtk.*; public class vtkPolarAxesActor extends vtkActor { 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 int RenderOpaqueGeometry_2(vtkViewport id0); public int RenderOpaqueGeometry(vtkViewport id0) { return RenderOpaqueGeometry_2(id0); } private native int RenderTranslucentPolygonalGeometry_3(vtkViewport id0); public int RenderTranslucentPolygonalGeometry(vtkViewport id0) { return RenderTranslucentPolygonalGeometry_3(id0); } private native void SetPole_4(double id0[]); public void SetPole(double id0[]) { SetPole_4(id0); } private native void SetPole_5(double id0,double id1,double id2); public void SetPole(double id0,double id1,double id2) { SetPole_5(id0,id1,id2); } private native double[] GetPole_6(); public double[] GetPole() { return GetPole_6(); } private native void SetNumberOfRadialAxes_7(int id0); public void SetNumberOfRadialAxes(int id0) { SetNumberOfRadialAxes_7(id0); } private native int GetNumberOfRadialAxes_8(); public int GetNumberOfRadialAxes() { return GetNumberOfRadialAxes_8(); } private native void SetNumberOfPolarAxisTicks_9(int id0); public void SetNumberOfPolarAxisTicks(int id0) { SetNumberOfPolarAxisTicks_9(id0); } private native int GetNumberOfPolarAxisTicksMinValue_10(); public int GetNumberOfPolarAxisTicksMinValue() { return GetNumberOfPolarAxisTicksMinValue_10(); } private native int GetNumberOfPolarAxisTicksMaxValue_11(); public int GetNumberOfPolarAxisTicksMaxValue() { return GetNumberOfPolarAxisTicksMaxValue_11(); } private native int GetNumberOfPolarAxisTicks_12(); public int GetNumberOfPolarAxisTicks() { return GetNumberOfPolarAxisTicks_12(); } private native void SetAutoSubdividePolarAxis_13(boolean id0); public void SetAutoSubdividePolarAxis(boolean id0) { SetAutoSubdividePolarAxis_13(id0); } private native boolean GetAutoSubdividePolarAxis_14(); public boolean GetAutoSubdividePolarAxis() { return GetAutoSubdividePolarAxis_14(); } private native void AutoSubdividePolarAxisOn_15(); public void AutoSubdividePolarAxisOn() { AutoSubdividePolarAxisOn_15(); } private native void AutoSubdividePolarAxisOff_16(); public void AutoSubdividePolarAxisOff() { AutoSubdividePolarAxisOff_16(); } private native void SetMaximumRadius_17(double id0); public void SetMaximumRadius(double id0) { SetMaximumRadius_17(id0); } private native double GetMaximumRadius_18(); public double GetMaximumRadius() { return GetMaximumRadius_18(); } private native void SetAutoScaleRadius_19(boolean id0); public void SetAutoScaleRadius(boolean id0) { SetAutoScaleRadius_19(id0); } private native boolean GetAutoScaleRadius_20(); public boolean GetAutoScaleRadius() { return GetAutoScaleRadius_20(); } private native void SetMinimumAngle_21(double id0); public void SetMinimumAngle(double id0) { SetMinimumAngle_21(id0); } private native double GetMinimumAngle_22(); public double GetMinimumAngle() { return GetMinimumAngle_22(); } private native void SetMaximumAngle_23(double id0); public void SetMaximumAngle(double id0) { SetMaximumAngle_23(id0); } private native double GetMaximumAngle_24(); public double GetMaximumAngle() { return GetMaximumAngle_24(); } private native void SetSmallestVisiblePolarAngle_25(double id0); public void SetSmallestVisiblePolarAngle(double id0) { SetSmallestVisiblePolarAngle_25(id0); } private native double GetSmallestVisiblePolarAngleMinValue_26(); public double GetSmallestVisiblePolarAngleMinValue() { return GetSmallestVisiblePolarAngleMinValue_26(); } private native double GetSmallestVisiblePolarAngleMaxValue_27(); public double GetSmallestVisiblePolarAngleMaxValue() { return GetSmallestVisiblePolarAngleMaxValue_27(); } private native double GetSmallestVisiblePolarAngle_28(); public double GetSmallestVisiblePolarAngle() { return GetSmallestVisiblePolarAngle_28(); } private native void SetRadialUnits_29(boolean id0); public void SetRadialUnits(boolean id0) { SetRadialUnits_29(id0); } private native boolean GetRadialUnits_30(); public boolean GetRadialUnits() { return GetRadialUnits_30(); } private native void SetScreenSize_31(double id0); public void SetScreenSize(double id0) { SetScreenSize_31(id0); } private native double GetScreenSize_32(); public double GetScreenSize() { return GetScreenSize_32(); } private native void SetCamera_33(vtkCamera id0); public void SetCamera(vtkCamera id0) { SetCamera_33(id0); } private native long GetCamera_34(); public vtkCamera GetCamera() { long temp = GetCamera_34(); if (temp == 0) return null; return (vtkCamera)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetPolarAxisTitle_35(String id0); public void SetPolarAxisTitle(String id0) { SetPolarAxisTitle_35(id0); } private native String GetPolarAxisTitle_36(); public String GetPolarAxisTitle() { return GetPolarAxisTitle_36(); } private native void SetPolarLabelFormat_37(String id0); public void SetPolarLabelFormat(String id0) { SetPolarLabelFormat_37(id0); } private native String GetPolarLabelFormat_38(); public String GetPolarLabelFormat() { return GetPolarLabelFormat_38(); } private native void ReleaseGraphicsResources_39(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_39(id0); } private native void SetEnableDistanceLOD_40(int id0); public void SetEnableDistanceLOD(int id0) { SetEnableDistanceLOD_40(id0); } private native int GetEnableDistanceLOD_41(); public int GetEnableDistanceLOD() { return GetEnableDistanceLOD_41(); } private native void SetDistanceLODThreshold_42(double id0); public void SetDistanceLODThreshold(double id0) { SetDistanceLODThreshold_42(id0); } private native double GetDistanceLODThresholdMinValue_43(); public double GetDistanceLODThresholdMinValue() { return GetDistanceLODThresholdMinValue_43(); } private native double GetDistanceLODThresholdMaxValue_44(); public double GetDistanceLODThresholdMaxValue() { return GetDistanceLODThresholdMaxValue_44(); } private native double GetDistanceLODThreshold_45(); public double GetDistanceLODThreshold() { return GetDistanceLODThreshold_45(); } private native void SetEnableViewAngleLOD_46(int id0); public void SetEnableViewAngleLOD(int id0) { SetEnableViewAngleLOD_46(id0); } private native int GetEnableViewAngleLOD_47(); public int GetEnableViewAngleLOD() { return GetEnableViewAngleLOD_47(); } private native void SetViewAngleLODThreshold_48(double id0); public void SetViewAngleLODThreshold(double id0) { SetViewAngleLODThreshold_48(id0); } private native double GetViewAngleLODThresholdMinValue_49(); public double GetViewAngleLODThresholdMinValue() { return GetViewAngleLODThresholdMinValue_49(); } private native double GetViewAngleLODThresholdMaxValue_50(); public double GetViewAngleLODThresholdMaxValue() { return GetViewAngleLODThresholdMaxValue_50(); } private native double GetViewAngleLODThreshold_51(); public double GetViewAngleLODThreshold() { return GetViewAngleLODThreshold_51(); } private native void SetPolarAxisVisibility_52(int id0); public void SetPolarAxisVisibility(int id0) { SetPolarAxisVisibility_52(id0); } private native int GetPolarAxisVisibility_53(); public int GetPolarAxisVisibility() { return GetPolarAxisVisibility_53(); } private native void PolarAxisVisibilityOn_54(); public void PolarAxisVisibilityOn() { PolarAxisVisibilityOn_54(); } private native void PolarAxisVisibilityOff_55(); public void PolarAxisVisibilityOff() { PolarAxisVisibilityOff_55(); } private native void SetPolarTitleVisibility_56(int id0); public void SetPolarTitleVisibility(int id0) { SetPolarTitleVisibility_56(id0); } private native int GetPolarTitleVisibility_57(); public int GetPolarTitleVisibility() { return GetPolarTitleVisibility_57(); } private native void PolarTitleVisibilityOn_58(); public void PolarTitleVisibilityOn() { PolarTitleVisibilityOn_58(); } private native void PolarTitleVisibilityOff_59(); public void PolarTitleVisibilityOff() { PolarTitleVisibilityOff_59(); } private native void SetPolarLabelVisibility_60(int id0); public void SetPolarLabelVisibility(int id0) { SetPolarLabelVisibility_60(id0); } private native int GetPolarLabelVisibility_61(); public int GetPolarLabelVisibility() { return GetPolarLabelVisibility_61(); } private native void PolarLabelVisibilityOn_62(); public void PolarLabelVisibilityOn() { PolarLabelVisibilityOn_62(); } private native void PolarLabelVisibilityOff_63(); public void PolarLabelVisibilityOff() { PolarLabelVisibilityOff_63(); } private native void SetPolarTickVisibility_64(int id0); public void SetPolarTickVisibility(int id0) { SetPolarTickVisibility_64(id0); } private native int GetPolarTickVisibility_65(); public int GetPolarTickVisibility() { return GetPolarTickVisibility_65(); } private native void PolarTickVisibilityOn_66(); public void PolarTickVisibilityOn() { PolarTickVisibilityOn_66(); } private native void PolarTickVisibilityOff_67(); public void PolarTickVisibilityOff() { PolarTickVisibilityOff_67(); } private native void SetRadialAxesVisibility_68(int id0); public void SetRadialAxesVisibility(int id0) { SetRadialAxesVisibility_68(id0); } private native int GetRadialAxesVisibility_69(); public int GetRadialAxesVisibility() { return GetRadialAxesVisibility_69(); } private native void RadialAxesVisibilityOn_70(); public void RadialAxesVisibilityOn() { RadialAxesVisibilityOn_70(); } private native void RadialAxesVisibilityOff_71(); public void RadialAxesVisibilityOff() { RadialAxesVisibilityOff_71(); } private native void SetRadialTitleVisibility_72(int id0); public void SetRadialTitleVisibility(int id0) { SetRadialTitleVisibility_72(id0); } private native int GetRadialTitleVisibility_73(); public int GetRadialTitleVisibility() { return GetRadialTitleVisibility_73(); } private native void RadialTitleVisibilityOn_74(); public void RadialTitleVisibilityOn() { RadialTitleVisibilityOn_74(); } private native void RadialTitleVisibilityOff_75(); public void RadialTitleVisibilityOff() { RadialTitleVisibilityOff_75(); } private native void SetPolarArcsVisibility_76(int id0); public void SetPolarArcsVisibility(int id0) { SetPolarArcsVisibility_76(id0); } private native int GetPolarArcsVisibility_77(); public int GetPolarArcsVisibility() { return GetPolarArcsVisibility_77(); } private native void PolarArcsVisibilityOn_78(); public void PolarArcsVisibilityOn() { PolarArcsVisibilityOn_78(); } private native void PolarArcsVisibilityOff_79(); public void PolarArcsVisibilityOff() { PolarArcsVisibilityOff_79(); } private native void SetPolarAxisTitleTextProperty_80(vtkTextProperty id0); public void SetPolarAxisTitleTextProperty(vtkTextProperty id0) { SetPolarAxisTitleTextProperty_80(id0); } private native long GetPolarAxisTitleTextProperty_81(); public vtkTextProperty GetPolarAxisTitleTextProperty() { long temp = GetPolarAxisTitleTextProperty_81(); if (temp == 0) return null; return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetPolarAxisLabelTextProperty_82(vtkTextProperty id0); public void SetPolarAxisLabelTextProperty(vtkTextProperty id0) { SetPolarAxisLabelTextProperty_82(id0); } private native long GetPolarAxisLabelTextProperty_83(); public vtkTextProperty GetPolarAxisLabelTextProperty() { long temp = GetPolarAxisLabelTextProperty_83(); if (temp == 0) return null; return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetPolarAxisProperty_84(vtkProperty id0); public void SetPolarAxisProperty(vtkProperty id0) { SetPolarAxisProperty_84(id0); } private native long GetPolarAxisProperty_85(); public vtkProperty GetPolarAxisProperty() { long temp = GetPolarAxisProperty_85(); if (temp == 0) return null; return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetRadialAxesProperty_86(vtkProperty id0); public void SetRadialAxesProperty(vtkProperty id0) { SetRadialAxesProperty_86(id0); } private native long GetRadialAxesProperty_87(); public vtkProperty GetRadialAxesProperty() { long temp = GetRadialAxesProperty_87(); if (temp == 0) return null; return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetPolarArcsProperty_88(vtkProperty id0); public void SetPolarArcsProperty(vtkProperty id0) { SetPolarArcsProperty_88(id0); } private native long GetPolarArcsProperty_89(); public vtkProperty GetPolarArcsProperty() { long temp = GetPolarArcsProperty_89(); if (temp == 0) return null; return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetBounds_90(double id0,double id1,double id2,double id3,double id4,double id5); public void SetBounds(double id0,double id1,double id2,double id3,double id4,double id5) { SetBounds_90(id0,id1,id2,id3,id4,id5); } private native void SetBounds_91(double id0[]); public void SetBounds(double id0[]) { SetBounds_91(id0); } private native void GetBounds_92(double id0[]); public void GetBounds(double id0[]) { GetBounds_92(id0); } public vtkPolarAxesActor() { super(); } public vtkPolarAxesActor(long id) { super(id); } public native long VTKInit(); }