Package org.oscim.gdx

Class GdxMapApp

java.lang.Object
org.oscim.gdx.GdxMap
org.oscim.gdx.GdxMapApp
All Implemented Interfaces:
com.badlogic.gdx.ApplicationListener

public class GdxMapApp extends org.oscim.gdx.GdxMap
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.slf4j.Logger
     

    Fields inherited from class org.oscim.gdx.GdxMap

    mGestureDetector, mMap, mMapRenderer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    protected static com.badlogic.gdx.backends.lwjgl.LwjglApplicationConfiguration
     
    static void
     
    protected void
    initGLAdapter(com.badlogic.gdx.graphics.glutils.GLVersion version)
     
    static void
    main(String[] args)
     
    static void
    run(org.oscim.gdx.GdxMap map)
     
    static void
    run(org.oscim.gdx.GdxMap map, com.badlogic.gdx.backends.lwjgl.LwjglApplicationConfiguration config, int tileSize)
     

    Methods inherited from class org.oscim.gdx.GdxMap

    create, getMap, initDefaultLayers, onKeyDown, onKeyUp, pause, render, resize, resume

    Methods inherited from class java.lang.Object

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

    • log

      public static final org.slf4j.Logger log
  • Constructor Details

    • GdxMapApp

      public GdxMapApp()
  • Method Details

    • init

      public static void init()
    • main

      public static void main(String[] args)
    • run

      public static void run(org.oscim.gdx.GdxMap map)
    • run

      public static void run(org.oscim.gdx.GdxMap map, com.badlogic.gdx.backends.lwjgl.LwjglApplicationConfiguration config, int tileSize)
    • getConfig

      protected static com.badlogic.gdx.backends.lwjgl.LwjglApplicationConfiguration getConfig(String title)
    • initGLAdapter

      protected void initGLAdapter(com.badlogic.gdx.graphics.glutils.GLVersion version)
      Specified by:
      initGLAdapter in class org.oscim.gdx.GdxMap
    • createLayers

      public void createLayers()
      Overrides:
      createLayers in class org.oscim.gdx.GdxMap
    • dispose

      public void dispose()
      Specified by:
      dispose in interface com.badlogic.gdx.ApplicationListener
      Overrides:
      dispose in class org.oscim.gdx.GdxMap