154155156157158159160161162163164
return panel; } private GNUPlotPDF getPDFProcessor() { if (this.pdfProcessor == null) { this.pdfProcessor = new GNUPlotPDF(this.plotCode); } this.pdfProcessor.setGnuplotCode(this.plotCode); return this.pdfProcessor;