|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Visible
Visible represents something that is drawable using a Renderer. This may
seem like an obvious statement, but implementing Visible allows the creation
of any visual effect that may be needed.
API Stability: Stable.
Method Summary | |
---|---|
void |
deinit(Context opt)
Deinitializes this Visible, disposing of any resources that it may be using. |
void |
draw(Context opt)
Renders this Visible to glDrawable. |
void |
init(Context opt)
Initializes this Visible, preparing it for rendering. |
Method Detail |
---|
void init(Context opt)
opt
- describes the rendering options that are being used.void draw(Context opt)
opt
- describes the rendering options that are being used.void deinit(Context opt)
opt
- describes the rendering options that are being used.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |