// java wrapper for vtkTreeMapLayout object // package vtk; import vtk.*; public class vtkTreeMapLayout extends vtkTreeAlgorithm { 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 String GetRectanglesFieldName_2(); public String GetRectanglesFieldName() { return GetRectanglesFieldName_2(); } private native void SetRectanglesFieldName_3(String id0); public void SetRectanglesFieldName(String id0) { SetRectanglesFieldName_3(id0); } private native void SetSizeArrayName_4(String id0); public void SetSizeArrayName(String id0) { SetSizeArrayName_4(id0); } private native long GetLayoutStrategy_5(); public vtkTreeMapLayoutStrategy GetLayoutStrategy() { long temp = GetLayoutStrategy_5(); if (temp == 0) return null; return (vtkTreeMapLayoutStrategy)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetLayoutStrategy_6(vtkTreeMapLayoutStrategy id0); public void SetLayoutStrategy(vtkTreeMapLayoutStrategy id0) { SetLayoutStrategy_6(id0); } private native int GetMTime_7(); public int GetMTime() { return GetMTime_7(); } public vtkTreeMapLayout() { super(); } public vtkTreeMapLayout(long id) { super(id); } public native long VTKInit(); }