daoc.editor.model
Class TextureManager
java.lang.Object
java.util.AbstractMap
java.util.HashMap
daoc.editor.model.TextureManager
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Map, java.io.Serializable
- public class TextureManager
- extends java.util.HashMap
Manages the collection of loaded textures. Each texture is
identified by a unique name.
- See Also:
- Serialized Form
| 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 |
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
equals, hashCode |
TextureManager
public TextureManager()
load
public void load()
put
public void put(Texture t)
remove
public void remove(AssetNode n)
get
public Texture get(java.lang.String s)
update
public void update(AssetNode n)
getNodes
public java.util.List getNodes()
getList
public java.lang.String[] getList()