com.threerings.cast.bundle.tools
Class ComponentBundlerUtil.ActionMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,TileSet>
com.threerings.cast.bundle.tools.ComponentBundlerUtil.ActionMap
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,TileSet>
- Enclosing class:
- ComponentBundlerUtil
public static class ComponentBundlerUtil.ActionMap
- extends HashMap<String,TileSet>
Used when parsing action tilesets. (This class must be public for Digester to work.)
- See Also:
- Serialized Form
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
_name
protected String _name
ComponentBundlerUtil.ActionMap
public ComponentBundlerUtil.ActionMap()
setName
public void setName(String name)
addTileSet
public void addTileSet(TileSet set)