|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StackDrawable
Interface for classes that can draw as part of a StackDisplay.
Method Summary | |
---|---|
void |
dispose()
Dispose of any resources this StackDrawable may be holding. |
void |
draw(javax.media.opengl.GL gl)
Draws the drawable using the current OpenGL interface. |
long |
getSortIndex()
Gets an index that can be used to sort this drawable. |
void |
init()
Initializes this StackDrawable. |
Method Detail |
---|
void init()
void dispose()
void draw(javax.media.opengl.GL gl)
gl
- the interface to OpenGL.long getSortIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |