Class ExporterPDF


  • public class ExporterPDF
    extends Exporter
    Due to bugs in direct pdf export, first export to eps and then convert to pdf.
    Author:
    sander
    • Constructor Detail

      • ExporterPDF

        public ExporterPDF()
    • Method Detail

      • getExtension

        protected java.lang.String getExtension()
        Specified by:
        getExtension in class Exporter
      • export

        public void export​(NavigableSVGPanel panel,
                           java.io.File file)
                    throws java.lang.Exception
        Specified by:
        export in class Exporter
        Throws:
        java.lang.Exception