Uses of Package
net.sf.paperclips

Packages that use net.sf.paperclips
Package
Description
Core classes for creating printable documents.
Decorators aid in applying styles uniformly across across documents.
  • Class
    Description
    An abstract PrintIterator class which maintains references to the device and gc arguments passed to Print.iterator(Device, GC).
    Interface for drawing borders, used by BorderPaint and GridPrint for drawing borders a child print and grid cells, respectively.
    Interface for calculating and drawing borders in a BorderPrint.
    Instances of this interface provide background colors to be drawn behind cells in a grid.
    An entry in a CompositePiece.
    A Print which displays nothing but takes up space.
    Instances of this class represent a single cell in a GridPrint.
    Describes the properties of a column in a GridPrint.
    A pluggable "look" for a GridPrint.
    Interface for drawing a GridLook.
    An interface for informing a GridPrint what cell margins to use for the GridLook.
    A Print which arranges child prints into a grid.
    A Print for displaying images.
    Instances in this class represent an entry in a LayerPrint.
    A Print which displays its child Prints on top each other.
    Instances of this class represent the page margins to follow when processing a print job.
    An interface for creating page decorations.
    An enumeration of pages for given print job on the given printer device.
    Instances of this class represent a page index in the output of a PagePrint.
    Interface for formatting a PageNumber instance into a printable string.
    Interface for printable elements.
    Splits a Print into multiple PrintPieces, according to the space available on the graphics device.
    Instances of this class represent a prepared print job.
    A piece of a Print, which is capable of drawing itself on a graphics device.
    A class for printing styled text.
    A Print for displaying text.
    Defines a set of styles that can be applied to text.
  • Class
    Description
    Interface for drawing borders, used by BorderPaint and GridPrint for drawing borders a child print and grid cells, respectively.
    Interface for printable elements.