com.jmex.bui.background
Class TintedBackground
java.lang.Object
com.jmex.bui.background.BBackground
com.jmex.bui.background.TintedBackground
public class TintedBackground
- extends BBackground
Displays a partially transparent solid color in the background.
|
Method Summary |
void |
render(Renderer renderer,
int x,
int y,
int width,
int height,
float alpha)
Renders this background. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_color
protected ColorRGBA _color
TintedBackground
public TintedBackground(ColorRGBA color)
- Creates a tinted background with the specified color.
render
public void render(Renderer renderer,
int x,
int y,
int width,
int height,
float alpha)
- Description copied from class:
BBackground
- Renders this background.
- Overrides:
render in class BBackground
Copyright © 2008 Michael Bayne.
All Rights Reserved.