Uses of Interface
net.sf.paperclips.decorator.PrintDecorator
Packages that use PrintDecorator
Package
Description
Decorators aid in applying styles uniformly across across documents.
-
Uses of PrintDecorator in net.sf.paperclips.decorator
Classes in net.sf.paperclips.decorator that implement PrintDecoratorModifier and TypeClassDescriptionclass
Decorates prints with a background color.class
Decorates prints with a border.class
Decorates prints with multiple decorators.Constructors in net.sf.paperclips.decorator with parameters of type PrintDecoratorModifierConstructorDescriptionCompoundDecorator
(PrintDecorator[] decorators) Constructs a CompoundDecorator.