|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.xoetrope.swing.XGradientBackground
net.xoetrope.swing.XLogoBackground
public class XLogoBackground
Paints a background with a watermark like logo
Copyright (c) Xoetrope Ltd., 2002-2004
License: see license.txt
$Revision: 1.11 $
| Field Summary |
|---|
| Fields inherited from class net.xoetrope.swing.XGradientBackground |
|---|
blend, currentProject, title, titleColor, titleFont, titleHeight, titlePos, titleTextColor |
| Fields inherited from interface net.xoetrope.swing.painter.XTitlePainter |
|---|
BOTTOM, LEFT, RIGHT, TOP |
| Constructor Summary | |
|---|---|
XLogoBackground()
|
|
| Method Summary | |
|---|---|
protected void |
paintExtras(java.awt.Graphics2D g2d,
java.lang.Object obj,
int x,
int y,
int w,
int h)
Paint any extra elements using the current transormation |
| Methods inherited from class net.xoetrope.swing.XGradientBackground |
|---|
getBackgroundPaint, paint, paintBackground, paintExtras, setBlend, setTitle, setTitleColor, setTitleFont, setTitlePosition, setTitleTextColor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XLogoBackground()
| Method Detail |
|---|
protected void paintExtras(java.awt.Graphics2D g2d,
java.lang.Object obj,
int x,
int y,
int w,
int h)
g2d - the graphics contextobj - The object/component being paintedx - the left coordinatey - the top coordinatew - the width coordinateh - the height coordinate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||