vtk
Class vtkFileOutputWindow

java.lang.Object
  extended byvtk.vtkObjectBase
      extended byvtk.vtkObject
          extended byvtk.vtkOutputWindow
              extended byvtk.vtkFileOutputWindow
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
vtkXMLFileOutputWindow

public class vtkFileOutputWindow
extends vtkOutputWindow
implements java.io.Serializable

vtkFileOutputWindow - File Specific output window class. Writes debug/warning/error output to a log file instead of the console. To use this class, instantiate it and then call SetInstance(this). JavaBean wrapper for vtkFileOutputWindow object.

Author:
vtk2jbean Automatic JavaBean wrapper for VTK.
See Also:
Serialized Form

Field Summary
protected  java.beans.PropertyChangeSupport changes
           
 
Fields inherited from class vtk.vtkObjectBase
vtkId
 
Constructor Summary
  vtkFileOutputWindow()
           
protected vtkFileOutputWindow(int dmy)
           
 
Method Summary
 void appendOff()
          opened in append mode.
 void appendOn()
          opened in append mode.
 void displayText(java.lang.String id0)
          New lines are converted to carriage return new lines.
 void flushOff()
          to the log file.
 void flushOn()
          to the log file.
 int getAppend()
          opened in append mode.
 java.lang.String getClassName()
          Return the class name as a string.
 java.lang.String getFileName()
           
 int getFlush()
          to the log file.
 vtkFileOutputWindow getThisFileOutputWindow()
           
 int isA(java.lang.String id0)
          Return 1 if this class is the same type of (or a subclass of) the named class.
 void setAppend(int id0)
          opened in append mode.
 void setFileName(java.lang.String id0)
           
 void setFlush(int id0)
          to the log file.
protected  void VTKCastInit()
           
 void VTKInit()
           
 
Methods inherited from class vtk.vtkOutputWindow
displayDebugText, displayErrorText, displayGenericWarningText, displayWarningText, getInstance, getThisOutputWindow, promptUserOff, promptUserOn, setInstance, setPromptUser
 
Methods inherited from class vtk.vtkObject
AddObserver, breakOnError, debugOff, debugOn, getDebug, getGlobalWarningDisplay, getMTime, getThisObject, globalWarningDisplayOff, globalWarningDisplayOn, hasObserver, hasObserver, invokeEvent, invokeEvent, modified, Print, PrintRevisions, register, removeObserver, removeObservers, removeObservers, setDebug, setGlobalWarningDisplay, unRegister
 
Methods inherited from class vtk.vtkObjectBase
addPropertyChangeListener, finalize, getReferenceCount, getThisObjectBase, isTypeOf, removePropertyChangeListener, setReferenceCount, VTKDelete
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

changes

protected java.beans.PropertyChangeSupport changes
Constructor Detail

vtkFileOutputWindow

public vtkFileOutputWindow()

vtkFileOutputWindow

protected vtkFileOutputWindow(int dmy)
Method Detail

getThisFileOutputWindow

public vtkFileOutputWindow getThisFileOutputWindow()

getClassName

public java.lang.String getClassName()
Description copied from class: vtkObjectBase
Return the class name as a string. This method is defined in all subclasses of vtkObjectBase with the vtkTypeRevisionMacro found in vtkSetGet.h.

Overrides:
getClassName in class vtkOutputWindow

isA

public int isA(java.lang.String id0)
Description copied from class: vtkObjectBase
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.

Overrides:
isA in class vtkOutputWindow

displayText

public void displayText(java.lang.String id0)
New lines are converted to carriage return new lines.

Overrides:
displayText in class vtkOutputWindow

setFileName

public void setFileName(java.lang.String id0)

getFileName

public java.lang.String getFileName()

setFlush

public void setFlush(int id0)
to the log file.


getFlush

public int getFlush()
to the log file.


flushOn

public void flushOn()
to the log file.


flushOff

public void flushOff()
to the log file.


setAppend

public void setAppend(int id0)
opened in append mode. Otherwise, if the log file exists, it will be overwritten each time the vtkFileOutputWindow is created.


getAppend

public int getAppend()
opened in append mode. Otherwise, if the log file exists, it will be overwritten each time the vtkFileOutputWindow is created.


appendOn

public void appendOn()
opened in append mode. Otherwise, if the log file exists, it will be overwritten each time the vtkFileOutputWindow is created.


appendOff

public void appendOff()
opened in append mode. Otherwise, if the log file exists, it will be overwritten each time the vtkFileOutputWindow is created.


VTKInit

public void VTKInit()
Overrides:
VTKInit in class vtkOutputWindow

VTKCastInit

protected void VTKCastInit()
Overrides:
VTKCastInit in class vtkOutputWindow


Copyright © 2004 Sydney ViSLAB. All Rights Reserved.