|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.opengl.gui.background.Background
public abstract class Background
Provides additional information about a background that is used to display the backgrounds of various components.
| Constructor Summary | |
|---|---|
Background()
|
|
| Method Summary | |
|---|---|
int |
getMinimumHeight()
Returns the minimum height allowed by this background. |
int |
getMinimumWidth()
Returns the minimum width allowed by this background. |
void |
render(Renderer renderer,
int x,
int y,
int width,
int height,
float alpha)
Renders this background. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Background()
| Method Detail |
|---|
public int getMinimumWidth()
public int getMinimumHeight()
public void render(Renderer renderer,
int x,
int y,
int width,
int height,
float alpha)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||