IAction
, java.io.Serializable
public class XYZWriter extends java.lang.Object implements IAction, java.io.Serializable
Modifier and Type | Method | Description |
---|---|---|
void |
actionPerformed() |
Completes the action defined by the class implementing this interface.
|
boolean |
isAppend() |
|
void |
setFile(java.io.File newFile) |
Sets the file to write to.
|
void |
setFileName(java.lang.String fileName) |
Sets the file name to write to.
|
void |
setIsAppend(boolean newDoAppend) |
|
void |
writeRasmolScript(DiameterHashByType diameterHash) |
Writes a script for rasmol that initializes the radii of each atom type.
|
public XYZWriter(Box aBox)
public void setFile(java.io.File newFile)
public void setFileName(java.lang.String fileName)
public void setIsAppend(boolean newDoAppend)
public boolean isAppend()
public void actionPerformed()
IAction
actionPerformed
in interface IAction
public void writeRasmolScript(DiameterHashByType diameterHash)