// java wrapper for vtkTreeHeatmapItem object // package vtk; import vtk.*; public class vtkTreeHeatmapItem extends vtkContextItem { 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 SetTree_2(vtkTree id0); public void SetTree(vtkTree id0) { SetTree_2(id0); } private native long GetTree_3(); public vtkTree GetTree() { long temp = GetTree_3(); if (temp == 0) return null; return (vtkTree)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetColumnTree_4(vtkTree id0); public void SetColumnTree(vtkTree id0) { SetColumnTree_4(id0); } private native long GetColumnTree_5(); public vtkTree GetColumnTree() { long temp = GetColumnTree_5(); if (temp == 0) return null; return (vtkTree)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetTable_6(vtkTable id0); public void SetTable(vtkTable id0) { SetTable_6(id0); } private native long GetTable_7(); public vtkTable GetTable() { long temp = GetTable_7(); if (temp == 0) return null; return (vtkTable)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetDendrogram_8(); public vtkDendrogramItem GetDendrogram() { long temp = GetDendrogram_8(); if (temp == 0) return null; return (vtkDendrogramItem)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetDendrogram_9(vtkDendrogramItem id0); public void SetDendrogram(vtkDendrogramItem id0) { SetDendrogram_9(id0); } private native long GetHeatmap_10(); public vtkHeatmapItem GetHeatmap() { long temp = GetHeatmap_10(); if (temp == 0) return null; return (vtkHeatmapItem)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetHeatmap_11(vtkHeatmapItem id0); public void SetHeatmap(vtkHeatmapItem id0) { SetHeatmap_11(id0); } private native void ReorderTable_12(); public void ReorderTable() { ReorderTable_12(); } private native void ReverseTableRows_13(); public void ReverseTableRows() { ReverseTableRows_13(); } private native void ReverseTableColumns_14(); public void ReverseTableColumns() { ReverseTableColumns_14(); } private native void SetOrientation_15(int id0); public void SetOrientation(int id0) { SetOrientation_15(id0); } private native int GetOrientation_16(); public int GetOrientation() { return GetOrientation_16(); } private native void GetBounds_17(double id0[]); public void GetBounds(double id0[]) { GetBounds_17(id0); } private native void GetCenter_18(double id0[]); public void GetCenter(double id0[]) { GetCenter_18(id0); } private native void GetSize_19(double id0[]); public void GetSize(double id0[]) { GetSize_19(id0); } private native void CollapseToNumberOfLeafNodes_20(int id0); public void CollapseToNumberOfLeafNodes(int id0) { CollapseToNumberOfLeafNodes_20(id0); } private native double GetTreeLineWidth_21(); public double GetTreeLineWidth() { return GetTreeLineWidth_21(); } private native void SetTreeLineWidth_22(double id0); public void SetTreeLineWidth(double id0) { SetTreeLineWidth_22(id0); } private native long GetPrunedTree_23(); public vtkTree GetPrunedTree() { long temp = GetPrunedTree_23(); if (temp == 0) return null; return (vtkTree)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetTreeColorArray_24(String id0); public void SetTreeColorArray(String id0) { SetTreeColorArray_24(id0); } public vtkTreeHeatmapItem() { super(); } public vtkTreeHeatmapItem(long id) { super(id); } public native long VTKInit(); }