org.freehep.graphicsio.swf
Class SWFDictionary
java.lang.Object
java.util.Dictionary
java.util.Hashtable
org.freehep.graphicsio.swf.SWFDictionary
- All Implemented Interfaces:
- Cloneable, Map, Serializable
- public class SWFDictionary
- extends Hashtable
SWF Definition Dictionary, which stores definitions being read from a stream.
- Version:
- $Id: SWFDictionary.java,v 1.1 2001/11/29 01:45:32 duns Exp $
- Author:
- Mark Donszelmann, Charles Loomis
- See Also:
- Serialized Form
- Source Code:
- SWFDictionary.java
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 |
SWFDictionary
public SWFDictionary()
put
public void put(int id,
DefinitionTag tag)
get
public DefinitionTag get(int id)
remove
public void remove(int id)
toString
public String toString()
Copyright © 2000-2004 FreeHEP, All Rights Reserved.