FreeHEP API
Version v1.2

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

Constructor Summary
SWFDictionary()
           
 
Method Summary
 DefinitionTag get(int id)
           
 void put(int id, DefinitionTag tag)
           
 void remove(int id)
           
 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

SWFDictionary

public SWFDictionary()
Method Detail

put

public void put(int id,
                DefinitionTag tag)

get

public DefinitionTag get(int id)

remove

public void remove(int id)

toString

public String toString()
Overrides:
toString in class Hashtable

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.