| Package | Description |
|---|---|
| net.sf.paperclips.decorator |
Decorators aid in applying styles uniformly across across documents.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
BackgroundDecorator |
Decorates prints with a background color.
|
class |
BorderDecorator |
Decorates prints with a border.
|
class |
CompoundDecorator |
Decorates prints with multiple decorators.
|
| Constructor | Description |
|---|---|
CompoundDecorator(PrintDecorator[] decorators) |
Constructs a CompoundDecorator.
|