Uses of Class
crystalspace.jbind.impl.video.effects.efvector4.csEffectVector4

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

Uses of csEffectVector4 in crystalspace.jbind.impl.video.effects.efdef
 

Methods in crystalspace.jbind.impl.video.effects.efdef that return csEffectVector4
 csEffectVector4 csEffectDefinition.getVariableVector4(int variableID)
           
 

Methods in crystalspace.jbind.impl.video.effects.efdef with parameters of type csEffectVector4
 void csEffectDefinition.setVariableVector4(int variableID, csEffectVector4 value)
           
 

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

Methods in crystalspace.jbind.impl.video.effects.eflayer that return csEffectVector4
 csEffectVector4 csEffectLayer.getStateVector4(int state)
           
 

Methods in crystalspace.jbind.impl.video.effects.eflayer with parameters of type csEffectVector4
 void csEffectLayer.setStateVector4(int state, csEffectVector4 value)
           
 

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

Methods in crystalspace.jbind.impl.video.effects.efpass that return csEffectVector4
 csEffectVector4 csEffectPass.getStateVector4(int state)
           
 

Methods in crystalspace.jbind.impl.video.effects.efpass with parameters of type csEffectVector4
 void csEffectPass.setStateVector4(int state, csEffectVector4 value)
           
 

Uses of csEffectVector4 in crystalspace.jbind.interfaces.ivideo.effects.efdef
 

Methods in crystalspace.jbind.interfaces.ivideo.effects.efdef that return csEffectVector4
 csEffectVector4 iEffectDefinition.getVariableVector4(int variableID)
          Get variable value as csEffectVector4.
 

Methods in crystalspace.jbind.interfaces.ivideo.effects.efdef with parameters of type csEffectVector4
 void iEffectDefinition.setVariableVector4(int variableID, csEffectVector4 value)
          Set variable value as vector4.
 

Uses of csEffectVector4 in crystalspace.jbind.interfaces.ivideo.effects.eflayer
 

Methods in crystalspace.jbind.interfaces.ivideo.effects.eflayer that return csEffectVector4
 csEffectVector4 iEffectLayer.getStateVector4(int state)
          Get a state vector4.
 

Methods in crystalspace.jbind.interfaces.ivideo.effects.eflayer with parameters of type csEffectVector4
 void iEffectLayer.setStateVector4(int state, csEffectVector4 value)
          Set a state vector4.
 

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

Methods in crystalspace.jbind.interfaces.ivideo.effects.efpass that return csEffectVector4
 csEffectVector4 iEffectPass.getStateVector4(int state)
          Get a state vector4.
 

Methods in crystalspace.jbind.interfaces.ivideo.effects.efpass with parameters of type csEffectVector4
 void iEffectPass.setStateVector4(int state, csEffectVector4 value)
          Set a state vector4.