X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkTreeMapLayoutStrategy.java;h=407568569a26f2596b1a4e6f1b555eca2f836049;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=4e7cd433afe2a6ae490904d14508b4ed772f4947;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkTreeMapLayoutStrategy.java b/vtk/src/vtk/vtkTreeMapLayoutStrategy.java index 4e7cd433..40756856 100644 --- a/vtk/src/vtk/vtkTreeMapLayoutStrategy.java +++ b/vtk/src/vtk/vtkTreeMapLayoutStrategy.java @@ -1,26 +1,26 @@ -// java wrapper for vtkTreeMapLayoutStrategy object -// - -package vtk; -import vtk.*; - -public class vtkTreeMapLayoutStrategy extends vtkAreaLayoutStrategy -{ - - 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 FindVertex_2(vtkTree id0,vtkDataArray id1,double id2[]); - public int FindVertex(vtkTree id0,vtkDataArray id1,double id2[]) - { return FindVertex_2(id0,id1,id2); } - - public vtkTreeMapLayoutStrategy() { super(); } - - public vtkTreeMapLayoutStrategy(long id) { super(id); } - -} +// java wrapper for vtkTreeMapLayoutStrategy object +// + +package vtk; +import vtk.*; + +public class vtkTreeMapLayoutStrategy extends vtkAreaLayoutStrategy +{ + + 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 FindVertex_2(vtkTree id0,vtkDataArray id1,double id2[]); + public int FindVertex(vtkTree id0,vtkDataArray id1,double id2[]) + { return FindVertex_2(id0,id1,id2); } + + public vtkTreeMapLayoutStrategy() { super(); } + + public vtkTreeMapLayoutStrategy(long id) { super(id); } + +}