Package gaiasky

Class GaiaSkyView

java.lang.Object
gaiasky.GaiaSkyView
All Implemented Interfaces:
com.badlogic.gdx.ApplicationListener, IObserver

public class GaiaSkyView
extends java.lang.Object
implements com.badlogic.gdx.ApplicationListener, IObserver
  • Field Summary

    Fields
    Modifier and Type Field Description
    static com.badlogic.gdx.backends.lwjgl3.Lwjgl3Graphics graphics
    Graphics
    static com.badlogic.gdx.backends.lwjgl3.Lwjgl3Input input
    Input
    static com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window window
    Window
  • Constructor Summary

    Constructors
    Constructor Description
    GaiaSkyView()  
  • Method Summary

    Modifier and Type Method Description
    void create()  
    void dispose()  
    void notify​(Events event, java.lang.Object... data)  
    void pause()  
    static void postRunnable​(java.lang.Runnable r)  
    void render()  
    void resize​(int width, int height)  
    void resume()  
    void setWindow​(com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window window)  

    Methods inherited from class java.lang.Object

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

    • window

      public static com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window window
      Window
    • graphics

      public static com.badlogic.gdx.backends.lwjgl3.Lwjgl3Graphics graphics
      Graphics
    • input

      public static com.badlogic.gdx.backends.lwjgl3.Lwjgl3Input input
      Input
  • Constructor Details

    • GaiaSkyView

      public GaiaSkyView()
  • Method Details

    • setWindow

      public void setWindow​(com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window window)
    • create

      public void create()
      Specified by:
      create in interface com.badlogic.gdx.ApplicationListener
    • resize

      public void resize​(int width, int height)
      Specified by:
      resize in interface com.badlogic.gdx.ApplicationListener
    • render

      public void render()
      Specified by:
      render in interface com.badlogic.gdx.ApplicationListener
    • pause

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

      public void resume()
      Specified by:
      resume in interface com.badlogic.gdx.ApplicationListener
    • dispose

      public void dispose()
      Specified by:
      dispose in interface com.badlogic.gdx.ApplicationListener
    • notify

      public void notify​(Events event, java.lang.Object... data)
      Specified by:
      notify in interface IObserver
    • postRunnable

      public static void postRunnable​(java.lang.Runnable r)