Uses of Interface
net.sf.paperclips.decorator.PrintDecorator
-
Packages that use PrintDecorator Package Description net.sf.paperclips.decorator 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 PrintDecorator 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.Constructors in net.sf.paperclips.decorator with parameters of type PrintDecorator Constructor Description CompoundDecorator(PrintDecorator[] decorators)
Constructs a CompoundDecorator.
-