|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jmex.bui.background.BBackground
public abstract class BBackground
Provides additional information about a background that is used to display the backgrounds of various components.
| Constructor Summary | |
|---|---|
BBackground()
|
|
| 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. |
void |
wasAdded()
Called when the component that contains this background is was added to the interface hierarchy. |
void |
wasRemoved()
Called when the component that contains this background is no longer part of a user interface hierarchy. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BBackground()
| Method Detail |
|---|
public int getMinimumWidth()
public int getMinimumHeight()
public void render(Renderer renderer,
int x,
int y,
int width,
int height,
float alpha)
public void wasAdded()
public void wasRemoved()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||