Modifier and Type | Field and Description |
---|---|
ObjectMap<java.lang.String,java.lang.Object> |
SkinLoader.SkinParameter.resources |
Constructor and Description |
---|
SkinParameter(java.lang.String textureAtlasPath,
ObjectMap<java.lang.String,java.lang.Object> resources) |
Modifier and Type | Method and Description |
---|---|
static ObjectMap<java.lang.String,Color> |
Colors.getColors()
Returns the color map.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
BaseAnimationController.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.
|
Constructor and Description |
---|
DirectImageResolver(ObjectMap<java.lang.String,Texture> images) |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
OrderedMap<K,V>
|
Modifier and Type | Method and Description |
---|---|
ObjectMap<java.lang.String,java.lang.String> |
XmlReader.Element.getAttributes() |
Modifier and Type | Method and Description |
---|---|
static void |
PropertiesUtils.load(ObjectMap<java.lang.String,java.lang.String> properties,
java.io.Reader reader)
Adds to the specified
ObjectMap the key/value pairs loaded from the Reader in a simple line-oriented format
compatible with java.util.Properties . |
void |
ObjectMap.putAll(ObjectMap<K,V> map) |
static void |
PropertiesUtils.store(ObjectMap<java.lang.String,java.lang.String> properties,
java.io.Writer writer,
java.lang.String comment)
Writes the key/value pairs of the specified
ObjectMap to the output character stream in a simple line-oriented
format compatible with java.util.Properties . |
Constructor and 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.
|
OrderedMap(ObjectMap<? extends K,? extends V> map) |
Values(ObjectMap<?,V> map) |