|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectapps.lightrays.gfxlib.DrawableElement
apps.lightrays.gfxlib.DrawableStack
public class DrawableStack
The Class DrawableStack.
| Constructor Summary | |
|---|---|
DrawableStack()
Instantiates a new drawable stack. |
|
| Method Summary | |
|---|---|
void |
draw(java.awt.Graphics2D gfx,
long tick_count)
Draw. |
DrawableElement |
getElement(java.lang.String name)
Gets the element. |
void |
pushElement(java.lang.String name,
DrawableElement el)
Push element. |
java.lang.String |
toString()
|
| Methods inherited from class apps.lightrays.gfxlib.DrawableElement |
|---|
getC, getOpacity, getX, getY, getZ, setC, setOpacity, setX, setY, setZ |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DrawableStack()
| Method Detail |
|---|
public void draw(java.awt.Graphics2D gfx,
long tick_count)
DrawableElement
draw in class DrawableElementgfx - the gfxtick_count - the tick_countpublic DrawableElement getElement(java.lang.String name)
name - the name
public void pushElement(java.lang.String name,
DrawableElement el)
name - the nameel - the elpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||