Uses of Package
com.badlogic.gdx.utils

Packages that use com.badlogic.gdx.utils
com.badlogic.gdx   
com.badlogic.gdx.assets   
com.badlogic.gdx.assets.loaders   
com.badlogic.gdx.audio   
com.badlogic.gdx.graphics   
com.badlogic.gdx.graphics.g2d   
com.badlogic.gdx.graphics.g3d   
com.badlogic.gdx.graphics.g3d.decals   
com.badlogic.gdx.graphics.g3d.environment   
com.badlogic.gdx.graphics.g3d.loader   
com.badlogic.gdx.graphics.g3d.model   
com.badlogic.gdx.graphics.g3d.model.data   
com.badlogic.gdx.graphics.g3d.shaders   
com.badlogic.gdx.graphics.g3d.utils   
com.badlogic.gdx.graphics.glutils   
com.badlogic.gdx.maps   
com.badlogic.gdx.maps.tiled   
com.badlogic.gdx.maps.tiled.renderers   
com.badlogic.gdx.maps.tiled.tiles   
com.badlogic.gdx.math   
com.badlogic.gdx.net   
com.badlogic.gdx.scenes.scene2d   
com.badlogic.gdx.scenes.scene2d.actions   
com.badlogic.gdx.scenes.scene2d.ui   
com.badlogic.gdx.scenes.scene2d.utils   
com.badlogic.gdx.utils   
com.badlogic.gdx.utils.async   
com.badlogic.gdx.utils.viewport   
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx
Array
          A resizable, ordered or unordered array of objects.
Clipboard
          A very simple clipboard interface for text content.
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.assets
Array
          A resizable, ordered or unordered array of objects.
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.
ObjectMap
          An unordered map.
 

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.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.
GdxRuntimeException
          Typed runtime exception used throughout libgdx
ObjectSet
          An unordered set where the keys are objects.
OrderedMap
          An ObjectMap that also stores keys in an Array using the insertion order.
Pool
          A pool of objects that can be reused to avoid allocation.
 

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

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.environment
Disposable
          Interface for disposable resources.
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.graphics.g3d.loader
BaseJsonReader
           
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.graphics.g3d.model
Array
          A resizable, ordered or unordered array of objects.
ArrayMap
          An ordered or unordered map of objects.
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.graphics.g3d.model.data
Array
          A resizable, ordered or unordered array of objects.
ArrayMap
          An ordered or unordered map of objects.
 

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

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.graphics.g3d.utils
Array
          A resizable, ordered or unordered array of objects.
Disposable
          Interface for disposable resources.
Pool.Poolable
          Objects implementing this interface will have Pool.Poolable.reset() called when passed to Pool.free(Object).
 

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.maps
Array
          A resizable, ordered or unordered array of objects.
Disposable
          Interface for disposable resources.
ObjectMap
          An unordered map.
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.maps.tiled
Array
          A resizable, ordered or unordered array of objects.
Disposable
          Interface for disposable resources.
XmlReader.Element
           
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.maps.tiled.renderers
Disposable
          Interface for disposable resources.
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.maps.tiled.tiles
Array
          A resizable, ordered or unordered array of objects.
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.math
Array
          A resizable, ordered or unordered array of objects.
FloatArray
          A resizable, ordered or unordered float array.
IntArray
          A resizable, ordered or unordered int array.
Pool
          A pool of objects that can be reused to avoid allocation.
ShortArray
          A resizable, ordered or unordered short array.
 

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

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.scenes.scene2d
Array
          A resizable, ordered or unordered array of objects.
Disposable
          Interface for disposable resources.
Pool
          A pool of objects that can be reused to avoid allocation.
Pool.Poolable
          Objects implementing this interface will have Pool.Poolable.reset() called when passed to Pool.free(Object).
SnapshotArray
          Guarantees that array entries provided by SnapshotArray.begin() between indexes 0 and Array.size at the time begin was called will not be modified until SnapshotArray.end() is called.
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.scenes.scene2d.actions
Array
          A resizable, ordered or unordered array of objects.
Pool.Poolable
          Objects implementing this interface will have Pool.Poolable.reset() called when passed to Pool.free(Object).
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.scenes.scene2d.ui
Array
          A resizable, ordered or unordered array of objects.
Clipboard
          A very simple clipboard interface for text content.
Disposable
          Interface for disposable resources.
ObjectMap
          An unordered map.
Scaling
          Various scaling types for fitting one rectangle into another.
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.scenes.scene2d.utils
Array
          A resizable, ordered or unordered array of objects.
ObjectSet
          An unordered set where the keys are objects.
Pool.Poolable
          Objects implementing this interface will have Pool.Poolable.reset() called when passed to Pool.free(Object).
 

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.utils
Array
          A resizable, ordered or unordered array of objects.
ArrayMap
          An ordered or unordered map of objects.
ArrayMap.Entries
           
ArrayMap.Keys
           
ArrayMap.Values
           
BaseJsonReader
           
BinaryHeap.Node
           
Bits
          A bitset, without size limitation, allows comparison via bitwise operators to other bitfields.
BooleanArray
          A resizable, ordered or unordered boolean array.
ByteArray
          A resizable, ordered or unordered byte array.
CharArray
          A resizable, ordered or unordered char array.
DelayedRemovalArray
          Queues any removals done after DelayedRemovalArray.begin() is called to occur once DelayedRemovalArray.end() is called.
FloatArray
          A resizable, ordered or unordered float array.
IdentityMap
          An unordered map that uses identity comparison for keys.
IdentityMap.Entries
           
IdentityMap.Entry
           
IdentityMap.Keys
           
IdentityMap.Values
           
IntArray
          A resizable, ordered or unordered int array.
IntFloatMap
          An unordered map where the keys are ints and values are floats.
IntFloatMap.Entries
           
IntFloatMap.Entry
           
IntFloatMap.Keys
           
IntFloatMap.Values
           
IntIntMap
          An unordered map where the keys and values are ints.
IntIntMap.Entries
           
IntIntMap.Entry
           
IntIntMap.Keys
           
IntIntMap.Values
           
IntMap
          An unordered map that uses int keys.
IntMap.Entries
           
IntMap.Entry
           
IntMap.Keys
           
IntMap.Values
           
IntSet
          An unordered set that uses int keys.
IntSet.IntSetIterator
           
Json
          Reads/writes Java objects to/from JSON, automatically.
Json.Serializer
           
JsonValue
          Container for a JSON object, array, string, double, long, boolean, or null.
JsonValue.JsonIterator
           
JsonValue.PrettyPrintSettings
           
JsonValue.ValueType
           
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
           
ObjectFloatMap
          An unordered map where the values are floats.
ObjectFloatMap.Entries
           
ObjectFloatMap.Entry
           
ObjectFloatMap.Keys
           
ObjectFloatMap.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
           
ObjectSet
          An unordered set where the keys are objects.
ObjectSet.SetIterator
           
PerformanceCounter
          Class to keep track of the time and load (percentage of total time) a specific task takes.
Pool
          A pool of objects that can be reused to avoid allocation.
Predicate
          Interface used to select items within an iterator against a predicate.
Predicate.PredicateIterator
           
Scaling
          Various scaling types for fitting one rectangle into another.
Select
          This class is for selecting a ranked element (kth ordered statistic) from an unordered list in faster time than sorting the whole array.
ShortArray
          A resizable, ordered or unordered short array.
SnapshotArray
          Guarantees that array entries provided by SnapshotArray.begin() between indexes 0 and Array.size at the time begin was called will not be modified until SnapshotArray.end() is called.
Sort
          Provides methods to sort arrays of objects.
SortedIntList.Node
           
StringBuilder
          A StringBuilder that implements equals and hashcode.
Timer
          Executes tasks in the future on the main loop thread.
Timer.Task
          Runnable with a cancel method.
UBJsonWriter
          Builder style API for emitting UBJSON.
XmlReader.Element
           
XmlWriter
          Builder style API for emitting XML.
 

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

Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.utils.viewport
Scaling
          Various scaling types for fitting one rectangle into another.
 



Copyright © 2014. All Rights Reserved.