X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkAxisExtended.java;h=c3154d7498735660f2cd3adea5a51e926da9e1c0;hb=a8fd21b46927e6ab9b6887dd87ddc6eca8161a76;hp=05505c9743fe99df4419cb6afc0eefb952102bbf;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkAxisExtended.java b/vtk/src/vtk/vtkAxisExtended.java index 05505c97..c3154d74 100644 --- a/vtk/src/vtk/vtkAxisExtended.java +++ b/vtk/src/vtk/vtkAxisExtended.java @@ -1,103 +1,103 @@ -// java wrapper for vtkAxisExtended object -// - -package vtk; -import vtk.*; - -public class vtkAxisExtended extends vtkObject -{ - - 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 double Simplicity_2(int id0,int id1,int id2,double id3,double id4,double id5); - public double Simplicity(int id0,int id1,int id2,double id3,double id4,double id5) - { return Simplicity_2(id0,id1,id2,id3,id4,id5); } - - private native double SimplicityMax_3(int id0,int id1,int id2); - public double SimplicityMax(int id0,int id1,int id2) - { return SimplicityMax_3(id0,id1,id2); } - - private native double Coverage_4(double id0,double id1,double id2,double id3); - public double Coverage(double id0,double id1,double id2,double id3) - { return Coverage_4(id0,id1,id2,id3); } - - private native double CoverageMax_5(double id0,double id1,double id2); - public double CoverageMax(double id0,double id1,double id2) - { return CoverageMax_5(id0,id1,id2); } - - private native double Density_6(int id0,double id1,double id2,double id3,double id4,double id5); - public double Density(int id0,double id1,double id2,double id3,double id4,double id5) - { return Density_6(id0,id1,id2,id3,id4,id5); } - - private native double DensityMax_7(int id0,double id1); - public double DensityMax(int id0,double id1) - { return DensityMax_7(id0,id1); } - - private native double FormatLegibilityScore_8(double id0,int id1); - public double FormatLegibilityScore(double id0,int id1) - { return FormatLegibilityScore_8(id0,id1); } - - private native int FormatStringLength_9(int id0,double id1,int id2); - public int FormatStringLength(int id0,double id1,int id2) - { return FormatStringLength_9(id0,id1,id2); } - - private native int GetFontSize_10(); - public int GetFontSize() - { return GetFontSize_10(); } - - private native void SetFontSize_11(int id0); - public void SetFontSize(int id0) - { SetFontSize_11(id0); } - - private native int GetDesiredFontSize_12(); - public int GetDesiredFontSize() - { return GetDesiredFontSize_12(); } - - private native void SetDesiredFontSize_13(int id0); - public void SetDesiredFontSize(int id0) - { SetDesiredFontSize_13(id0); } - - private native int GetPrecision_14(); - public int GetPrecision() - { return GetPrecision_14(); } - - private native void SetPrecision_15(int id0); - public void SetPrecision(int id0) - { SetPrecision_15(id0); } - - private native int GetLabelFormat_16(); - public int GetLabelFormat() - { return GetLabelFormat_16(); } - - private native void SetLabelFormat_17(int id0); - public void SetLabelFormat(int id0) - { SetLabelFormat_17(id0); } - - private native int GetOrientation_18(); - public int GetOrientation() - { return GetOrientation_18(); } - - private native void SetOrientation_19(int id0); - public void SetOrientation(int id0) - { SetOrientation_19(id0); } - - private native boolean GetIsAxisVertical_20(); - public boolean GetIsAxisVertical() - { return GetIsAxisVertical_20(); } - - private native void SetIsAxisVertical_21(boolean id0); - public void SetIsAxisVertical(boolean id0) - { SetIsAxisVertical_21(id0); } - - public vtkAxisExtended() { super(); } - - public vtkAxisExtended(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkAxisExtended object +// + +package vtk; +import vtk.*; + +public class vtkAxisExtended extends vtkObject +{ + + 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 double Simplicity_2(int id0,int id1,int id2,double id3,double id4,double id5); + public double Simplicity(int id0,int id1,int id2,double id3,double id4,double id5) + { return Simplicity_2(id0,id1,id2,id3,id4,id5); } + + private native double SimplicityMax_3(int id0,int id1,int id2); + public double SimplicityMax(int id0,int id1,int id2) + { return SimplicityMax_3(id0,id1,id2); } + + private native double Coverage_4(double id0,double id1,double id2,double id3); + public double Coverage(double id0,double id1,double id2,double id3) + { return Coverage_4(id0,id1,id2,id3); } + + private native double CoverageMax_5(double id0,double id1,double id2); + public double CoverageMax(double id0,double id1,double id2) + { return CoverageMax_5(id0,id1,id2); } + + private native double Density_6(int id0,double id1,double id2,double id3,double id4,double id5); + public double Density(int id0,double id1,double id2,double id3,double id4,double id5) + { return Density_6(id0,id1,id2,id3,id4,id5); } + + private native double DensityMax_7(int id0,double id1); + public double DensityMax(int id0,double id1) + { return DensityMax_7(id0,id1); } + + private native double FormatLegibilityScore_8(double id0,int id1); + public double FormatLegibilityScore(double id0,int id1) + { return FormatLegibilityScore_8(id0,id1); } + + private native int FormatStringLength_9(int id0,double id1,int id2); + public int FormatStringLength(int id0,double id1,int id2) + { return FormatStringLength_9(id0,id1,id2); } + + private native int GetFontSize_10(); + public int GetFontSize() + { return GetFontSize_10(); } + + private native void SetFontSize_11(int id0); + public void SetFontSize(int id0) + { SetFontSize_11(id0); } + + private native int GetDesiredFontSize_12(); + public int GetDesiredFontSize() + { return GetDesiredFontSize_12(); } + + private native void SetDesiredFontSize_13(int id0); + public void SetDesiredFontSize(int id0) + { SetDesiredFontSize_13(id0); } + + private native int GetPrecision_14(); + public int GetPrecision() + { return GetPrecision_14(); } + + private native void SetPrecision_15(int id0); + public void SetPrecision(int id0) + { SetPrecision_15(id0); } + + private native int GetLabelFormat_16(); + public int GetLabelFormat() + { return GetLabelFormat_16(); } + + private native void SetLabelFormat_17(int id0); + public void SetLabelFormat(int id0) + { SetLabelFormat_17(id0); } + + private native int GetOrientation_18(); + public int GetOrientation() + { return GetOrientation_18(); } + + private native void SetOrientation_19(int id0); + public void SetOrientation(int id0) + { SetOrientation_19(id0); } + + private native boolean GetIsAxisVertical_20(); + public boolean GetIsAxisVertical() + { return GetIsAxisVertical_20(); } + + private native void SetIsAxisVertical_21(boolean id0); + public void SetIsAxisVertical(boolean id0) + { SetIsAxisVertical_21(id0); } + + public vtkAxisExtended() { super(); } + + public vtkAxisExtended(long id) { super(id); } + public native long VTKInit(); + +}