libgdx API

Uses of Package
com.badlogic.gdx.utils

Packages that use com.badlogic.gdx.utils
com.badlogic.gdx.assets   
com.badlogic.gdx.assets.loaders   
com.badlogic.gdx.audio   
com.badlogic.gdx.audio.analysis   
com.badlogic.gdx.audio.io   
com.badlogic.gdx.graphics   
com.badlogic.gdx.graphics.g2d   
com.badlogic.gdx.graphics.g2d.tiled   
com.badlogic.gdx.graphics.g3d.decals   
com.badlogic.gdx.graphics.g3d.loaders.md5   
com.badlogic.gdx.graphics.glutils   
com.badlogic.gdx.physics.box2d   
com.badlogic.gdx.scenes.scene2d   
com.badlogic.gdx.scenes.scene2d.actions   
com.badlogic.gdx.scenes.scene2d.ui   
com.badlogic.gdx.utils   
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.assets
Disposable
          Interface for disposable resources.
Logger
          Simple logger that uses the Application logging facilities to output messages.
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.assets.loaders
Array
          A resizable, ordered or unordered array of objects.
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.audio
Disposable
          Interface for disposable resources.
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.audio.analysis
Disposable
          Interface for disposable resources.
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.audio.io
Disposable
          Interface for disposable resources.
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.graphics
Disposable
          Interface for disposable resources.
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.graphics.g2d
Array
          A resizable, ordered or unordered array of objects.
Disposable
          Interface for disposable resources.
FloatArray
          A resizable, ordered or unordered float array.
Pool
          A pool of objects that can be resused to avoid allocation.
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.graphics.g2d.tiled
Disposable
          Interface for disposable resources.
IntArray
          A resizable, ordered or unordered int array.
IntMap
          An unordered map that uses int keys.
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.graphics.g3d.decals
Array
          A resizable, ordered or unordered array of objects.
Disposable
          Interface for disposable resources.
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.graphics.g3d.loaders.md5
Disposable
          Interface for disposable resources.
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.graphics.glutils
Disposable
          Interface for disposable resources.
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.physics.box2d
Disposable
          Interface for disposable resources.
LongMap
          An unordered map that uses long keys.
Pool
          A pool of objects that can be resused to avoid allocation.
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.scenes.scene2d
Disposable
          Interface for disposable resources.
ObjectMap
          An unordered map.
PooledLinkedList
          A simple linked list that pools its nodes.
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.scenes.scene2d.actions
Pool
          A pool of objects that can be resused to avoid allocation.
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.scenes.scene2d.ui
Disposable
          Interface for disposable resources.
Json
          Reads/writes Java objects to/from JSON, automatically.
ObjectMap
          An unordered map.
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.utils
Array
          A resizable, ordered or unordered array of objects.
BinaryHeap.Node
           
BooleanArray
          A resizable, ordered or unordered boolean array.
FloatArray
          A resizable, ordered or unordered float array.
IdentityMap
          An unordered map that uses identity comparison.
IdentityMap.Entries
           
IdentityMap.Entry
           
IdentityMap.Keys
           
IdentityMap.Values
           
IntArray
          A resizable, ordered or unordered int array.
IntMap
          An unordered map that uses int keys.
IntMap.Entries
           
IntMap.Entry
           
IntMap.Keys
           
IntMap.Values
           
Json
          Reads/writes Java objects to/from JSON, automatically.
Json.Serializer
           
JsonWriter
          Builder style API for emitting JSON.
JsonWriter.OutputType
           
LongArray
          A resizable, ordered or unordered long array.
LongMap
          An unordered map that uses long keys.
LongMap.Entries
           
LongMap.Entry
           
LongMap.Keys
           
LongMap.Values
           
ObjectIntMap
          An unordered map where the values are ints.
ObjectIntMap.Entries
           
ObjectIntMap.Entry
           
ObjectIntMap.Keys
           
ObjectIntMap.Values
           
ObjectMap
          An unordered map.
ObjectMap.Entries
           
ObjectMap.Entry
           
ObjectMap.Keys
           
ObjectMap.Values
           
Sort
          Provides methods to sort arrays of objects.
SortedIntList.Node
           
XmlReader.Element
           
XmlWriter
          Builder style API for emitting XML.
 


libgdx API

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