IAction
public class PDBWriter extends java.lang.Object implements IAction
Modifier and Type | Method | Description |
---|---|---|
void |
actionPerformed() |
Completes the action defined by the class implementing this interface.
|
void |
setBox(Box newBox) |
|
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 |
writeRasmolScript(DiameterHashByType diameterHash) |
Writes a script for rasmol that initializes the radii of each atom type.
|
public PDBWriter()
public PDBWriter(Box aBox)
public void setBox(Box newBox)
public void setFile(java.io.File newFile)
public void setFileName(java.lang.String fileName)
public void actionPerformed()
IAction
actionPerformed
in interface IAction
public void writeRasmolScript(DiameterHashByType diameterHash)