|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.jinx.video.AbstractVisible
public abstract class AbstractVisible
Simple implemtation of Visible, so you don't have to worry about methods
you don't need.
API Stability: Stable.
Constructor Summary | |
---|---|
AbstractVisible()
|
Method Summary | |
---|---|
void |
deinit(Context opt)
Does nothing. |
void |
init(Context opt)
Does nothing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.jinx.video.Visible |
---|
draw |
Constructor Detail |
---|
public AbstractVisible()
Method Detail |
---|
public void init(Context opt)
init
in interface Visible
opt
- describes the rendering options that are being used.public void deinit(Context opt)
deinit
in interface Visible
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 |