|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.xoetrope.swing.XImagePainter
public class XImagePainter
Paints a background with a watermark image
Copyright (c) Xoetrope Ltd., 2002-2004
License: see license.txt
$Revision: 1.2 $
| Constructor Summary | |
|---|---|
XImagePainter()
|
|
| Method Summary | |
|---|---|
void |
paint(java.awt.Graphics g,
java.lang.Object obj,
int x,
int y,
int w,
int h)
Paints a background with a watermark image. |
void |
setBlend(boolean b)
Does nothing |
void |
setImage(java.lang.String imageName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XImagePainter()
| Method Detail |
|---|
public void paint(java.awt.Graphics g,
java.lang.Object obj,
int x,
int y,
int w,
int h)
paint in interface XPainterobj - The object/component being paintedg - the graphics contextx - the left coordinatey - the top coordinatew - the width coordinateh - the height coordinate
Copyright: Copyright (c) Xoetrope Ltd., 1998-2003
License: see license.txt
$Revision: 1.2 $
public void setImage(java.lang.String imageName)
public void setBlend(boolean b)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||