net.jinx.video
Class AbstractVisible

java.lang.Object
  extended by net.jinx.video.AbstractVisible
All Implemented Interfaces:
Visible

public abstract class AbstractVisible
extends java.lang.Object
implements Visible

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

AbstractVisible

public AbstractVisible()
Method Detail

init

public void init(Context opt)
Does nothing.

Specified by:
init in interface Visible
Parameters:
opt - describes the rendering options that are being used.

deinit

public void deinit(Context opt)
Does nothing.

Specified by:
deinit in interface Visible
Parameters:
opt - describes the rendering options that are being used.