// java wrapper for vtkHeatmapItem object // package vtk; import vtk.*; public class vtkHeatmapItem 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 SetTable_2(vtkTable id0); public void SetTable(vtkTable id0) { SetTable_2(id0); } private native long GetTable_3(); public vtkTable GetTable() { long temp = GetTable_3(); if (temp == 0) return null; return (vtkTable)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetRowNames_4(); public vtkStringArray GetRowNames() { long temp = GetRowNames_4(); if (temp == 0) return null; return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native String GetNameColumn_5(); public String GetNameColumn() { return GetNameColumn_5(); } private native void SetNameColumn_6(String id0); public void SetNameColumn(String id0) { SetNameColumn_6(id0); } private native void SetOrientation_7(int id0); public void SetOrientation(int id0) { SetOrientation_7(id0); } private native int GetOrientation_8(); public int GetOrientation() { return GetOrientation_8(); } private native double GetTextAngleForOrientation_9(int id0); public double GetTextAngleForOrientation(int id0) { return GetTextAngleForOrientation_9(id0); } private native void SetPosition_10(double id0,double id1); public void SetPosition(double id0,double id1) { SetPosition_10(id0,id1); } private native void SetPosition_11(double id0[]); public void SetPosition(double id0[]) { SetPosition_11(id0); } private native double[] GetPosition_12(); public double[] GetPosition() { return GetPosition_12(); } private native double GetCellHeight_13(); public double GetCellHeight() { return GetCellHeight_13(); } private native void SetCellHeight_14(double id0); public void SetCellHeight(double id0) { SetCellHeight_14(id0); } private native double GetCellWidth_15(); public double GetCellWidth() { return GetCellWidth_15(); } private native void SetCellWidth_16(double id0); public void SetCellWidth(double id0) { SetCellWidth_16(id0); } private native void GetBounds_17(double id0[]); public void GetBounds(double id0[]) { GetBounds_17(id0); } private native void MarkRowAsBlank_18(String id0); public void MarkRowAsBlank(String id0) { MarkRowAsBlank_18(id0); } private native boolean Paint_19(vtkContext2D id0); public boolean Paint(vtkContext2D id0) { return Paint_19(id0); } private native double GetRowLabelWidth_20(); public double GetRowLabelWidth() { return GetRowLabelWidth_20(); } private native double GetColumnLabelWidth_21(); public double GetColumnLabelWidth() { return GetColumnLabelWidth_21(); } public vtkHeatmapItem() { super(); } public vtkHeatmapItem(long id) { super(id); } public native long VTKInit(); }