libgdx API

Uses of Class
com.badlogic.gdx.Application.ApplicationType

Packages that use Application.ApplicationType
com.badlogic.gdx   
com.badlogic.gdx.backends.android   
com.badlogic.gdx.backends.jogl   
com.badlogic.gdx.backends.lwjgl   
 

Uses of Application.ApplicationType in com.badlogic.gdx
 

Methods in com.badlogic.gdx that return Application.ApplicationType
 Application.ApplicationType Application.getType()
           
static Application.ApplicationType Application.ApplicationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Application.ApplicationType[] Application.ApplicationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Application.ApplicationType in com.badlogic.gdx.backends.android
 

Methods in com.badlogic.gdx.backends.android that return Application.ApplicationType
 Application.ApplicationType AndroidApplication.getType()
          
 

Uses of Application.ApplicationType in com.badlogic.gdx.backends.jogl
 

Methods in com.badlogic.gdx.backends.jogl that return Application.ApplicationType
 Application.ApplicationType JoglApplication.getType()
          
 

Uses of Application.ApplicationType in com.badlogic.gdx.backends.lwjgl
 

Methods in com.badlogic.gdx.backends.lwjgl that return Application.ApplicationType
 Application.ApplicationType LwjglApplication.getType()
           
 Application.ApplicationType LwjglCanvas.getType()
           
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)