Class SvgExporter

  • All Implemented Interfaces:
    chemaxon.formats.BinaryExporter<Molecule>, chemaxon.formats.ExportOptions

    @PublicAPI
    @Format(name="svg",
            separator=",")
    public class SvgExporter
    extends ImageExporter
    SVG export with options.
    • Constructor Detail

      • SvgExporter

        public SvgExporter()
        Creates a EmfExporter with default options.
    • Method Detail

      • builder

        public static SvgExporter.Builder<?> builder()
        Creates a builder for this class.
        Returns:
        the builder
      • isNoSource

        public boolean isNoSource()
        Is the nosource option set?
        Returns:
        true if the option is set
      • isHeadless

        public boolean isHeadless()
        Is the headless option set?
        Returns:
        true if the option is set