libgdx API

Uses of Class
com.badlogic.gdx.utils.Array

Packages that use Array
com.badlogic.gdx   
com.badlogic.gdx.assets.loaders   
com.badlogic.gdx.backends.android   
com.badlogic.gdx.graphics.g2d   
com.badlogic.gdx.graphics.g3d.decals   
com.badlogic.gdx.scenes.scene2d.ui   
com.badlogic.gdx.utils   
 

Uses of Array in com.badlogic.gdx
 

Methods in com.badlogic.gdx that return Array
 Array<InputProcessor> InputMultiplexer.getProcessors()
           
 

Methods in com.badlogic.gdx with parameters of type Array
 void InputMultiplexer.setProcessors(Array<InputProcessor> processors)
           
 

Uses of Array in com.badlogic.gdx.assets.loaders
 

Methods in com.badlogic.gdx.assets.loaders that return Array
 Array<AssetDescriptor> BitmapFontLoader.getDependencies(java.lang.String fileName, BitmapFontLoader.BitmapFontParameter parameter)
           
 Array<AssetDescriptor> MusicLoader.getDependencies(java.lang.String fileName, MusicLoader.MusicParameter parameter)
           
abstract  Array<AssetDescriptor> AssetLoader.getDependencies(java.lang.String fileName, P parameter)
           
 Array<AssetDescriptor> PixmapLoader.getDependencies(java.lang.String fileName, PixmapLoader.PixmapParameter parameter)
           
 Array<AssetDescriptor> SkinLoader.getDependencies(java.lang.String fileName, SkinLoader.SkinParameter parameter)
           
 Array<AssetDescriptor> SoundLoader.getDependencies(java.lang.String fileName, SoundLoader.SoundParameter parameter)
           
 Array<AssetDescriptor> TextureAtlasLoader.getDependencies(java.lang.String fileName, TextureAtlasLoader.TextureAtlasParameter parameter)
           
 Array<AssetDescriptor> TextureLoader.getDependencies(java.lang.String fileName, TextureLoader.TextureParameter parameter)
           
 Array<AssetDescriptor> TileAtlasLoader.getDependencies(java.lang.String fileName, TileAtlasLoader.TileAtlasParameter parameter)
           
 Array<AssetDescriptor> TileMapRendererLoader.getDependencies(java.lang.String fileName, TileMapRendererLoader.TileMapParameter parameter)
           
 

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

Fields in com.badlogic.gdx.backends.android declared as Array
protected  Array<java.lang.Runnable> AndroidApplication.executedRunnables
           
protected  Array<java.lang.Runnable> AndroidApplication.runnables
           
 

Uses of Array in com.badlogic.gdx.graphics.g2d
 

Methods in com.badlogic.gdx.graphics.g2d that return Array
 Array<ParticleEmitter> ParticleEffect.getEmitters()
           
 Array<PixmapPacker.Page> PixmapPacker.getPages()
           
 Array<TextureAtlas.TextureAtlasData.Page> TextureAtlas.TextureAtlasData.getPages()
           
 Array<TextureAtlas.TextureAtlasData.Region> TextureAtlas.TextureAtlasData.getRegions()
           
 

Uses of Array in com.badlogic.gdx.graphics.g3d.decals
 

Methods in com.badlogic.gdx.graphics.g3d.decals with parameters of type Array
 void GroupPlug.beforeGroup(Array<Decal> contents)
           
 void CameraGroupStrategy.beforeGroup(int group, Array<Decal> contents)
           
 void DefaultGroupStrategy.beforeGroup(int group, Array<Decal> contents)
           
 void GroupStrategy.beforeGroup(int group, Array<Decal> contents)
          Invoked directly before rendering the contents of a group
 void PluggableGroupStrategy.beforeGroup(int group, Array<Decal> contents)
           
 void SimpleOrthoGroupStrategy.beforeGroup(int group, Array<Decal> contents)
           
 

Uses of Array in com.badlogic.gdx.scenes.scene2d.ui
 

Methods in com.badlogic.gdx.scenes.scene2d.ui that return Array
 Array<Button> ButtonGroup.getAllChecked()
           
 Array<Button> ButtonGroup.getButtons()
           
 

Uses of Array in com.badlogic.gdx.utils
 

Methods in com.badlogic.gdx.utils that return Array
 Array<XmlReader.Element> XmlReader.Element.getChildrenByName(java.lang.String name)
           
 Array<XmlReader.Element> XmlReader.Element.getChildrenByNameRecursively(java.lang.String name)
           
 Array<K> OrderedMap.orderedKeys()
           
 Array<V> IdentityMap.Values.toArray()
          Returns a new array containing the remaining values.
 Array<K> IdentityMap.Keys.toArray()
          Returns a new array containing the remaining keys.
 Array<V> IntMap.Values.toArray()
          Returns a new array containing the remaining values.
 Array<V> LongMap.Values.toArray()
          Returns a new array containing the remaining values.
 Array<K> ObjectIntMap.Keys.toArray()
          Returns a new array containing the remaining keys.
 Array<V> ObjectMap.Values.toArray()
          Returns a new array containing the remaining values.
 Array<K> ObjectMap.Keys.toArray()
          Returns a new array containing the remaining keys.
 

Methods in com.badlogic.gdx.utils with parameters of type Array
 void Array.addAll(Array array)
           
 void Array.addAll(Array array, int offset, int length)
           
 void Pool.free(Array<T> objects)
          Puts the specified objects in the pool.
<T> void
Sort.sort(Array<T> a)
           
<T> void
Sort.sort(Array<T> a, java.util.Comparator<T> c)
           
 void ObjectMap.Values.toArray(Array<V> array)
          Adds the value entries to the given array.
 

Constructors in com.badlogic.gdx.utils with parameters of type Array
Array.ArrayIterable(Array<T> array)
           
Array.ArrayIterator(Array<T> array)
           
Array(Array array)
          Creates a new array containing the elements in the specified array.
 


libgdx API

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