org.jpedal.examples.simpleviewer.gui.swing
Class PageViewChanger

java.lang.Object
  extended by org.jpedal.examples.simpleviewer.gui.swing.PageViewChanger
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class PageViewChanger
extends java.lang.Object
implements java.awt.event.ActionListener

used from 2.8 onwards in views with multiple pages to setup new view settings from menu when option choosen


Constructor Summary
PageViewChanger(int alignment, int i, PdfDecoder decode_pdf)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageViewChanger

public PageViewChanger(int alignment,
                       int i,
                       PdfDecoder decode_pdf)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener