| Package | Description |
|---|---|
| com.badlogic.gdx.assets.loaders | |
| com.badlogic.gdx.graphics | |
| com.badlogic.gdx.maps | |
| com.badlogic.gdx.scenes.scene2d.ui | |
| com.badlogic.gdx.utils |
| Modifier and Type | Field and Description |
|---|---|
ObjectMap<String,Object> |
SkinLoader.SkinParameter.resources |
| Constructor and Description |
|---|
SkinParameter(ObjectMap<String,Object> resources) |
SkinParameter(String textureAtlasPath,
ObjectMap<String,Object> resources) |
| Modifier and Type | Method and Description |
|---|---|
static ObjectMap<String,Color> |
Colors.getColors()
Returns the color map.
|
| Constructor and Description |
|---|
DirectImageResolver(ObjectMap<String,Texture> images) |
| Modifier and Type | Method and Description |
|---|---|
<T> ObjectMap<String,T> |
Skin.getAll(Class<T> type)
Returns the name to resource mapping for the specified type, or null if no resources of that type exist.
|
ObjectMap<String,Class> |
Skin.getJsonClassTags()
Returns a map of
class tags that will be used when loading skin JSON. |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityMap<K,V>
An unordered map that uses identity comparison for the object keys.
|
class |
OrderedMap<K,V>
|
| Modifier and Type | Method and Description |
|---|---|
ObjectMap<String,String> |
XmlReader.Element.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
static void |
PropertiesUtils.load(ObjectMap<String,String> properties,
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<? extends K,? extends V> map) |
static void |
PropertiesUtils.store(ObjectMap<String,String> properties,
Writer writer,
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.
|
Values(ObjectMap<?,V> map) |
Copyright © 2021. All rights reserved.