X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=vtk%2Fsrc%2Fvtk%2FvtkCubeAxesActor2D.java;h=b431835f5fc44f080a0f1f262ae107929e9ac315;hb=923dc84d6d22c7b80039dd4e07bec088ab78ea33;hp=c82d005916fe2db0157fa819f0022693ee725c26;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkCubeAxesActor2D.java b/vtk/src/vtk/vtkCubeAxesActor2D.java index c82d0059..b431835f 100644 --- a/vtk/src/vtk/vtkCubeAxesActor2D.java +++ b/vtk/src/vtk/vtkCubeAxesActor2D.java @@ -1,399 +1,391 @@ -// 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(); - -} +// java wrapper for vtkCubeAxesActor2D object +// + +package vtk; +import vtk.*; + +public class vtkCubeAxesActor2D extends vtkActor2D +{ + + private native int IsTypeOf_0(String id0); + public int IsTypeOf(String id0) + { return IsTypeOf_0(id0); } + + 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 SetInputConnection_6(vtkAlgorithmOutput id0); + public void SetInputConnection(vtkAlgorithmOutput id0) + { SetInputConnection_6(id0); } + + private native void SetInputData_7(vtkDataSet id0); + public void SetInputData(vtkDataSet id0) + { SetInputData_7(id0); } + + private native long GetInput_8(); + public vtkDataSet GetInput() { + long temp = GetInput_8(); + + if (temp == 0) return null; + return (vtkDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetViewProp_9(vtkProp id0); + public void SetViewProp(vtkProp id0) + { SetViewProp_9(id0); } + + private native long GetViewProp_10(); + public vtkProp GetViewProp() { + long temp = GetViewProp_10(); + + if (temp == 0) return null; + return (vtkProp)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetBounds_11(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_11(id0,id1,id2,id3,id4,id5); } + + private native void SetBounds_12(double id0[]); + public void SetBounds(double id0[]) + { SetBounds_12(id0); } + + private native double[] GetBounds_13(); + public double[] GetBounds() + { return GetBounds_13(); } + + private native void GetBounds_14(double id0[]); + public void GetBounds(double id0[]) + { GetBounds_14(id0); } + + private native void SetRanges_15(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_15(id0,id1,id2,id3,id4,id5); } + + private native void SetRanges_16(double id0[]); + public void SetRanges(double id0[]) + { SetRanges_16(id0); } + + private native double[] GetRanges_17(); + public double[] GetRanges() + { return GetRanges_17(); } + + private native void GetRanges_18(double id0[]); + public void GetRanges(double id0[]) + { GetRanges_18(id0); } + + private native void SetXOrigin_19(double id0); + public void SetXOrigin(double id0) + { SetXOrigin_19(id0); } + + private native void SetYOrigin_20(double id0); + public void SetYOrigin(double id0) + { SetYOrigin_20(id0); } + + private native void SetZOrigin_21(double id0); + public void SetZOrigin(double id0) + { SetZOrigin_21(id0); } + + private native void SetUseRanges_22(int id0); + public void SetUseRanges(int id0) + { SetUseRanges_22(id0); } + + private native int GetUseRanges_23(); + public int GetUseRanges() + { return GetUseRanges_23(); } + + private native void UseRangesOn_24(); + public void UseRangesOn() + { UseRangesOn_24(); } + + private native void UseRangesOff_25(); + public void UseRangesOff() + { UseRangesOff_25(); } + + private native void SetCamera_26(vtkCamera id0); + public void SetCamera(vtkCamera id0) + { SetCamera_26(id0); } + + private native long GetCamera_27(); + public vtkCamera GetCamera() { + long temp = GetCamera_27(); + + if (temp == 0) return null; + return (vtkCamera)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetFlyMode_28(int id0); + public void SetFlyMode(int id0) + { SetFlyMode_28(id0); } + + private native int GetFlyModeMinValue_29(); + public int GetFlyModeMinValue() + { return GetFlyModeMinValue_29(); } + + private native int GetFlyModeMaxValue_30(); + public int GetFlyModeMaxValue() + { return GetFlyModeMaxValue_30(); } + + private native int GetFlyMode_31(); + public int GetFlyMode() + { return GetFlyMode_31(); } + + private native void SetFlyModeToOuterEdges_32(); + public void SetFlyModeToOuterEdges() + { SetFlyModeToOuterEdges_32(); } + + private native void SetFlyModeToClosestTriad_33(); + public void SetFlyModeToClosestTriad() + { SetFlyModeToClosestTriad_33(); } + + private native void SetFlyModeToNone_34(); + public void SetFlyModeToNone() + { SetFlyModeToNone_34(); } + + private native void SetScaling_35(int id0); + public void SetScaling(int id0) + { SetScaling_35(id0); } + + private native int GetScaling_36(); + public int GetScaling() + { return GetScaling_36(); } + + private native void ScalingOn_37(); + public void ScalingOn() + { ScalingOn_37(); } + + private native void ScalingOff_38(); + public void ScalingOff() + { ScalingOff_38(); } + + private native void SetNumberOfLabels_39(int id0); + public void SetNumberOfLabels(int id0) + { SetNumberOfLabels_39(id0); } + + private native int GetNumberOfLabelsMinValue_40(); + public int GetNumberOfLabelsMinValue() + { return GetNumberOfLabelsMinValue_40(); } + + private native int GetNumberOfLabelsMaxValue_41(); + public int GetNumberOfLabelsMaxValue() + { return GetNumberOfLabelsMaxValue_41(); } + + private native int GetNumberOfLabels_42(); + public int GetNumberOfLabels() + { return GetNumberOfLabels_42(); } + + private native void SetXLabel_43(String id0); + public void SetXLabel(String id0) + { SetXLabel_43(id0); } + + private native String GetXLabel_44(); + public String GetXLabel() + { return GetXLabel_44(); } + + private native void SetYLabel_45(String id0); + public void SetYLabel(String id0) + { SetYLabel_45(id0); } + + private native String GetYLabel_46(); + public String GetYLabel() + { return GetYLabel_46(); } + + private native void SetZLabel_47(String id0); + public void SetZLabel(String id0) + { SetZLabel_47(id0); } + + private native String GetZLabel_48(); + public String GetZLabel() + { return GetZLabel_48(); } + + private native long GetXAxisActor2D_49(); + public vtkAxisActor2D GetXAxisActor2D() { + long temp = GetXAxisActor2D_49(); + + if (temp == 0) return null; + return (vtkAxisActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetYAxisActor2D_50(); + public vtkAxisActor2D GetYAxisActor2D() { + long temp = GetYAxisActor2D_50(); + + if (temp == 0) return null; + return (vtkAxisActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetZAxisActor2D_51(); + public vtkAxisActor2D GetZAxisActor2D() { + long temp = GetZAxisActor2D_51(); + + if (temp == 0) return null; + return (vtkAxisActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetAxisTitleTextProperty_52(vtkTextProperty id0); + public void SetAxisTitleTextProperty(vtkTextProperty id0) + { SetAxisTitleTextProperty_52(id0); } + + private native long GetAxisTitleTextProperty_53(); + public vtkTextProperty GetAxisTitleTextProperty() { + long temp = GetAxisTitleTextProperty_53(); + + if (temp == 0) return null; + return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetAxisLabelTextProperty_54(vtkTextProperty id0); + public void SetAxisLabelTextProperty(vtkTextProperty id0) + { SetAxisLabelTextProperty_54(id0); } + + private native long GetAxisLabelTextProperty_55(); + public vtkTextProperty GetAxisLabelTextProperty() { + long temp = GetAxisLabelTextProperty_55(); + + if (temp == 0) return null; + return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetLabelFormat_56(String id0); + public void SetLabelFormat(String id0) + { SetLabelFormat_56(id0); } + + private native String GetLabelFormat_57(); + public String GetLabelFormat() + { return GetLabelFormat_57(); } + + private native void SetFontFactor_58(double id0); + public void SetFontFactor(double id0) + { SetFontFactor_58(id0); } + + private native double GetFontFactorMinValue_59(); + public double GetFontFactorMinValue() + { return GetFontFactorMinValue_59(); } + + private native double GetFontFactorMaxValue_60(); + public double GetFontFactorMaxValue() + { return GetFontFactorMaxValue_60(); } + + private native double GetFontFactor_61(); + public double GetFontFactor() + { return GetFontFactor_61(); } + + private native void SetInertia_62(int id0); + public void SetInertia(int id0) + { SetInertia_62(id0); } + + private native int GetInertiaMinValue_63(); + public int GetInertiaMinValue() + { return GetInertiaMinValue_63(); } + + private native int GetInertiaMaxValue_64(); + public int GetInertiaMaxValue() + { return GetInertiaMaxValue_64(); } + + private native int GetInertia_65(); + public int GetInertia() + { return GetInertia_65(); } + + private native void SetShowActualBounds_66(int id0); + public void SetShowActualBounds(int id0) + { SetShowActualBounds_66(id0); } + + private native int GetShowActualBoundsMinValue_67(); + public int GetShowActualBoundsMinValue() + { return GetShowActualBoundsMinValue_67(); } + + private native int GetShowActualBoundsMaxValue_68(); + public int GetShowActualBoundsMaxValue() + { return GetShowActualBoundsMaxValue_68(); } + + private native int GetShowActualBounds_69(); + public int GetShowActualBounds() + { return GetShowActualBounds_69(); } + + private native void SetCornerOffset_70(double id0); + public void SetCornerOffset(double id0) + { SetCornerOffset_70(id0); } + + private native double GetCornerOffset_71(); + public double GetCornerOffset() + { return GetCornerOffset_71(); } + + private native void ReleaseGraphicsResources_72(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_72(id0); } + + private native void SetXAxisVisibility_73(int id0); + public void SetXAxisVisibility(int id0) + { SetXAxisVisibility_73(id0); } + + private native int GetXAxisVisibility_74(); + public int GetXAxisVisibility() + { return GetXAxisVisibility_74(); } + + private native void XAxisVisibilityOn_75(); + public void XAxisVisibilityOn() + { XAxisVisibilityOn_75(); } + + private native void XAxisVisibilityOff_76(); + public void XAxisVisibilityOff() + { XAxisVisibilityOff_76(); } + + private native void SetYAxisVisibility_77(int id0); + public void SetYAxisVisibility(int id0) + { SetYAxisVisibility_77(id0); } + + private native int GetYAxisVisibility_78(); + public int GetYAxisVisibility() + { return GetYAxisVisibility_78(); } + + private native void YAxisVisibilityOn_79(); + public void YAxisVisibilityOn() + { YAxisVisibilityOn_79(); } + + private native void YAxisVisibilityOff_80(); + public void YAxisVisibilityOff() + { YAxisVisibilityOff_80(); } + + private native void SetZAxisVisibility_81(int id0); + public void SetZAxisVisibility(int id0) + { SetZAxisVisibility_81(id0); } + + private native int GetZAxisVisibility_82(); + public int GetZAxisVisibility() + { return GetZAxisVisibility_82(); } + + private native void ZAxisVisibilityOn_83(); + public void ZAxisVisibilityOn() + { ZAxisVisibilityOn_83(); } + + private native void ZAxisVisibilityOff_84(); + public void ZAxisVisibilityOff() + { ZAxisVisibilityOff_84(); } + + private native void ShallowCopy_85(vtkCubeAxesActor2D id0); + public void ShallowCopy(vtkCubeAxesActor2D id0) + { ShallowCopy_85(id0); } + + public vtkCubeAxesActor2D() { super(); } + + public vtkCubeAxesActor2D(long id) { super(id); } + public native long VTKInit(); + +}