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 org.slf4j.Loggerlog
-
Constructor Summary
Constructors Constructor Description GdxMapApp()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateLayers()voiddispose()protected static com.badlogic.gdx.backends.lwjgl.LwjglApplicationConfigurationgetConfig(java.lang.String title)static voidinit()protected voidinitGLAdapter(com.badlogic.gdx.graphics.glutils.GLVersion version)static voidmain(java.lang.String[] args)static voidrun(org.oscim.gdx.GdxMap map)static voidrun(org.oscim.gdx.GdxMap map, com.badlogic.gdx.backends.lwjgl.LwjglApplicationConfiguration config, int tileSize)
-
-
-
Method Detail
-
init
public static void init()
-
main
public static void main(java.lang.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(java.lang.String title)
-
initGLAdapter
protected void initGLAdapter(com.badlogic.gdx.graphics.glutils.GLVersion version)
- Specified by:
initGLAdapterin classorg.oscim.gdx.GdxMap
-
createLayers
public void createLayers()
- Overrides:
createLayersin classorg.oscim.gdx.GdxMap
-
dispose
public void dispose()
- Specified by:
disposein interfacecom.badlogic.gdx.ApplicationListener- Overrides:
disposein classorg.oscim.gdx.GdxMap
-
-