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