// java wrapper for vtkCosmicTreeLayoutStrategy object // package vtk; import vtk.*; public class vtkCosmicTreeLayoutStrategy extends vtkGraphLayoutStrategy { 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 Layout_2(); public void Layout() { Layout_2(); } private native void SetSizeLeafNodesOnly_3(int id0); public void SetSizeLeafNodesOnly(int id0) { SetSizeLeafNodesOnly_3(id0); } private native int GetSizeLeafNodesOnly_4(); public int GetSizeLeafNodesOnly() { return GetSizeLeafNodesOnly_4(); } private native void SizeLeafNodesOnlyOn_5(); public void SizeLeafNodesOnlyOn() { SizeLeafNodesOnlyOn_5(); } private native void SizeLeafNodesOnlyOff_6(); public void SizeLeafNodesOnlyOff() { SizeLeafNodesOnlyOff_6(); } private native void SetLayoutDepth_7(int id0); public void SetLayoutDepth(int id0) { SetLayoutDepth_7(id0); } private native int GetLayoutDepth_8(); public int GetLayoutDepth() { return GetLayoutDepth_8(); } private native void SetLayoutRoot_9(int id0); public void SetLayoutRoot(int id0) { SetLayoutRoot_9(id0); } private native int GetLayoutRoot_10(); public int GetLayoutRoot() { return GetLayoutRoot_10(); } private native void SetNodeSizeArrayName_11(String id0); public void SetNodeSizeArrayName(String id0) { SetNodeSizeArrayName_11(id0); } private native String GetNodeSizeArrayName_12(); public String GetNodeSizeArrayName() { return GetNodeSizeArrayName_12(); } public vtkCosmicTreeLayoutStrategy() { super(); } public vtkCosmicTreeLayoutStrategy(long id) { super(id); } public native long VTKInit(); }