Class Printer

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--Printer
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable

public class Printer
extends javax.swing.AbstractAction

See Also:
Serialized Form

Field Summary
static java.lang.String font
           
static java.lang.String fontSize
           
static java.lang.String header
           
static java.lang.String lineNumbers
           
static java.lang.String pageHeight
           
static java.lang.String pageImgHeight
           
static java.lang.String pageImgWidth
           
static java.lang.String pageImgX
           
static java.lang.String pageImgY
           
static java.lang.String pageOrientation
           
static java.lang.String pageWidth
           
static java.lang.String wrapText
           
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
Printer(MainFrame m)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

font

public static java.lang.String font

fontSize

public static java.lang.String fontSize

lineNumbers

public static java.lang.String lineNumbers

wrapText

public static java.lang.String wrapText

header

public static java.lang.String header

pageOrientation

public static java.lang.String pageOrientation

pageWidth

public static java.lang.String pageWidth

pageHeight

public static java.lang.String pageHeight

pageImgX

public static java.lang.String pageImgX

pageImgY

public static java.lang.String pageImgY

pageImgWidth

public static java.lang.String pageImgWidth

pageImgHeight

public static java.lang.String pageImgHeight
Constructor Detail

Printer

public Printer(MainFrame m)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Overrides:
actionPerformed in class javax.swing.AbstractAction