1 // java wrapper for vtkCosmicTreeLayoutStrategy object
7 public class vtkCosmicTreeLayoutStrategy extends vtkGraphLayoutStrategy
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void Layout_2();
22 private native void SetSizeLeafNodesOnly_3(int id0);
23 public void SetSizeLeafNodesOnly(int id0)
24 { SetSizeLeafNodesOnly_3(id0); }
26 private native int GetSizeLeafNodesOnly_4();
27 public int GetSizeLeafNodesOnly()
28 { return GetSizeLeafNodesOnly_4(); }
30 private native void SizeLeafNodesOnlyOn_5();
31 public void SizeLeafNodesOnlyOn()
32 { SizeLeafNodesOnlyOn_5(); }
34 private native void SizeLeafNodesOnlyOff_6();
35 public void SizeLeafNodesOnlyOff()
36 { SizeLeafNodesOnlyOff_6(); }
38 private native void SetLayoutDepth_7(int id0);
39 public void SetLayoutDepth(int id0)
40 { SetLayoutDepth_7(id0); }
42 private native int GetLayoutDepth_8();
43 public int GetLayoutDepth()
44 { return GetLayoutDepth_8(); }
46 private native void SetLayoutRoot_9(int id0);
47 public void SetLayoutRoot(int id0)
48 { SetLayoutRoot_9(id0); }
50 private native int GetLayoutRoot_10();
51 public int GetLayoutRoot()
52 { return GetLayoutRoot_10(); }
54 private native void SetNodeSizeArrayName_11(String id0);
55 public void SetNodeSizeArrayName(String id0)
56 { SetNodeSizeArrayName_11(id0); }
58 private native String GetNodeSizeArrayName_12();
59 public String GetNodeSizeArrayName()
60 { return GetNodeSizeArrayName_12(); }
62 public vtkCosmicTreeLayoutStrategy() { super(); }
64 public vtkCosmicTreeLayoutStrategy(long id) { super(id); }
65 public native long VTKInit();