libgdx API

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

Packages that use ObjectMap
com.badlogic.gdx.scenes.scene2d   
com.badlogic.gdx.scenes.scene2d.ui   
com.badlogic.gdx.utils   
 

Uses of ObjectMap in com.badlogic.gdx.scenes.scene2d
 

Fields in com.badlogic.gdx.scenes.scene2d declared as ObjectMap
protected  ObjectMap<java.lang.String,Actor> Group.namesToActors
           
 

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

Fields in com.badlogic.gdx.scenes.scene2d.ui declared as ObjectMap
 ObjectMap<java.lang.Class,ObjectMap<java.lang.String,java.lang.Object>> Skin.SkinData.resources
           
 

Fields in com.badlogic.gdx.scenes.scene2d.ui with type parameters of type ObjectMap
 ObjectMap<java.lang.Class,ObjectMap<java.lang.String,java.lang.Object>> Skin.SkinData.resources
           
 

Uses of ObjectMap in com.badlogic.gdx.utils
 

Methods in com.badlogic.gdx.utils that return ObjectMap
 ObjectMap<java.lang.String,java.lang.String> XmlReader.Element.getAttributes()
           
 

Methods in com.badlogic.gdx.utils with parameters of type ObjectMap
 void ObjectMap.putAll(ObjectMap<K,V> map)
           
 void Json.Serializable.read(Json json, ObjectMap<java.lang.String,java.lang.Object> jsonData)
           
 

Constructors in com.badlogic.gdx.utils with parameters of type ObjectMap
ObjectMap.Entries(ObjectMap<K,V> map)
           
ObjectMap.Keys(ObjectMap<K,?> map)
           
ObjectMap.Values(ObjectMap<?,V> map)
           
 


libgdx API

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