Package net.sf.paperclips.decorator
Interface PrintDecorator
-
- All Known Implementing Classes:
BackgroundDecorator,BorderDecorator,CompoundDecorator
public interface PrintDecoratorInterface for wrapping a print in a decoration. This interface is useful for applying decorations uniformly without having to explicitly call constructors for each item being decorated.- Author:
- Matthew Hall
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Printdecorate(Print target)Wraps the target in a decoration.
-