daoc.editor.model
Class FontManager

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended bydaoc.editor.model.FontManager
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class FontManager
extends java.util.HashMap

Collection of fonts.

See Also:
Serialized Form

Constructor Summary
FontManager()
           
 
Method Summary
 Font get(java.lang.String s)
           
 java.lang.String[] getList()
           
 java.util.List getNodes()
           
 void load()
           
 void put(Font f)
           
 void remove(AssetNode n)
           
 void update(AssetNode n)
           
 
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
 

Constructor Detail

FontManager

public FontManager()
Method Detail

load

public void load()

put

public void put(Font f)

remove

public void remove(AssetNode n)

get

public Font get(java.lang.String s)

update

public void update(AssetNode n)

getNodes

public java.util.List getNodes()

getList

public java.lang.String[] getList()