Package org.jpedal.examples.simpleviewer.gui

Examples of org.jpedal.examples.simpleviewer.gui.SwingGUI.zoom()


        int selection = scaling.getSelectedIndex();
        if(selection!=-1){
          SwingGUI swing = ((SwingGUI)decode_pdf.getExternalHandler(Options.SwingContainer));
                    if(swing!=null){
              swing.setSelectedComboIndex(Commands.SCALING, selection);
              swing.zoom(false);
                    }
        }
      }
      //<end-thin><end-adobe>
    }else if(name == PdfDictionary.FullScreen){
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.