|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.paperclips.decorator.BorderDecorator
public class BorderDecorator
Decorates prints with a border.
BorderPrint
,
Border
Constructor Summary | |
---|---|
BorderDecorator(Border border)
Constructs a BorderDecorator. |
Method Summary | |
---|---|
Print |
decorate(Print target)
Wraps the target in a decoration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BorderDecorator(Border border)
border
- the initial borderMethod Detail |
---|
public Print decorate(Print target)
PrintDecorator
decorate
in interface PrintDecorator
target
- the print to wrap with a decoration.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |