X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkTreeMapLayout.java;h=efbdd8c32e96091c683ea09eaf379f1946d6e3f5;hb=da945733caf267fed4cf28206cc99f4f57fbd1e9;hp=b0b5b06a317479e4d12f981fbf880ea8df7504cc;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkTreeMapLayout.java b/vtk/src/vtk/vtkTreeMapLayout.java index b0b5b06a..efbdd8c3 100644 --- a/vtk/src/vtk/vtkTreeMapLayout.java +++ b/vtk/src/vtk/vtkTreeMapLayout.java @@ -1,51 +1,51 @@ -// java wrapper for vtkTreeMapLayout object -// - -package vtk; -import vtk.*; - -public class vtkTreeMapLayout extends vtkTreeAlgorithm -{ - - 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 String GetRectanglesFieldName_2(); - public String GetRectanglesFieldName() - { return GetRectanglesFieldName_2(); } - - private native void SetRectanglesFieldName_3(String id0); - public void SetRectanglesFieldName(String id0) - { SetRectanglesFieldName_3(id0); } - - private native void SetSizeArrayName_4(String id0); - public void SetSizeArrayName(String id0) - { SetSizeArrayName_4(id0); } - - private native long GetLayoutStrategy_5(); - public vtkTreeMapLayoutStrategy GetLayoutStrategy() { - long temp = GetLayoutStrategy_5(); - - if (temp == 0) return null; - return (vtkTreeMapLayoutStrategy)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetLayoutStrategy_6(vtkTreeMapLayoutStrategy id0); - public void SetLayoutStrategy(vtkTreeMapLayoutStrategy id0) - { SetLayoutStrategy_6(id0); } - - private native int GetMTime_7(); - public int GetMTime() - { return GetMTime_7(); } - - public vtkTreeMapLayout() { super(); } - - public vtkTreeMapLayout(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkTreeMapLayout object +// + +package vtk; +import vtk.*; + +public class vtkTreeMapLayout extends vtkTreeAlgorithm +{ + + 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 String GetRectanglesFieldName_2(); + public String GetRectanglesFieldName() + { return GetRectanglesFieldName_2(); } + + private native void SetRectanglesFieldName_3(String id0); + public void SetRectanglesFieldName(String id0) + { SetRectanglesFieldName_3(id0); } + + private native void SetSizeArrayName_4(String id0); + public void SetSizeArrayName(String id0) + { SetSizeArrayName_4(id0); } + + private native long GetLayoutStrategy_5(); + public vtkTreeMapLayoutStrategy GetLayoutStrategy() { + long temp = GetLayoutStrategy_5(); + + if (temp == 0) return null; + return (vtkTreeMapLayoutStrategy)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetLayoutStrategy_6(vtkTreeMapLayoutStrategy id0); + public void SetLayoutStrategy(vtkTreeMapLayoutStrategy id0) + { SetLayoutStrategy_6(id0); } + + private native int GetMTime_7(); + public int GetMTime() + { return GetMTime_7(); } + + public vtkTreeMapLayout() { super(); } + + public vtkTreeMapLayout(long id) { super(id); } + public native long VTKInit(); + +}