A B C D E F G I J L P S T

P

PAGE_NO - Static variable in class com.javawisdom.util.print.JvPrinter
Current page number PAGE_NO
PORTRAIT - Static variable in class com.javawisdom.util.print.JvPrinter
The orientation of page
Preview - class com.javawisdom.util.print.Preview.
Provides the preview for the printer
Preview(Frame, JvPrinter) - Constructor for class com.javawisdom.util.print.Preview
Constructs the Preview
pageSetup() - Method in class com.javawisdom.util.print.JvPrinter
To set up the page
pageSetup(Frame) - Method in class com.javawisdom.util.print.JvPrinter
Sets up print page
preview(Frame) - Method in class com.javawisdom.util.print.JvPrinter
Displays the preview dialog
preview() - Method in class com.javawisdom.util.print.JvPrinter
Preview the printing page(s)
print(byte[], String) - Method in class com.javawisdom.util.print.JvPrinter
Reads the contents of bytes array and send it to the specified printer port for print outs.
print(FileInputStream, String) - Method in class com.javawisdom.util.print.JvPrinter
Reads the contents from FileInputStream and send it to the specified printer port for print outs.
print(int) - Method in class com.javawisdom.util.print.JvPrinter
Prints the page at the specified page index
print(Graphics, PageFormat, int) - Method in class com.javawisdom.util.print.JvPrinter
Prints the page at the specified index into the specified Graphics context in the specified format
print(int, int) - Method in class com.javawisdom.util.print.JvPrinter
Prints the pages from startPageIndex(inclusive) to the endPageIndex(inclusive)
print(FileInputStream) - Method in class com.javawisdom.util.print.JvPrinter
Reads the contents from FileInputStream and send it to the printer for print outs.
print(byte[]) - Method in class com.javawisdom.util.print.JvPrinter
Reads the contents of bytes array and send it to the printer for print outs.
print() - Method in class com.javawisdom.util.print.JvPrinter
Call this method to execute the printing job

A B C D E F G I J L P S T