|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biojava.bio.structure.io.FileConvert
public class FileConvert
Methods to convert a structure object into different file formats.
| Constructor Summary | |
|---|---|
FileConvert(Structure struc)
Constructs a FileConvert object. |
|
| Method Summary | |
|---|---|
boolean |
doPrintConnections()
returns if the Connections should be added default is true; |
void |
setPrintConnections(boolean printConnections)
enable/disable printing of connections connections are sometimes buggy in PDB files so there are some cases where one might turn this off. |
void |
toDASStructure(XMLWriter xw)
convert a protein Structure to a DAS Structure XML response . |
String |
toPDB()
Convert a structure into a PDB file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileConvert(Structure struc)
struc - a Structure object| Method Detail |
|---|
public boolean doPrintConnections()
public void setPrintConnections(boolean printConnections)
printConnections - public String toPDB()
public void toDASStructure(XMLWriter xw)
throws IOException
xw - a XMLWriter object
IOException - ...
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||