libgdx API

Uses of Interface
com.badlogic.gdx.Preferences

Packages that use Preferences
com.badlogic.gdx   
com.badlogic.gdx.backends.android   
com.badlogic.gdx.backends.jogl   
com.badlogic.gdx.backends.lwjgl   
 

Uses of Preferences in com.badlogic.gdx
 

Methods in com.badlogic.gdx that return Preferences
 Preferences Application.getPreferences(java.lang.String name)
          Returns the Preferences instance of this Application.
 

Uses of Preferences in com.badlogic.gdx.backends.android
 

Methods in com.badlogic.gdx.backends.android that return Preferences
 Preferences AndroidApplication.getPreferences(java.lang.String name)
           
 

Uses of Preferences in com.badlogic.gdx.backends.jogl
 

Methods in com.badlogic.gdx.backends.jogl that return Preferences
 Preferences JoglApplication.getPreferences(java.lang.String name)
           
 

Uses of Preferences in com.badlogic.gdx.backends.lwjgl
 

Methods in com.badlogic.gdx.backends.lwjgl that return Preferences
 Preferences LwjglApplication.getPreferences(java.lang.String name)
           
 Preferences LwjglCanvas.getPreferences(java.lang.String name)
           
 


libgdx API

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