Class MenuView



  • public class MenuView
    extends java.lang.Object
    The View manages the graphical ouput and input.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected MenuView​(MenuController controller)
      Creates alpha View.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void render​(boolean warning)
      renders the scene
      protected void show​()  
      protected void update​(float dt)  
      • Methods inherited from class java.lang.Object

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

      • MenuView

        protected MenuView​(MenuController controller)
        Creates alpha View.
        Parameters:
        controller -
    • Method Detail

      • update

        protected void update​(float dt)
        Parameters:
        dt - time in ms
      • render

        protected void render​(boolean warning)
        renders the scene
        Parameters:
        warning - Render alpha warning about no custom main menu in use.
      • show

        protected void show​()