Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

joelib.io.types.cml
Interface CMLWriterProperties  view CMLWriterProperties download CMLWriterProperties.java


public interface CMLWriterProperties

Interface for a CML molecule writer.


Method Summary
 boolean forceWriteFormalCharge()
           
 float getCMLversion()
           
 boolean writeImpliciteHydrogens()
           
 boolean writePartialCharge()
           
 boolean writeSymmetryInformations()
           
 

Method Detail

getCMLversion

public float getCMLversion()

forceWriteFormalCharge

public boolean forceWriteFormalCharge()

writeImpliciteHydrogens

public boolean writeImpliciteHydrogens()

writePartialCharge

public boolean writePartialCharge()

writeSymmetryInformations

public boolean writeSymmetryInformations()