|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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.backends.android | |
---|---|
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.backends.lwjgl | |
---|---|
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.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 reused 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.g3d.chunks | |
---|---|
Array
A resizable, ordered or unordered array of objects. |
Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.graphics.g3d.materials | |
---|---|
Array
A resizable, ordered or unordered array of objects. |
Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.graphics.g3d.model.keyframe | |
---|---|
Disposable
Interface for disposable resources. |
|
ObjectMap
An unordered map. |
Classes in com.badlogic.gdx.utils used by com.badlogic.gdx.graphics.g3d.model.skeleton | |
---|---|
Array
A resizable, ordered or unordered array of objects. |
|
ObjectMap
An unordered map. |
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.net | |
---|---|
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 reused to avoid allocation. |
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. |
|
Json
Reads/writes Java objects to/from JSON, automatically. |
|
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 | |
---|---|
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
|
|
BinaryHeap.Node
|
|
BooleanArray
A resizable, ordered or unordered boolean array. |
|
CharArray
A resizable, ordered or unordered char array. |
|
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
|
|
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
|
|
OrderedMap
An ObjectMap that also stores keys in an Array using the insertion order. |
|
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. |
|
Scaling
Various scaling types for fitting one rectangle into another. |
|
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. |
|
XmlReader.Element
|
|
XmlWriter
Builder style API for emitting XML. |
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |