The Octet Molecular Representation Framework v0.8.2

net.sf.octet.util
Class MoleculePrinter

java.lang.Object
  extended bynet.sf.octet.util.MoleculePrinter

public class MoleculePrinter
extends java.lang.Object

A printer capable of textually summarizing the content of any Molecule in human-readable format.

Author:
Richard Apodaca

Constructor Summary
MoleculePrinter()
          Constructs a fully functional MoleculePrinter.
 
Method Summary
 void write(Molecule molecule, java.io.Writer output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoleculePrinter

public MoleculePrinter()
Constructs a fully functional MoleculePrinter.

Method Detail

write

public void write(Molecule molecule,
                  java.io.Writer output)
           throws java.io.IOException
Throws:
java.io.IOException

The Octet Molecular Representation Framework v0.8.2