Class PDFViewLauncher


  • public class PDFViewLauncher
    extends Object
    Launch gsview on a postscript file

    TODO: inherit from a launcher?

    • Field Detail

      • pdffile

        protected @Nullable String pdffile
        Name of the postscript file to view
      • gvExe

        protected @Nullable String gvExe
        Path to ghostview executable
    • Constructor Detail

      • PDFViewLauncher

        public PDFViewLauncher()
    • Method Detail

      • getPDFFile

        public @Nullable String getPDFFile()
      • setPDFFile

        public void setPDFFile​(String newPsfile)
      • getGvExe

        public @Nullable String getGvExe()
      • setGvExe

        public void setGvExe​(String newGvExe)
      • getProcess

        public @Nullable Process getProcess()
      • setProcess

        public void setProcess​(Process process)