AbstractIterator |
|
Border |
Interface for drawing borders, used by BorderPaint and GridPrint for drawing
borders a child print and grid cells, respectively.
|
BorderPainter |
Interface for calculating and drawing borders in a BorderPrint.
|
CellBackgroundProvider |
Instances of this interface provide background colors to be drawn behind
cells in a grid.
|
CompositeEntry |
An entry in a CompositePiece.
|
EmptyPrint |
A Print which displays nothing but takes up space.
|
GridCell |
Instances of this class represent a single cell in a GridPrint.
|
GridColumn |
Describes the properties of a column in a GridPrint.
|
GridLook |
A pluggable "look" for a GridPrint.
|
GridLookPainter |
Interface for drawing a GridLook.
|
GridMargins |
An interface for informing a GridPrint what cell margins to use for the
GridLook.
|
GridPrint |
A Print which arranges child prints into a grid.
|
ImagePrint |
A Print for displaying images.
|
LayerEntry |
Instances in this class represent an entry in a LayerPrint.
|
LayerPrint |
A Print which displays its child Prints on top each other.
|
Margins |
Instances of this class represent the page margins to follow when processing
a print job.
|
PageDecoration |
An interface for creating page decorations.
|
PageEnumeration |
An enumeration of pages for given print job on the given printer device.
|
PageNumber |
Instances of this class represent a page index in the output of a PagePrint.
|
PageNumberFormat |
Interface for formatting a PageNumber instance into a printable string.
|
Print |
Interface for printable elements.
|
PrintIterator |
Splits a Print into multiple PrintPieces, according to the space available on
the graphics device.
|
PrintJob |
Instances of this class represent a prepared print job.
|
PrintPiece |
A piece of a Print, which is capable of drawing itself on a graphics device.
|
StyledTextPrint |
A class for printing styled text.
|
TextPrint |
A Print for displaying text.
|
TextStyle |
Defines a set of styles that can be applied to text.
|