|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jmex.bui.icon.BIcon
public abstract class BIcon
Provides icon imagery for various components which make use of it.
| Constructor Summary | |
|---|---|
BIcon()
|
|
| Method Summary | |
|---|---|
abstract int |
getHeight()
Returns the height of this icon. |
abstract int |
getWidth()
Returns the width of this icon. |
void |
render(Renderer renderer,
int x,
int y,
float alpha)
Renders this icon. |
void |
wasAdded()
Called when the component that contains this icon is was added to the interface hierarchy. |
void |
wasRemoved()
Called when the component that contains this icon 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 BIcon()
| Method Detail |
|---|
public abstract int getWidth()
public abstract int getHeight()
public void render(Renderer renderer,
int x,
int y,
float alpha)
public void wasAdded()
public void wasRemoved()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||