Uses of Class
com.badlogic.gdx.utils.ObjectMap
-
-
Uses of ObjectMap in com.badlogic.gdx.assets.loaders
Fields in com.badlogic.gdx.assets.loaders declared as ObjectMap Modifier and Type Field Description ObjectMap<java.lang.String,java.lang.Object>SkinLoader.SkinParameter. resourcesConstructors in com.badlogic.gdx.assets.loaders with parameters of type ObjectMap Constructor Description SkinParameter(ObjectMap<java.lang.String,java.lang.Object> resources)SkinParameter(java.lang.String textureAtlasPath, ObjectMap<java.lang.String,java.lang.Object> resources) -
Uses of ObjectMap in com.badlogic.gdx.graphics
Methods in com.badlogic.gdx.graphics that return ObjectMap Modifier and Type Method Description static ObjectMap<java.lang.String,Color>Colors. getColors()Returns the color map. -
Uses of ObjectMap in com.badlogic.gdx.graphics.g3d.utils
Methods in com.badlogic.gdx.graphics.g3d.utils with parameters of type ObjectMap Modifier and Type Method Description protected static voidBaseAnimationController. applyAnimation(ObjectMap<Node,BaseAnimationController.Transform> out, Pool<BaseAnimationController.Transform> pool, float alpha, Animation animation, float time)Helper method to apply one animation to either an objectmap for blending or directly to the bones. -
Uses of ObjectMap in com.badlogic.gdx.maps
Constructors in com.badlogic.gdx.maps with parameters of type ObjectMap Constructor Description DirectImageResolver(ObjectMap<java.lang.String,Texture> images) -
Uses of ObjectMap in com.badlogic.gdx.scenes.scene2d.ui
Methods in com.badlogic.gdx.scenes.scene2d.ui that return ObjectMap Modifier and Type Method Description <T> ObjectMap<java.lang.String,T>Skin. getAll(java.lang.Class<T> type)Returns the name to resource mapping for the specified type, or null if no resources of that type exist.ObjectMap<java.lang.String,java.lang.Class>Skin. getJsonClassTags()Returns a map ofclass tagsthat will be used when loading skin JSON. -
Uses of ObjectMap in com.badlogic.gdx.utils
Subclasses of ObjectMap in com.badlogic.gdx.utils Modifier and Type Class Description classIdentityMap<K,V>An unordered map that uses identity comparison for the object keys.classOrderedMap<K,V>Methods in com.badlogic.gdx.utils that return ObjectMap Modifier and Type Method Description ObjectMap<java.lang.String,java.lang.String>XmlReader.Element. getAttributes()Methods in com.badlogic.gdx.utils with parameters of type ObjectMap Modifier and Type Method Description static voidPropertiesUtils. load(ObjectMap<java.lang.String,java.lang.String> properties, java.io.Reader reader)Adds to the specifiedObjectMapthe key/value pairs loaded from theReaderin a simple line-oriented format compatible withjava.util.Properties.voidObjectMap. putAll(ObjectMap<? extends K,? extends V> map)static voidPropertiesUtils. store(ObjectMap<java.lang.String,java.lang.String> properties, java.io.Writer writer, java.lang.String comment)Writes the key/value pairs of the specifiedObjectMapto the output character stream in a simple line-oriented format compatible withjava.util.Properties.Constructors in com.badlogic.gdx.utils with parameters of type ObjectMap Constructor Description Entries(ObjectMap<K,V> map)Keys(ObjectMap<K,?> map)ObjectMap(ObjectMap<? extends K,? extends V> map)Creates a new map identical to the specified map.Values(ObjectMap<?,V> map)
-