| Interface | Description |
|---|---|
| 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.
|
| Class | Description |
|---|---|
| AbstractBorderPainter |
Abstract implementation of BorderPainter providing implementation of helper
methods.
|
| BorderPrint |
A decorator that draws a border around the target print.
|
| GapBorder |
A border which leaves a gap around the target Print.
|
| GapBorderPainter | |
| LineBorder |
A border that draws a rectangle around a print.
|
| LineBorderPainter |