|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.formaria.swing.painter.GradientBackground
org.formaria.swing.painter.LogoBackground
public class LogoBackground
Paints a background with a watermark like logo
Copyright (c) Formaria Ltd., 2008
License: see license.txt
$Revision: 1.11 $
| Field Summary |
|---|
| Fields inherited from class org.formaria.swing.painter.GradientBackground |
|---|
blend, currentProject, title, titleColor, titleFont, titleHeight, titlePos, titleTextColor |
| Fields inherited from interface org.formaria.swing.painter.TitlePainter |
|---|
BOTTOM, LEFT, RIGHT, TOP |
| Constructor Summary | |
|---|---|
LogoBackground()
|
|
| 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 org.formaria.swing.painter.GradientBackground |
|---|
getBackgroundPaint, paint, 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 LogoBackground()
| 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 | ||||||||