Class TraillerImage

java.lang.Object
fr.formiko.kokcinelo.tools.KScreen
fr.formiko.kokcinelo.view.TraillerImage
All Implemented Interfaces:
com.badlogic.gdx.Screen

public class TraillerImage extends KScreen implements com.badlogic.gdx.Screen
Display the trailler image.
Since:
1.2
Version:
1.3
  • Constructor Details

    • TraillerImage

      public TraillerImage()
      Create the trailler image. It depend of the screen size.
  • Method Details

    • show

      public void show()
      Specified by:
      show in interface com.badlogic.gdx.Screen
    • render

      public void render(float delta)
      Render the trailler image.
      Specified by:
      render in interface com.badlogic.gdx.Screen
      Parameters:
      delta - Time between two frames.
    • resize

      public void resize(int width, int height)
      Specified by:
      resize in interface com.badlogic.gdx.Screen
    • pause

      public void pause()
      Specified by:
      pause in interface com.badlogic.gdx.Screen
    • resume

      public void resume()
      Specified by:
      resume in interface com.badlogic.gdx.Screen
    • hide

      public void hide()
      Specified by:
      hide in interface com.badlogic.gdx.Screen
    • dispose

      public void dispose()
      Specified by:
      dispose in interface com.badlogic.gdx.Screen