Package 

Class FlowAbsSubEffect

  • All Implemented Interfaces:
    net.protyposis.android.spectaculum.effects.Effect , net.protyposis.android.spectaculum.effects.Parameter.Listener

    
    public abstract class FlowAbsSubEffect
    extends BaseEffect
                        

    Created by Mario on 18.07.2014. Used to share a common FlowAbs instance across all FlowAbs subeffects. Initializing one FlowAbs instance per effect takes too much time and memory.

    • Method Summary

      Modifier and Type Method Description
      void init(int width, int height)
      • Methods inherited from class net.protyposis.android.spectaculum.effects.BaseEffect

        addListener, addParameter, apply, getName, getParameters, hasParameters, init, isInitialized, onParameterChanged, removeListener, removeParameter, reset, setListener, setParameterHandler
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • init

         void init(int width, int height)