com.threerings.cast.bundle.tools
Class ComponentBundlerUtil.ActionMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,TileSet>
          extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
protected  String _name
           
 
Constructor Summary
ComponentBundlerUtil.ActionMap()
           
 
Method Summary
 void addTileSet(TileSet set)
           
 void setName(String name)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

_name

protected String _name
Constructor Detail

ComponentBundlerUtil.ActionMap

public ComponentBundlerUtil.ActionMap()
Method Detail

setName

public void setName(String name)

addTileSet

public void addTileSet(TileSet set)