Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D G H I J L M N O P R S U V W

A

append(Printable, PageFormat) - Method in class java.awt.print.Book
This method appends a page to the end of the book.
append(Printable, PageFormat, int) - Method in class java.awt.print.Book
This method appends the specified number of pages to the end of the book.

B

Book - class java.awt.print.Book.
This class allows documents to be created with different paper types, page formatters, and painters.
Book() - Constructor for class java.awt.print.Book
Initializes a new instance of Book that is empty.

C

cancel() - Method in class java.awt.print.NoPrinterJob
 
cancel() - Method in class java.awt.print.PrinterJob
Cancels an in progress print job.
clone() - Method in class java.awt.print.PageFormat
This method returns a copy of this object.
clone() - Method in class java.awt.print.Paper
This method creates a copy of this object.

D

defaultPage(PageFormat) - Method in class java.awt.print.NoPrinterJob
 
defaultPage() - Method in class java.awt.print.PrinterJob
Returns an instance of the default page which will have the default paper and orientation.
defaultPage(PageFormat) - Method in class java.awt.print.PrinterJob
Clones the specified PageFormat object then alters the clone so that it represents the default page format.

G

getCause() - Method in class java.awt.print.PrinterIOException
Gets the cause.
getCopies() - Method in class java.awt.print.NoPrinterJob
 
getCopies() - Method in class java.awt.print.PrinterJob
Returns the number of copies to be printed.
getHeight() - Method in class java.awt.print.PageFormat
This method returns the height of the page, in 1/72nd's of an inch.
getHeight() - Method in class java.awt.print.Paper
This method returns the height of the paper in 1/72nds of an inch.
getIOException() - Method in class java.awt.print.PrinterIOException
Gets the underlying IOException that caused this exception.
getImageableHeight() - Method in class java.awt.print.PageFormat
This method returns the imageable height of the paper, in 1/72nd's of an inch.
getImageableHeight() - Method in class java.awt.print.Paper
Returns the height of the imageable area of the paper.
getImageableWidth() - Method in class java.awt.print.PageFormat
This method returns the imageable width of the paper, in 1/72nd's of an inch.
getImageableWidth() - Method in class java.awt.print.Paper
Returns the width of the imageable area of the paper.
getImageableX() - Method in class java.awt.print.PageFormat
This method returns the X coordinate value of the upper leftmost drawable area of the paper.
getImageableX() - Method in class java.awt.print.Paper
This method returns the X coordinate of the upper left hand corner of the imageable area of the paper.
getImageableY() - Method in class java.awt.print.PageFormat
This method returns the Y coordinate value of the upper leftmost drawable area of the paper.
getImageableY() - Method in class java.awt.print.Paper
This method returns the Y coordinate of the upper left hand corner of the imageable area of the paper.
getJobName() - Method in class java.awt.print.NoPrinterJob
 
getJobName() - Method in class java.awt.print.PrinterJob
Returns the name of the print job.
getMatrix() - Method in class java.awt.print.PageFormat
This method returns a matrix used for transforming user space coordinates to page coordinates.
getNumberOfPages() - Method in class java.awt.print.Book
Returns the number of pages in this book.
getNumberOfPages() - Method in interface java.awt.print.Pageable
This method returns the number of pages this object contains, or UNKNOWN_NUMBER_OF_PAGES if it cannot determine the number of pages to be printed.
getOrientation() - Method in class java.awt.print.PageFormat
This method returns the current page orientation.
getPageFormat(int) - Method in class java.awt.print.Book
This method returns the PageFormat object for the specified page.
getPageFormat(int) - Method in interface java.awt.print.Pageable
This method returns the PageFormat instance for the specified page.
getPaper() - Method in class java.awt.print.PageFormat
Returns a copy of the paper object being used for this page format.
getPrintService() - Method in class java.awt.print.PrinterJob
Return the printer for this job.
getPrintable(int) - Method in class java.awt.print.Book
This method returns the Printable object for the specified page.
getPrintable(int) - Method in interface java.awt.print.Pageable
This method returns the Printable instance for the specified page.
getPrinterJob() - Method in interface java.awt.print.PrinterGraphics
This method returns the instance of PrinterJob that is controlling this print job.
getPrinterJob() - Static method in class java.awt.print.PrinterJob
Creates a new print job.
getUserName() - Method in class java.awt.print.NoPrinterJob
 
getUserName() - Method in class java.awt.print.PrinterJob
Returns the printing user name.
getWidth() - Method in class java.awt.print.PageFormat
This method returns the width of the page, in 1/72nd's of an inch.
getWidth() - Method in class java.awt.print.Paper
Returns the width of the paper in 1/72nds of an inch.

H

height - Variable in class java.awt.print.Paper
 

I

imageableHeight - Variable in class java.awt.print.Paper
 
imageableWidth - Variable in class java.awt.print.Paper
 
imageableX - Variable in class java.awt.print.Paper
 
imageableY - Variable in class java.awt.print.Paper
 
isCancelled() - Method in class java.awt.print.NoPrinterJob
 
isCancelled() - Method in class java.awt.print.PrinterJob
Tests whether or not this job has been cancelled.

J

java.awt.print - package java.awt.print
Abstract Window Toolkit classes.

L

LANDSCAPE - Static variable in class java.awt.print.PageFormat
A constant for a landscaped page orientation.
lookupPrintServices() - Static method in class java.awt.print.PrinterJob
Find and return 2D image print services.

M

mException - Variable in class java.awt.print.PrinterIOException
The exception that caused this (duplicates Throwable).

N

NO_SUCH_PAGE - Static variable in interface java.awt.print.Printable
This value is returned by the print() method to indicate that the requested page number does not exist.
NoPrinterJob - class java.awt.print.NoPrinterJob.
Fake PrinterJob that just signals no print service.
NoPrinterJob() - Constructor for class java.awt.print.NoPrinterJob
 

O

orientation - Variable in class java.awt.print.PageFormat
 

P

PAGE_EXISTS - Static variable in interface java.awt.print.Printable
This value is returned by the print() method to indicate that the requested page exists and has been printed.
PORTRAIT - Static variable in class java.awt.print.PageFormat
A constant for a portrait page orientation.
PageFormat - class java.awt.print.PageFormat.
This class contains information about the desired page format to use for printing a particular set of pages.
PageFormat() - Constructor for class java.awt.print.PageFormat
This method creates a default page layout, which will be in portrait format.
Pageable - interface java.awt.print.Pageable.
This interface represents pages that are to be printed.
Paper - class java.awt.print.Paper.
This class describes a particular type of paper.
Paper() - Constructor for class java.awt.print.Paper
This method creates a letter sized paper with one inch margins
Printable - interface java.awt.print.Printable.
This interface provides a mechanism for the actual printing of pages to the printer.
PrinterAbortException - exception java.awt.print.PrinterAbortException.
This exception is thrown when the print job is aborted, either by the user or by the application.
PrinterAbortException() - Constructor for class java.awt.print.PrinterAbortException
Create a new instance with no detailed error message.
PrinterAbortException(String) - Constructor for class java.awt.print.PrinterAbortException
Create a new instance with a descriptive error message.
PrinterException - exception java.awt.print.PrinterException.
This is the generic toplevel exception for printing errors.
PrinterException() - Constructor for class java.awt.print.PrinterException
Create a new instance with no detailed error message.
PrinterException(String) - Constructor for class java.awt.print.PrinterException
Create a new instance with a descriptive error message.
PrinterGraphics - interface java.awt.print.PrinterGraphics.
This interface is implemented by the Graphics instance that is used for rendering pages.
PrinterIOException - exception java.awt.print.PrinterIOException.
This exception is thrown when the print job encounters an I/O problem of some kind.
PrinterIOException(IOException) - Constructor for class java.awt.print.PrinterIOException
Initializes a new instance with the given cause.
PrinterJob - class java.awt.print.PrinterJob.
This class controls printing.
PrinterJob() - Constructor for class java.awt.print.PrinterJob
Initializes a new instance of PrinterJob.
pageDialog(PageFormat) - Method in class java.awt.print.NoPrinterJob
 
pageDialog(PageFormat) - Method in class java.awt.print.PrinterJob
Displays a dialog box to the user which allows the page format attributes to be modified.
pageDialog(PrintRequestAttributeSet) - Method in class java.awt.print.PrinterJob
 
page_formats - Variable in class java.awt.print.Book
Page formats for the book.
paper - Variable in class java.awt.print.PageFormat
 
print() - Method in class java.awt.print.NoPrinterJob
 
print(Graphics, PageFormat, int) - Method in interface java.awt.print.Printable
This method prints the specified page to the specified graphics context in the specified format.
print() - Method in class java.awt.print.PrinterJob
Prints the pages.
print(PrintRequestAttributeSet) - Method in class java.awt.print.PrinterJob
Prints the page with given attributes.
printDialog() - Method in class java.awt.print.NoPrinterJob
 
printDialog() - Method in class java.awt.print.PrinterJob
Displays a dialog box to the user which allows the print job attributes to be modified.
printDialog(PrintRequestAttributeSet) - Method in class java.awt.print.PrinterJob
Displays a dialog box to the user which allows the print job attributes to be modified.
printables - Variable in class java.awt.print.Book
Painter objects for the book.
printer - Variable in class java.awt.print.PrinterJob
 

R

REVERSE_LANDSCAPE - Static variable in class java.awt.print.PageFormat
A constant for a reversed landscaped page orientation.

S

serialVersionUID - Static variable in class java.awt.print.PrinterAbortException
Compatible with JDK 1.2+.
serialVersionUID - Static variable in class java.awt.print.PrinterException
Compatible with JDK 1.2+.
serialVersionUID - Static variable in class java.awt.print.PrinterIOException
Compatible with JDK 1.2+.
setCopies(int) - Method in class java.awt.print.NoPrinterJob
 
setCopies(int) - Method in class java.awt.print.PrinterJob
Sets the number of copies to be printed.
setImageableArea(double, double, double, double) - Method in class java.awt.print.Paper
This method sets the imageable area of the paper by specifying the coordinates of the upper left hand corner of that area, and its length and height.
setJobName(String) - Method in class java.awt.print.NoPrinterJob
 
setJobName(String) - Method in class java.awt.print.PrinterJob
Sets the name of the print job.
setOrientation(int) - Method in class java.awt.print.PageFormat
This method sets the page orientation for this format to the specified value.
setPage(int, Printable, PageFormat) - Method in class java.awt.print.Book
This method changes the Printable and PageFormat for the specified page.
setPageable(Pageable) - Method in class java.awt.print.NoPrinterJob
 
setPageable(Pageable) - Method in class java.awt.print.PrinterJob
This sets the pages that are to be printed.
setPaper(Paper) - Method in class java.awt.print.PageFormat
Sets the Paper object to be used by this page format.
setPrintService(PrintService) - Method in class java.awt.print.PrinterJob
Change the printer for this print job to service.
setPrintable(Printable) - Method in class java.awt.print.NoPrinterJob
 
setPrintable(Printable, PageFormat) - Method in class java.awt.print.NoPrinterJob
 
setPrintable(Printable) - Method in class java.awt.print.PrinterJob
Sets this specified Printable as the one to use for rendering the pages on the print device.
setPrintable(Printable, PageFormat) - Method in class java.awt.print.PrinterJob
Sets the Printable and the page format for the pages to be printed.
setSize(double, double) - Method in class java.awt.print.Paper
This method sets the size of the paper to the specified width and height, which are specified in 1/72nds of an inch.

U

UNKNOWN_NUMBER_OF_PAGES - Static variable in interface java.awt.print.Pageable
This constant is returned when getNumberOfPages() cannot determine the number of pages available for printing.

V

validatePage(PageFormat) - Method in class java.awt.print.NoPrinterJob
 
validatePage(PageFormat) - Method in class java.awt.print.PrinterJob
Makes any alterations to the specified PageFormat necessary to make it work with the current printer.

W

width - Variable in class java.awt.print.Paper
 

A B C D G H I J L M N O P R S U V W