// java wrapper for vtkFileOutputWindow object // package vtk; import vtk.*; public class vtkFileOutputWindow extends vtkOutputWindow { 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 DisplayText_2(String id0); public void DisplayText(String id0) { DisplayText_2(id0); } private native void SetFileName_3(String id0); public void SetFileName(String id0) { SetFileName_3(id0); } private native String GetFileName_4(); public String GetFileName() { return GetFileName_4(); } private native void SetFlush_5(int id0); public void SetFlush(int id0) { SetFlush_5(id0); } private native int GetFlush_6(); public int GetFlush() { return GetFlush_6(); } private native void FlushOn_7(); public void FlushOn() { FlushOn_7(); } private native void FlushOff_8(); public void FlushOff() { FlushOff_8(); } private native void SetAppend_9(int id0); public void SetAppend(int id0) { SetAppend_9(id0); } private native int GetAppend_10(); public int GetAppend() { return GetAppend_10(); } private native void AppendOn_11(); public void AppendOn() { AppendOn_11(); } private native void AppendOff_12(); public void AppendOff() { AppendOff_12(); } public vtkFileOutputWindow() { super(); } public vtkFileOutputWindow(long id) { super(id); } public native long VTKInit(); }