Class EffectModel

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.awt.image.BufferedImage image  
      java.lang.String imagePath  
    • Constructor Summary

      Constructors 
      Constructor Description
      EffectModel​(java.lang.String imagePath)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.event.KeyEvent keyDown​(java.awt.event.KeyEvent e)  
      int speedFunction​(int currentSpeed)  
      • Methods inherited from class java.lang.Object

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

      • imagePath

        public java.lang.String imagePath
      • image

        public java.awt.image.BufferedImage image
    • Constructor Detail

      • EffectModel

        public EffectModel​(java.lang.String imagePath)
    • Method Detail

      • speedFunction

        public int speedFunction​(int currentSpeed)
      • keyDown

        public java.awt.event.KeyEvent keyDown​(java.awt.event.KeyEvent e)