X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkConeLayoutStrategy.java;h=70d749c50266db57df6b030612489abe9a52d9a7;hb=7e8142b80067a2af52ceb5bdf3a9307756c1c78c;hp=9669f625c656267d6801d5b5f156526255ded0aa;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkConeLayoutStrategy.java b/vtk/src/vtk/vtkConeLayoutStrategy.java index 9669f625..70d749c5 100644 --- a/vtk/src/vtk/vtkConeLayoutStrategy.java +++ b/vtk/src/vtk/vtkConeLayoutStrategy.java @@ -1,59 +1,59 @@ -// java wrapper for vtkConeLayoutStrategy object -// - -package vtk; -import vtk.*; - -public class vtkConeLayoutStrategy extends vtkGraphLayoutStrategy -{ - - 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 SetCompactness_2(double id0); - public void SetCompactness(double id0) - { SetCompactness_2(id0); } - - private native double GetCompactness_3(); - public double GetCompactness() - { return GetCompactness_3(); } - - private native void SetCompression_4(int id0); - public void SetCompression(int id0) - { SetCompression_4(id0); } - - private native int GetCompression_5(); - public int GetCompression() - { return GetCompression_5(); } - - private native void CompressionOn_6(); - public void CompressionOn() - { CompressionOn_6(); } - - private native void CompressionOff_7(); - public void CompressionOff() - { CompressionOff_7(); } - - private native void SetSpacing_8(double id0); - public void SetSpacing(double id0) - { SetSpacing_8(id0); } - - private native double GetSpacing_9(); - public double GetSpacing() - { return GetSpacing_9(); } - - private native void Layout_10(); - public void Layout() - { Layout_10(); } - - public vtkConeLayoutStrategy() { super(); } - - public vtkConeLayoutStrategy(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkConeLayoutStrategy object +// + +package vtk; +import vtk.*; + +public class vtkConeLayoutStrategy extends vtkGraphLayoutStrategy +{ + + 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 void SetCompactness_2(double id0); + public void SetCompactness(double id0) + { SetCompactness_2(id0); } + + private native double GetCompactness_3(); + public double GetCompactness() + { return GetCompactness_3(); } + + private native void SetCompression_4(int id0); + public void SetCompression(int id0) + { SetCompression_4(id0); } + + private native int GetCompression_5(); + public int GetCompression() + { return GetCompression_5(); } + + private native void CompressionOn_6(); + public void CompressionOn() + { CompressionOn_6(); } + + private native void CompressionOff_7(); + public void CompressionOff() + { CompressionOff_7(); } + + private native void SetSpacing_8(double id0); + public void SetSpacing(double id0) + { SetSpacing_8(id0); } + + private native double GetSpacing_9(); + public double GetSpacing() + { return GetSpacing_9(); } + + private native void Layout_10(); + public void Layout() + { Layout_10(); } + + public vtkConeLayoutStrategy() { super(); } + + public vtkConeLayoutStrategy(long id) { super(id); } + public native long VTKInit(); + +}