]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkTreeMapView.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkTreeMapView.java
1 // java wrapper for vtkTreeMapView object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkTreeMapView extends vtkTreeAreaView
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void SetLayoutStrategy_2(vtkAreaLayoutStrategy id0);
19   public void SetLayoutStrategy(vtkAreaLayoutStrategy id0)
20     { SetLayoutStrategy_2(id0); }
21
22   private native void SetLayoutStrategy_3(String id0);
23   public void SetLayoutStrategy(String id0)
24     { SetLayoutStrategy_3(id0); }
25
26   private native void SetLayoutStrategyToBox_4();
27   public void SetLayoutStrategyToBox()
28     { SetLayoutStrategyToBox_4(); }
29
30   private native void SetLayoutStrategyToSliceAndDice_5();
31   public void SetLayoutStrategyToSliceAndDice()
32     { SetLayoutStrategyToSliceAndDice_5(); }
33
34   private native void SetLayoutStrategyToSquarify_6();
35   public void SetLayoutStrategyToSquarify()
36     { SetLayoutStrategyToSquarify_6(); }
37
38   private native void SetFontSizeRange_7(int id0,int id1,int id2);
39   public void SetFontSizeRange(int id0,int id1,int id2)
40     { SetFontSizeRange_7(id0,id1,id2); }
41
42   private native void GetFontSizeRange_8(int id0[]);
43   public void GetFontSizeRange(int id0[])
44     { GetFontSizeRange_8(id0); }
45
46   public vtkTreeMapView() { super(); }
47
48   public vtkTreeMapView(long id) { super(id); }
49   public native long   VTKInit();
50
51 }