|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tbee.swing.WatermarkPainter
org.tbee.swing.WatermarkPainterStamp
public class WatermarkPainterStamp
An extension of WatermarkPainter that
paints a translucent image in the bottom right
corner of the component.
| Constructor Summary | |
|---|---|
WatermarkPainterStamp(java.awt.Image image)
|
|
| Method Summary | |
|---|---|
void |
paint(java.awt.Graphics g)
Paint onto the graphics object indicated by the parameter. |
| Methods inherited from class org.tbee.swing.WatermarkPainter |
|---|
getComponent, hierarchyChanged, start, stop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WatermarkPainterStamp(java.awt.Image image)
| Method Detail |
|---|
public void paint(java.awt.Graphics g)
WatermarkPaintergetComponent for size
information. The component returned is
guaranteed to be non-null as setComponent
will always be called with a non-null component
before any painting is done.
paint in class WatermarkPainterg - the graphics object on which to paint
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||