- background(int) - Method in class net.sf.paperclips.TextStyle
-
Returns a copy of this TextStyle, with the background changed to the
color described by the argument.
- background(int, int, int) - Method in class net.sf.paperclips.TextStyle
-
Returns a copy of this TextStyle, with the background changed to the
color described by the arguments.
- background(RGB) - Method in class net.sf.paperclips.TextStyle
-
Returns a copy of this TextStyle, with the background changed to the
argument.
- BackgroundDecorator - Class in net.sf.paperclips.decorator
-
Decorates prints with a background color.
- BackgroundDecorator(RGB) - Constructor for class net.sf.paperclips.decorator.BackgroundDecorator
-
Constructs a BackgroundDecorator with the given background.
- BackgroundPrint - Class in net.sf.paperclips
-
A decorator that paints a background color behind it's target.
- BackgroundPrint(Print, RGB) - Constructor for class net.sf.paperclips.BackgroundPrint
-
Constructs a BackgroundPrint with the given target and background color.
- BasicGridLookPainter - Class in net.sf.paperclips
-
A abstract GridLookPainter which simplifies implementation of custom
GridLooks.
- BasicGridLookPainter(Device) - Constructor for class net.sf.paperclips.BasicGridLookPainter
-
Constructs a BasicGridLook painter.
- BigPrint - Class in net.sf.paperclips
-
A wrapper for prints whose minimum size is too large to fit on one page.
- BigPrint(Print) - Constructor for class net.sf.paperclips.BigPrint
-
Constructs a BigPrint.
- Border - Interface in net.sf.paperclips
-
Interface for drawing borders, used by BorderPaint and GridPrint for drawing
borders a child print and grid cells, respectively.
- BORDER_OVERLAP - Static variable in class net.sf.paperclips.DefaultGridLook
-
Constant cell spacing value indicating that the borders of adjacent cells
should overlap so the appear continuous.
- BORDER_OVERLAP - Static variable in class net.sf.paperclips.GridPrint
-
Constant cell spacing value indicating that the borders of adjacent cells
should overlap.
- BorderDecorator - Class in net.sf.paperclips.decorator
-
Decorates prints with a border.
- BorderDecorator(Border) - Constructor for class net.sf.paperclips.decorator.BorderDecorator
-
Constructs a BorderDecorator.
- BorderPainter - Interface in net.sf.paperclips
-
Interface for calculating and drawing borders in a BorderPrint.
- BorderPrint - Class in net.sf.paperclips
-
A decorator that draws a border around the target print.
- BorderPrint(Print, Border) - Constructor for class net.sf.paperclips.BorderPrint
-
Constructs a BorderPrint with the given target and border.
- bottom - Variable in class net.sf.paperclips.GapBorder
-
The bottom gap of a closed border, expressed in points.
- bottom - Variable in class net.sf.paperclips.Margins
-
The bottom margin.
- BreakPrint - Class in net.sf.paperclips
-
A print which inserts a page break (or a column break, if inside a
ColumnPrint).
- BreakPrint() - Constructor for class net.sf.paperclips.BreakPrint
-
Constructs a BreakPrint.