|
|||||||||
| 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.FlarePainter
public class FlarePainter
Paints a background with a radial gradient
Copyright (c) Formaria Ltd., 2008
License: see license.txt
$Revision: 1.1 $
| Field Summary | |
|---|---|
protected float |
offsetX
|
protected float |
offsetY
|
| 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 | |
|---|---|
FlarePainter()
|
|
| Method Summary | |
|---|---|
protected java.awt.Paint |
getBackgroundPaint(float x,
float y,
java.awt.Color start,
float wScreen,
float hScreen,
java.awt.Color end)
Get the paint operation for the background |
| 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 |
| Field Detail |
|---|
protected float offsetX
protected float offsetY
| Constructor Detail |
|---|
public FlarePainter()
| Method Detail |
|---|
protected java.awt.Paint getBackgroundPaint(float x,
float y,
java.awt.Color start,
float wScreen,
float hScreen,
java.awt.Color end)
x - starting x positiony - starting y positionstart - the starting colorwScreen - the widthhScreen - the heightend - the ending color
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||