// java wrapper for vtkCubeAxesActor2D object // package vtk; import vtk.*; public class vtkCubeAxesActor2D extends vtkActor2D { 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 RenderOverlay_2(vtkViewport id0); public int RenderOverlay(vtkViewport id0) { return RenderOverlay_2(id0); } private native int RenderOpaqueGeometry_3(vtkViewport id0); public int RenderOpaqueGeometry(vtkViewport id0) { return RenderOpaqueGeometry_3(id0); } private native int RenderTranslucentPolygonalGeometry_4(vtkViewport id0); public int RenderTranslucentPolygonalGeometry(vtkViewport id0) { return RenderTranslucentPolygonalGeometry_4(id0); } private native int HasTranslucentPolygonalGeometry_5(); public int HasTranslucentPolygonalGeometry() { return HasTranslucentPolygonalGeometry_5(); } private native void SetInput_6(vtkDataSet id0); public void SetInput(vtkDataSet id0) { SetInput_6(id0); } private native long GetInput_7(); public vtkDataSet GetInput() { long temp = GetInput_7(); if (temp == 0) return null; return (vtkDataSet)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetViewProp_8(vtkProp id0); public void SetViewProp(vtkProp id0) { SetViewProp_8(id0); } private native long GetViewProp_9(); public vtkProp GetViewProp() { long temp = GetViewProp_9(); if (temp == 0) return null; return (vtkProp)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetBounds_10(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_10(id0,id1,id2,id3,id4,id5); } private native void SetBounds_11(double id0[]); public void SetBounds(double id0[]) { SetBounds_11(id0); } private native double[] GetBounds_12(); public double[] GetBounds() { return GetBounds_12(); } private native void GetBounds_13(double id0[]); public void GetBounds(double id0[]) { GetBounds_13(id0); } private native void SetRanges_14(double id0,double id1,double id2,double id3,double id4,double id5); public void SetRanges(double id0,double id1,double id2,double id3,double id4,double id5) { SetRanges_14(id0,id1,id2,id3,id4,id5); } private native void SetRanges_15(double id0[]); public void SetRanges(double id0[]) { SetRanges_15(id0); } private native double[] GetRanges_16(); public double[] GetRanges() { return GetRanges_16(); } private native void GetRanges_17(double id0[]); public void GetRanges(double id0[]) { GetRanges_17(id0); } private native void SetXOrigin_18(double id0); public void SetXOrigin(double id0) { SetXOrigin_18(id0); } private native void SetYOrigin_19(double id0); public void SetYOrigin(double id0) { SetYOrigin_19(id0); } private native void SetZOrigin_20(double id0); public void SetZOrigin(double id0) { SetZOrigin_20(id0); } private native void SetUseRanges_21(int id0); public void SetUseRanges(int id0) { SetUseRanges_21(id0); } private native int GetUseRanges_22(); public int GetUseRanges() { return GetUseRanges_22(); } private native void UseRangesOn_23(); public void UseRangesOn() { UseRangesOn_23(); } private native void UseRangesOff_24(); public void UseRangesOff() { UseRangesOff_24(); } private native void SetCamera_25(vtkCamera id0); public void SetCamera(vtkCamera id0) { SetCamera_25(id0); } private native long GetCamera_26(); public vtkCamera GetCamera() { long temp = GetCamera_26(); if (temp == 0) return null; return (vtkCamera)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetFlyMode_27(int id0); public void SetFlyMode(int id0) { SetFlyMode_27(id0); } private native int GetFlyModeMinValue_28(); public int GetFlyModeMinValue() { return GetFlyModeMinValue_28(); } private native int GetFlyModeMaxValue_29(); public int GetFlyModeMaxValue() { return GetFlyModeMaxValue_29(); } private native int GetFlyMode_30(); public int GetFlyMode() { return GetFlyMode_30(); } private native void SetFlyModeToOuterEdges_31(); public void SetFlyModeToOuterEdges() { SetFlyModeToOuterEdges_31(); } private native void SetFlyModeToClosestTriad_32(); public void SetFlyModeToClosestTriad() { SetFlyModeToClosestTriad_32(); } private native void SetFlyModeToNone_33(); public void SetFlyModeToNone() { SetFlyModeToNone_33(); } private native void SetScaling_34(int id0); public void SetScaling(int id0) { SetScaling_34(id0); } private native int GetScaling_35(); public int GetScaling() { return GetScaling_35(); } private native void ScalingOn_36(); public void ScalingOn() { ScalingOn_36(); } private native void ScalingOff_37(); public void ScalingOff() { ScalingOff_37(); } private native void SetNumberOfLabels_38(int id0); public void SetNumberOfLabels(int id0) { SetNumberOfLabels_38(id0); } private native int GetNumberOfLabelsMinValue_39(); public int GetNumberOfLabelsMinValue() { return GetNumberOfLabelsMinValue_39(); } private native int GetNumberOfLabelsMaxValue_40(); public int GetNumberOfLabelsMaxValue() { return GetNumberOfLabelsMaxValue_40(); } private native int GetNumberOfLabels_41(); public int GetNumberOfLabels() { return GetNumberOfLabels_41(); } private native void SetXLabel_42(String id0); public void SetXLabel(String id0) { SetXLabel_42(id0); } private native String GetXLabel_43(); public String GetXLabel() { return GetXLabel_43(); } private native void SetYLabel_44(String id0); public void SetYLabel(String id0) { SetYLabel_44(id0); } private native String GetYLabel_45(); public String GetYLabel() { return GetYLabel_45(); } private native void SetZLabel_46(String id0); public void SetZLabel(String id0) { SetZLabel_46(id0); } private native String GetZLabel_47(); public String GetZLabel() { return GetZLabel_47(); } private native long GetXAxisActor2D_48(); public vtkAxisActor2D GetXAxisActor2D() { long temp = GetXAxisActor2D_48(); if (temp == 0) return null; return (vtkAxisActor2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetYAxisActor2D_49(); public vtkAxisActor2D GetYAxisActor2D() { long temp = GetYAxisActor2D_49(); if (temp == 0) return null; return (vtkAxisActor2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetZAxisActor2D_50(); public vtkAxisActor2D GetZAxisActor2D() { long temp = GetZAxisActor2D_50(); if (temp == 0) return null; return (vtkAxisActor2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetAxisTitleTextProperty_51(vtkTextProperty id0); public void SetAxisTitleTextProperty(vtkTextProperty id0) { SetAxisTitleTextProperty_51(id0); } private native long GetAxisTitleTextProperty_52(); public vtkTextProperty GetAxisTitleTextProperty() { long temp = GetAxisTitleTextProperty_52(); if (temp == 0) return null; return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetAxisLabelTextProperty_53(vtkTextProperty id0); public void SetAxisLabelTextProperty(vtkTextProperty id0) { SetAxisLabelTextProperty_53(id0); } private native long GetAxisLabelTextProperty_54(); public vtkTextProperty GetAxisLabelTextProperty() { long temp = GetAxisLabelTextProperty_54(); if (temp == 0) return null; return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetLabelFormat_55(String id0); public void SetLabelFormat(String id0) { SetLabelFormat_55(id0); } private native String GetLabelFormat_56(); public String GetLabelFormat() { return GetLabelFormat_56(); } private native void SetFontFactor_57(double id0); public void SetFontFactor(double id0) { SetFontFactor_57(id0); } private native double GetFontFactorMinValue_58(); public double GetFontFactorMinValue() { return GetFontFactorMinValue_58(); } private native double GetFontFactorMaxValue_59(); public double GetFontFactorMaxValue() { return GetFontFactorMaxValue_59(); } private native double GetFontFactor_60(); public double GetFontFactor() { return GetFontFactor_60(); } private native void SetInertia_61(int id0); public void SetInertia(int id0) { SetInertia_61(id0); } private native int GetInertiaMinValue_62(); public int GetInertiaMinValue() { return GetInertiaMinValue_62(); } private native int GetInertiaMaxValue_63(); public int GetInertiaMaxValue() { return GetInertiaMaxValue_63(); } private native int GetInertia_64(); public int GetInertia() { return GetInertia_64(); } private native void SetShowActualBounds_65(int id0); public void SetShowActualBounds(int id0) { SetShowActualBounds_65(id0); } private native int GetShowActualBoundsMinValue_66(); public int GetShowActualBoundsMinValue() { return GetShowActualBoundsMinValue_66(); } private native int GetShowActualBoundsMaxValue_67(); public int GetShowActualBoundsMaxValue() { return GetShowActualBoundsMaxValue_67(); } private native int GetShowActualBounds_68(); public int GetShowActualBounds() { return GetShowActualBounds_68(); } private native void SetCornerOffset_69(double id0); public void SetCornerOffset(double id0) { SetCornerOffset_69(id0); } private native double GetCornerOffset_70(); public double GetCornerOffset() { return GetCornerOffset_70(); } private native void ReleaseGraphicsResources_71(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_71(id0); } private native void SetXAxisVisibility_72(int id0); public void SetXAxisVisibility(int id0) { SetXAxisVisibility_72(id0); } private native int GetXAxisVisibility_73(); public int GetXAxisVisibility() { return GetXAxisVisibility_73(); } private native void XAxisVisibilityOn_74(); public void XAxisVisibilityOn() { XAxisVisibilityOn_74(); } private native void XAxisVisibilityOff_75(); public void XAxisVisibilityOff() { XAxisVisibilityOff_75(); } private native void SetYAxisVisibility_76(int id0); public void SetYAxisVisibility(int id0) { SetYAxisVisibility_76(id0); } private native int GetYAxisVisibility_77(); public int GetYAxisVisibility() { return GetYAxisVisibility_77(); } private native void YAxisVisibilityOn_78(); public void YAxisVisibilityOn() { YAxisVisibilityOn_78(); } private native void YAxisVisibilityOff_79(); public void YAxisVisibilityOff() { YAxisVisibilityOff_79(); } private native void SetZAxisVisibility_80(int id0); public void SetZAxisVisibility(int id0) { SetZAxisVisibility_80(id0); } private native int GetZAxisVisibility_81(); public int GetZAxisVisibility() { return GetZAxisVisibility_81(); } private native void ZAxisVisibilityOn_82(); public void ZAxisVisibilityOn() { ZAxisVisibilityOn_82(); } private native void ZAxisVisibilityOff_83(); public void ZAxisVisibilityOff() { ZAxisVisibilityOff_83(); } private native void ShallowCopy_84(vtkCubeAxesActor2D id0); public void ShallowCopy(vtkCubeAxesActor2D id0) { ShallowCopy_84(id0); } private native void SetProp_85(vtkProp id0); public void SetProp(vtkProp id0) { SetProp_85(id0); } private native long GetProp_86(); public vtkProp GetProp() { long temp = GetProp_86(); if (temp == 0) return null; return (vtkProp)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkCubeAxesActor2D() { super(); } public vtkCubeAxesActor2D(long id) { super(id); } public native long VTKInit(); }