etomica.action
Class WriteConfigurationOriented

java.lang.Object
  extended by etomica.action.WriteConfiguration
      extended by etomica.action.WriteConfigurationOriented
All Implemented Interfaces:
IAction

public class WriteConfigurationOriented
extends WriteConfiguration

WriteConfiguration subclass capable of handling oriented atoms. Primary and secondary directions are written on the same line as the atom's position.


Field Summary
 
Fields inherited from class etomica.action.WriteConfiguration
writePosition
 
Constructor Summary
WriteConfigurationOriented(ISpace space)
           
 
Method Summary
protected  void writeAtom(FileWriter fileWriter, IAtom a)
           
 
Methods inherited from class etomica.action.WriteConfiguration
actionPerformed, getBox, getConfName, getDoApplyPBC, setBox, setConfName, setDoApplyPBC, setFileName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteConfigurationOriented

public WriteConfigurationOriented(ISpace space)
Method Detail

writeAtom

protected void writeAtom(FileWriter fileWriter,
                         IAtom a)
                  throws IOException
Overrides:
writeAtom in class WriteConfiguration
Throws:
IOException