|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.opengl.gui.icon.Icon
public abstract class Icon
Provides icon imagery for various components which make use of it.
| Constructor Summary | |
|---|---|
Icon()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Icon()
| Method Detail |
|---|
public abstract int getWidth()
public abstract int getHeight()
public void render(Renderer renderer,
int x,
int y,
float alpha)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||