Package | Description |
---|---|
net.sf.paperclips |
Core classes for creating printable documents.
|
net.sf.paperclips.decorator |
Decorators aid in applying styles uniformly across across documents.
|
Modifier and Type | Class | Description |
---|---|---|
class |
GapBorder |
A border which leaves a gap around the target Print.
|
class |
LineBorder |
A border that draws a rectangle around a print.
|
Modifier and Type | Method | Description |
---|---|---|
Border |
BorderPrint.getBorder() |
Returns the border being applied to the target.
|
Border |
DefaultGridLook.getCellBorder() |
Returns the cell border.
|
Border |
GridPrint.getCellBorder() |
Deprecated.
this functionality has been moved to DefaultGridLook.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DefaultGridLook.setCellBorder(Border border) |
Sets the cell border.
|
void |
GridPrint.setCellBorder(Border border) |
Deprecated.
this functionality has been moved to DefaultGridLook. Set a
DefaultGridLook on the grid, then call setCellBorder on the
grid look.
|
Constructor | Description |
---|---|
BorderPrint(Print target,
Border border) |
Constructs a BorderPrint with the given target and border.
|
Constructor | Description |
---|---|
BorderDecorator(Border border) |
Constructs a BorderDecorator.
|