| com.xoetrope.swing.painter.XFlarePainter
XFlarePainter | public class XFlarePainter extends XGradientBackground (Code) | | Paints a background with a radial gradient
Copyright (c) Xoetrope Ltd., 2002-2006
License: see license.txt
$Revision: 1.1 $
|
offsetX | protected float offsetX(Code) | | |
offsetY | protected float offsetY(Code) | | |
getBackgroundPaint | protected Paint getBackgroundPaint(float x, float y, Color start, float wScreen, float hScreen, Color end)(Code) | | Get the paint operation for the background
Parameters: x - starting x position Parameters: y - starting y position Parameters: start - the starting color Parameters: wScreen - the width Parameters: hScreen - the height Parameters: end - the ending color the paint operation |
|
|