// java wrapper for vtkImageMapToWindowLevelColors object // package vtk; import vtk.*; public class vtkImageMapToWindowLevelColors extends vtkImageMapToColors { 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 SetWindow_2(double id0); public void SetWindow(double id0) { SetWindow_2(id0); } private native double GetWindow_3(); public double GetWindow() { return GetWindow_3(); } private native void SetLevel_4(double id0); public void SetLevel(double id0) { SetLevel_4(id0); } private native double GetLevel_5(); public double GetLevel() { return GetLevel_5(); } public vtkImageMapToWindowLevelColors() { super(); } public vtkImageMapToWindowLevelColors(long id) { super(id); } public native long VTKInit(); }