Class FilterEffectState

  • All Implemented Interfaces:
    com.jme3.app.state.AppState

    public class FilterEffectState
    extends com.jme3.app.state.AbstractAppState
    • Field Summary

      • Fields inherited from class com.jme3.app.state.AbstractAppState

        initialized
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void initialize​(com.jme3.app.state.AppStateManager stateManager, com.jme3.app.Application app)  
      • Methods inherited from class com.jme3.app.state.AbstractAppState

        cleanup, isEnabled, isInitialized, postRender, render, setEnabled, stateAttached, stateDetached, update
      • Methods inherited from class java.lang.Object

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

      • FilterEffectState

        public FilterEffectState()
    • Method Detail

      • initialize

        public void initialize​(com.jme3.app.state.AppStateManager stateManager,
                               com.jme3.app.Application app)
        Specified by:
        initialize in interface com.jme3.app.state.AppState
        Overrides:
        initialize in class com.jme3.app.state.AbstractAppState