Class GeneralExportOptions

java.lang.Object
chemaxon.formats.GeneralExportOptions
All Implemented Interfaces:
chemaxon.formats.ExportOptions

@PublicApi public abstract class GeneralExportOptions extends Object implements chemaxon.formats.ExportOptions
Abstract class to handle common export options.
Since:
Marvin 6.3, 2013.11.18.
  • Constructor Details

  • Method Details

    • getAromatizationMethod

      public GeneralExportOptions.AromatizationMethod getAromatizationMethod()
      Gets the aromatization method.
      Returns:
      the aromatization method
    • getHydrogenizeOption

      public GeneralExportOptions.HydrogenizeOption getHydrogenizeOption()
      Gets the hydrogenization method.
      Returns:
      the method
    • toString

      public String toString()
      Returns the text representation of the builder.
      Overrides:
      toString in class Object
      Returns:
      the text representation of the builder
      Since:
      Marvin 6.3, Oct 30, 2013