Uses of Interface
crystalspace.jbind.interfaces.ivideo.effects.eflayer.iEffectLayer

Packages that use iEffectLayer
crystalspace.jbind.impl.video.effects.eflayer   
crystalspace.jbind.impl.video.effects.efpass   
crystalspace.jbind.interfaces.ivideo.effects.efpass   
 

Uses of iEffectLayer in crystalspace.jbind.impl.video.effects.eflayer
 

Classes in crystalspace.jbind.impl.video.effects.eflayer that implement iEffectLayer
 class csEffectLayer
           
 

Uses of iEffectLayer in crystalspace.jbind.impl.video.effects.efpass
 

Methods in crystalspace.jbind.impl.video.effects.efpass that return iEffectLayer
 iEffectLayer csEffectPass.createLayer()
           
 iEffectLayer csEffectPass.getLayer(int layer)
           
 

Uses of iEffectLayer in crystalspace.jbind.interfaces.ivideo.effects.efpass
 

Methods in crystalspace.jbind.interfaces.ivideo.effects.efpass that return iEffectLayer
 iEffectLayer iEffectPass.createLayer()
          Create a new layer.
 iEffectLayer iEffectPass.getLayer(int layer)
          Get a specific layer.