X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkTreeMapView.java;h=cd31141c196b7bd51d2debcd380ee65dca1f02bc;hb=5303ddc439764f9263054f519deab7f9f350d561;hp=cc9e6cbd45ecc53a6e0e36193ec87bb5fcb9e7ce;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkTreeMapView.java b/vtk/src/vtk/vtkTreeMapView.java index cc9e6cbd..cd31141c 100644 --- a/vtk/src/vtk/vtkTreeMapView.java +++ b/vtk/src/vtk/vtkTreeMapView.java @@ -1,51 +1,51 @@ -// java wrapper for vtkTreeMapView object -// - -package vtk; -import vtk.*; - -public class vtkTreeMapView extends vtkTreeAreaView -{ - - 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 SetLayoutStrategy_2(vtkAreaLayoutStrategy id0); - public void SetLayoutStrategy(vtkAreaLayoutStrategy id0) - { SetLayoutStrategy_2(id0); } - - private native void SetLayoutStrategy_3(String id0); - public void SetLayoutStrategy(String id0) - { SetLayoutStrategy_3(id0); } - - private native void SetLayoutStrategyToBox_4(); - public void SetLayoutStrategyToBox() - { SetLayoutStrategyToBox_4(); } - - private native void SetLayoutStrategyToSliceAndDice_5(); - public void SetLayoutStrategyToSliceAndDice() - { SetLayoutStrategyToSliceAndDice_5(); } - - private native void SetLayoutStrategyToSquarify_6(); - public void SetLayoutStrategyToSquarify() - { SetLayoutStrategyToSquarify_6(); } - - private native void SetFontSizeRange_7(int id0,int id1,int id2); - public void SetFontSizeRange(int id0,int id1,int id2) - { SetFontSizeRange_7(id0,id1,id2); } - - private native void GetFontSizeRange_8(int id0[]); - public void GetFontSizeRange(int id0[]) - { GetFontSizeRange_8(id0); } - - public vtkTreeMapView() { super(); } - - public vtkTreeMapView(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkTreeMapView object +// + +package vtk; +import vtk.*; + +public class vtkTreeMapView extends vtkTreeAreaView +{ + + 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 SetLayoutStrategy_2(vtkAreaLayoutStrategy id0); + public void SetLayoutStrategy(vtkAreaLayoutStrategy id0) + { SetLayoutStrategy_2(id0); } + + private native void SetLayoutStrategy_3(String id0); + public void SetLayoutStrategy(String id0) + { SetLayoutStrategy_3(id0); } + + private native void SetLayoutStrategyToBox_4(); + public void SetLayoutStrategyToBox() + { SetLayoutStrategyToBox_4(); } + + private native void SetLayoutStrategyToSliceAndDice_5(); + public void SetLayoutStrategyToSliceAndDice() + { SetLayoutStrategyToSliceAndDice_5(); } + + private native void SetLayoutStrategyToSquarify_6(); + public void SetLayoutStrategyToSquarify() + { SetLayoutStrategyToSquarify_6(); } + + private native void SetFontSizeRange_7(int id0,int id1,int id2); + public void SetFontSizeRange(int id0,int id1,int id2) + { SetFontSizeRange_7(id0,id1,id2); } + + private native void GetFontSizeRange_8(int id0[]); + public void GetFontSizeRange(int id0[]) + { GetFontSizeRange_8(id0); } + + public vtkTreeMapView() { super(); } + + public vtkTreeMapView(long id) { super(id); } + public native long VTKInit(); + +}