|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable
org.freehep.graphicsio.swf.SWFDictionary
public class SWFDictionary
SWF Definition Dictionary, which stores definitions being read from a stream.
| Constructor Summary | |
|---|---|
SWFDictionary()
|
|
| Method Summary | |
|---|---|
DefinitionTag |
get(int id)
|
void |
put(int id,
DefinitionTag tag)
|
void |
remove(int id)
|
java.lang.String |
toString()
|
| Methods inherited from class java.util.Hashtable |
|---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SWFDictionary()
| Method Detail |
|---|
public void put(int id,
DefinitionTag tag)
public DefinitionTag get(int id)
public void remove(int id)
public java.lang.String toString()
toString in class java.util.Hashtable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||