- PAGE_X_OF_Y - Static variable in class net.sf.paperclips.Messages
-
Key for "Page {x} of {y}" used by DefaultPageNumberFormat.
- PageDecoration - Interface in net.sf.paperclips
-
An interface for creating page decorations.
- PageEnumeration - Class in net.sf.paperclips
-
An enumeration of pages for given print job on the given printer device.
- PageNumber - Interface in net.sf.paperclips
-
Instances of this class represent a page index in the output of a PagePrint.
- PageNumberFormat - Interface in net.sf.paperclips
-
Interface for formatting a PageNumber instance into a printable string.
- PageNumberPageDecoration - Class in net.sf.paperclips
-
A PageDecoration which displays the page number.
- PageNumberPageDecoration() - Constructor for class net.sf.paperclips.PageNumberPageDecoration
-
Constructs a PageNumberPageDecoration with default font, alignment, and
page number format.
- PageNumberPageDecoration(int) - Constructor for class net.sf.paperclips.PageNumberPageDecoration
-
Constructs a PageNumberPageDecoration with the given alignment.
- PageNumberPrint - Class in net.sf.paperclips
-
Displays the page number and page count within the context of a
PagePrint
.
- PageNumberPrint(PageNumber) - Constructor for class net.sf.paperclips.PageNumberPrint
-
Constructs a PageNumberPrint for the given page number.
- PageNumberPrint(PageNumber, int) - Constructor for class net.sf.paperclips.PageNumberPrint
-
Constructs a PageNumberPrint for the given page number and alignment.
- PageNumberPrint(PageNumber, TextStyle) - Constructor for class net.sf.paperclips.PageNumberPrint
-
Constructs a PageNumberPrint for the given page number and text style.
- PageNumberPrint(PageNumber, FontData) - Constructor for class net.sf.paperclips.PageNumberPrint
-
Constructs a PageNumberPrint for the given page number and font.
- PageNumberPrint(PageNumber, FontData, int) - Constructor for class net.sf.paperclips.PageNumberPrint
-
Constructs a PageNumberPrint for the given page number, font and
alignment.
- PagePrint - Class in net.sf.paperclips
-
A decorator Print which displays page headers and footers around a document
body, with page numbering capabilities.
- PagePrint(PageDecoration, int, Print) - Constructor for class net.sf.paperclips.PagePrint
-
Constructs a PagePrint with the given header and body.
- PagePrint(PageDecoration, int, Print, int, PageDecoration) - Constructor for class net.sf.paperclips.PagePrint
-
Constructs a PagePrint with the given body, header and footer.
- PagePrint(PageDecoration, Print) - Constructor for class net.sf.paperclips.PagePrint
-
Constructs a PagePrint with the given header and body.
- PagePrint(PageDecoration, Print, PageDecoration) - Constructor for class net.sf.paperclips.PagePrint
-
Constructs a PagePrint with the given body, header and footer.
- PagePrint(Print) - Constructor for class net.sf.paperclips.PagePrint
-
Constructs a PagePrint with the given body.
- PagePrint(Print, int, PageDecoration) - Constructor for class net.sf.paperclips.PagePrint
-
Constructs a PagePrint with the given body, header and footer.
- PagePrint(Print, PageDecoration) - Constructor for class net.sf.paperclips.PagePrint
-
Constructs a PagePrint with the given body and footer.
- PagePrint(Print, PageDecoration, PageDecoration) - Constructor for class net.sf.paperclips.PagePrint
-
Deprecated.
- paint(GC, int, int) - Method in class net.sf.paperclips.CompositePiece
-
- paint(GC, int, int) - Method in interface net.sf.paperclips.PrintPiece
-
Draws this PrintPiece on the given graphics device, at the given
coordinates.
- paint(GC, int, int, int[], int[], int[][], int, boolean, int[], int[][], boolean, int[], int[][]) - Method in class net.sf.paperclips.BasicGridLookPainter
-
- paint(GC, int, int, int[], int[], int[][], int, boolean, int[], int[][], boolean, int[], int[][]) - Method in interface net.sf.paperclips.GridLookPainter
-
Paints the grid look onto the GC.
- paint(GC, int, int, int, int, boolean, boolean) - Method in class net.sf.paperclips.AbstractBorderPainter
-
Paints a border around the specified region.
- paint(GC, int, int, int, int, boolean, boolean) - Method in interface net.sf.paperclips.BorderPainter
-
Paints a border around the specified region.
- paintBodyCell(GC, Rectangle, int, int, int, boolean, boolean) - Method in class net.sf.paperclips.BasicGridLookPainter
-
Paint the decorations for the described body cell.
- paintFooterCell(GC, Rectangle, int, int, int) - Method in class net.sf.paperclips.BasicGridLookPainter
-
Paint the decorations for the described footer cell.
- paintHeaderCell(GC, Rectangle, int, int, int) - Method in class net.sf.paperclips.BasicGridLookPainter
-
Paint the decorations for the described header cell.
- PaperClips - Class in net.sf.paperclips
-
This class contains static constants and methods for preparing and printing
documents.
- parse(String) - Static method in class net.sf.paperclips.GridColumn
-
Parses the given column spec and returns a GridColumn matching that spec.
- PREFERRED - Static variable in class net.sf.paperclips.GridPrint
-
Constant column size value indicating that the column should be given its
preferred size.
- preferredSize() - Method in interface net.sf.paperclips.PrintIterator
-
Returns the smallest size PrintPiece that this Print would be broken into
if print space was unlimited.
- print(String, Print) - Static method in class net.sf.paperclips.PrintUtil
-
Deprecated.
- print(String, Print, int) - Static method in class net.sf.paperclips.PrintUtil
-
Deprecated.
- print(Print) - Static method in class net.sf.paperclips.PrintUtil
-
Deprecated.
- print(PrintJob, Printer) - Static method in class net.sf.paperclips.PaperClips
-
Prints the print job to the given printer.
- print(PrintJob, PrinterData) - Static method in class net.sf.paperclips.PaperClips
-
Prints the print job to the given printer.
- print(Print, int) - Static method in class net.sf.paperclips.PrintUtil
-
Deprecated.
- Print - Interface in net.sf.paperclips
-
Interface for printable elements.
- PrintDecorator - Interface in net.sf.paperclips.decorator
-
Interface for wrapping a print in a decoration.
- PrintIterator - Interface in net.sf.paperclips
-
Splits a Print into multiple PrintPieces, according to the space available on
the graphics device.
- PrintJob - Class in net.sf.paperclips
-
Instances of this class represent a prepared print job.
- PrintJob(String, Print) - Constructor for class net.sf.paperclips.PrintJob
-
Constructs a PrintJob for the given document.
- PrintPiece - Interface in net.sf.paperclips
-
A piece of a Print, which is capable of drawing itself on a graphics device.
- printTo(String, PrinterData, Print) - Static method in class net.sf.paperclips.PrintUtil
-
Deprecated.
- printTo(String, PrinterData, Print, int) - Static method in class net.sf.paperclips.PrintUtil
-
Deprecated.
- printTo(String, Printer, Print) - Static method in class net.sf.paperclips.PrintUtil
-
Deprecated.
- printTo(String, Printer, Print, int) - Static method in class net.sf.paperclips.PrintUtil
-
Deprecated.
- printTo(Printer, Print) - Static method in class net.sf.paperclips.PrintUtil
-
Deprecated.
- printTo(Printer, Print, int) - Static method in class net.sf.paperclips.PrintUtil
-
Deprecated.
- PrintUtil - Class in net.sf.paperclips
-
Deprecated.