|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.paperclips.decorator.BackgroundDecorator
public class BackgroundDecorator
Decorates prints with a background color.
| Constructor Summary | |
|---|---|
BackgroundDecorator(org.eclipse.swt.graphics.RGB background)
Constructs a BackgroundDecorator with the given background. |
|
| 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 BackgroundDecorator(org.eclipse.swt.graphics.RGB background)
background - the background color.| Method Detail |
|---|
public Print decorate(Print target)
PrintDecorator
decorate in interface PrintDecoratortarget - the print to wrap with a decoration.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||