FreeHEP API
Version current

org.freehep.graphicsio.swf
Class SWFDictionary

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byorg.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

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()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.