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 classBackgroundDecoratorDecorates prints with a background color.classBorderDecoratorDecorates prints with a border.classCompoundDecoratorDecorates prints with multiple decorators.Constructors in net.sf.paperclips.decorator with parameters of type PrintDecorator Constructor Description CompoundDecorator(PrintDecorator[] decorators)Constructs a CompoundDecorator.
-