- AbstractBorderPainter - Class in net.sf.paperclips
-
Abstract implementation of BorderPainter providing implementation of helper
methods.
- AbstractBorderPainter() - Constructor for class net.sf.paperclips.AbstractBorderPainter
-
- AbstractIterator - Class in net.sf.paperclips
-
- AbstractIterator(AbstractIterator) - Constructor for class net.sf.paperclips.AbstractIterator
-
Copy constructor.
- AbstractIterator(Device, GC) - Constructor for class net.sf.paperclips.AbstractIterator
-
Constructs an AbstractIterator with the given Device and GC.
- AbstractPiece - Class in net.sf.paperclips
-
An abstract PrintPiece class.
- AbstractPiece(AbstractIterator, Point) - Constructor for class net.sf.paperclips.AbstractPiece
-
Constructos an AbstractPiece.
- AbstractPiece(Device, GC, Point) - Constructor for class net.sf.paperclips.AbstractPiece
-
Constructs an AbstractPiece.
- add(int, int, Print) - Method in class net.sf.paperclips.GridPrint
-
Adds the Print to the grid body, using the given colspan and alignment.
- add(int, int, Print, int) - Method in class net.sf.paperclips.GridPrint
-
Adds the Print to the grid body, using the given colspan and alignment.
- add(int, Print) - Method in class net.sf.paperclips.GridPrint
-
Adds the Print to the grid body, using the given colspan and alignment.
- add(int, Print, int) - Method in class net.sf.paperclips.GridPrint
-
Adds the Print to the grid body, using the given colspan and alignment.
- add(Print) - Method in class net.sf.paperclips.GridPrint
-
Adds the Print to the grid body, with the default alignment and a colspan
of 1.
- add(Print) - Method in class net.sf.paperclips.LayerPrint
-
Adds the given Print to this LayerPrint using the default alignment.
- add(Print) - Method in class net.sf.paperclips.SeriesPrint
-
Adds the given print to this SeriesPrint.
- add(Print[]) - Method in class net.sf.paperclips.SeriesPrint
-
Adds the given prints to this SeriesPrint.
- add(Print, int) - Method in class net.sf.paperclips.GridPrint
-
Adds the Print to the grid body, with the given colspan and the default
alignment.
- add(Print, int) - Method in class net.sf.paperclips.LayerPrint
-
Adds the given Print to this LayerPrint using the specified alignment.
- add(Print, int, int) - Method in class net.sf.paperclips.GridPrint
-
Deprecated.
- addColumn(int, String) - Method in class net.sf.paperclips.GridPrint
-
Inserts the column at the specified position in the grid.
- addColumn(int, GridColumn) - Method in class net.sf.paperclips.GridPrint
-
Inserts the column at the specified position in the grid.
- addColumn(String) - Method in class net.sf.paperclips.GridPrint
-
Adds the column on the right edge of the grid.
- addColumn(GridColumn) - Method in class net.sf.paperclips.GridPrint
-
Adds the column on the right edge of the grid.
- addColumns(int, String) - Method in class net.sf.paperclips.GridPrint
-
Inserts the columns at the specified position in the grid.
- addColumns(int, GridColumn[]) - Method in class net.sf.paperclips.GridPrint
-
Inserts the columns at the specified position in the grid.
- addColumns(String) - Method in class net.sf.paperclips.GridPrint
-
Adds the columns on the right edge of the grid.
- addColumns(GridColumn[]) - Method in class net.sf.paperclips.GridPrint
-
Adds the columns on the right edge of the grid.
- addFooter(int, int, Print) - Method in class net.sf.paperclips.GridPrint
-
Adds the Print to the grid footer, using the given colspan and alignment.
- addFooter(int, int, Print, int) - Method in class net.sf.paperclips.GridPrint
-
Adds the Print to the grid footer, using the given colspan and alignment.
- addFooter(int, Print) - Method in class net.sf.paperclips.GridPrint
-
Adds the Print to the grid footer, using the given colspan and alignment.
- addFooter(int, Print, int) - Method in class net.sf.paperclips.GridPrint
-
Adds the Print to the grid footer, using the given colspan and alignment.
- addFooter(Print) - Method in class net.sf.paperclips.GridPrint
-
Adds the Print to the grid footer, with the default alignment and a
colspan of 1.
- addFooter(Print, int) - Method in class net.sf.paperclips.GridPrint
-
Adds the Print to the grid footer, with the given colspan and the default
alignment.
- addFooter(Print, int, int) - Method in class net.sf.paperclips.GridPrint
-
Deprecated.
- addHeader(int, int, Print) - Method in class net.sf.paperclips.GridPrint
-
Adds the Print to the grid header, using the given alignment.
- addHeader(int, int, Print, int) - Method in class net.sf.paperclips.GridPrint
-
Adds the Print to the grid header, using the given colspan and alignment.
- addHeader(int, Print) - Method in class net.sf.paperclips.GridPrint
-
Adds the Print to the grid header, using the given alignment.
- addHeader(int, Print, int) - Method in class net.sf.paperclips.GridPrint
-
Adds the Print to the grid header, using the given colspan and alignment.
- addHeader(Print) - Method in class net.sf.paperclips.GridPrint
-
Adds the Print to the grid header, with default alignment and a colspan
of 1.
- addHeader(Print, int) - Method in class net.sf.paperclips.GridPrint
-
Adds the Print to the grid header, with the given colspan and the default
alignment.
- addHeader(Print, int, int) - Method in class net.sf.paperclips.GridPrint
-
Deprecated.
- align - Variable in class net.sf.paperclips.GridColumn
-
The default alignment for Prints in this column.
- align(int) - Method in class net.sf.paperclips.TextStyle
-
Returns a copy of this TextStyle, with the alignment changed to the
argument.
- AlignPrint - Class in net.sf.paperclips
-
A wrapper print that aligns its target vertically and/or horizontally.
- AlignPrint(Print, int, int) - Constructor for class net.sf.paperclips.AlignPrint
-
Constructs a new AlignPrint.
- append(String) - Method in class net.sf.paperclips.StyledTextPrint
-
Appends the given text to the end of the document, using the default
style.
- append(String, TextStyle) - Method in class net.sf.paperclips.StyledTextPrint
-
Appends the given text to the end of the document, using the given style.
- append(Print) - Method in class net.sf.paperclips.StyledTextPrint
-
Appends the given element to the document.