- CellBackgroundProvider - Interface in net.sf.paperclips
-
Instances of this interface provide background colors to be drawn behind
cells in a grid.
- ColumnPrint - Class in net.sf.paperclips
-
A wrapper Print which splits its child print into multiple columns.
- ColumnPrint(Print, int, int) - Constructor for class net.sf.paperclips.ColumnPrint
-
Constructs a ColumnPrint with the given target, number of columns, and
column spacing (expressed in points).
- ColumnPrint(Print, int, int, boolean) - Constructor for class net.sf.paperclips.ColumnPrint
-
Constructs a ColumnPrint with the given target, column count, column
spacing, and compression.
- CompositeEntry - Class in net.sf.paperclips
-
An entry in a CompositePiece.
- CompositeEntry(PrintPiece, Point) - Constructor for class net.sf.paperclips.CompositeEntry
-
Constructs a CompositeEntry with the given PrintPiece and offset.
- CompositePiece - Class in net.sf.paperclips
-
A composite PrintPiece for displaying child PrintPieces.
- CompositePiece(CompositeEntry[]) - Constructor for class net.sf.paperclips.CompositePiece
-
Constructs a CompositePiece with the given entries.
- CompositePiece(CompositeEntry[], Point) - Constructor for class net.sf.paperclips.CompositePiece
-
Constructs a CompositePrintPiece with the given entries and explicit
size.
- CompositePiece(List) - Constructor for class net.sf.paperclips.CompositePiece
-
Constructs a composite PrintPiece with the given entries.
- CompositePiece(List, Point) - Constructor for class net.sf.paperclips.CompositePiece
-
Constructs a composite PrintPiece with the given entries and minimum
size.
- CompoundDecorator - Class in net.sf.paperclips.decorator
-
Decorates prints with multiple decorators.
- CompoundDecorator(PrintDecorator[]) - Constructor for class net.sf.paperclips.decorator.CompoundDecorator
-
Constructs a CompoundDecorator.
- convertToString(Object) - Method in class net.sf.paperclips.FactoryPrint
-
Deprecated.
Converts the argument to a String.
- copy() - Method in interface net.sf.paperclips.PrintIterator
-
Returns a copy of this PrintIterator, with all relevant internal states.
- create(String) - Method in class net.sf.paperclips.TextStyle
-
Returns a TextPrint of the given text in this text style
- createPainter(Device, GC) - Method in interface net.sf.paperclips.Border
-
Creates a BorderPainter which uses the given Device and GC.
- createPainter(Device, GC) - Method in class net.sf.paperclips.GapBorder
-
- createPainter(Device, GC) - Method in class net.sf.paperclips.LineBorder
-
- createPrint() - Method in class net.sf.paperclips.FactoryPrint
-
Deprecated.
Compose and return a Print appropriate for the concrete class.
- createPrint(PageNumber) - Method in interface net.sf.paperclips.PageDecoration
-
Returns a decorator Print for the page with the given page number, or
null if no decoration is provided for the given page.
- createPrint(PageNumber) - Method in class net.sf.paperclips.PageNumberPageDecoration
-
- createPrint(PageNumber) - Method in class net.sf.paperclips.SimplePageDecoration
-