1 // java wrapper for vtkFileOutputWindow object
7 public class vtkFileOutputWindow extends vtkOutputWindow
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void DisplayText_2(String id0);
19 public void DisplayText(String id0)
20 { DisplayText_2(id0); }
22 private native void SetFileName_3(String id0);
23 public void SetFileName(String id0)
24 { SetFileName_3(id0); }
26 private native String GetFileName_4();
27 public String GetFileName()
28 { return GetFileName_4(); }
30 private native void SetFlush_5(int id0);
31 public void SetFlush(int id0)
34 private native int GetFlush_6();
36 { return GetFlush_6(); }
38 private native void FlushOn_7();
42 private native void FlushOff_8();
43 public void FlushOff()
46 private native void SetAppend_9(int id0);
47 public void SetAppend(int id0)
50 private native int GetAppend_10();
51 public int GetAppend()
52 { return GetAppend_10(); }
54 private native void AppendOn_11();
55 public void AppendOn()
58 private native void AppendOff_12();
59 public void AppendOff()
62 public vtkFileOutputWindow() { super(); }
64 public vtkFileOutputWindow(long id) { super(id); }
65 public native long VTKInit();