S-PLUS Connect/Java v1.0

com.insightful.gdevice
Class IDHash

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended bycom.insightful.gdevice.IDHash
All Implemented Interfaces:
Cloneable, Map, Serializable

public class IDHash
extends Hashtable

Hashtable with specific get() methods to cast and return ColorScheme and XMLElement objects.

See Also:
Serialized Form

Constructor Summary
IDHash()
           
 
Method Summary
 ColorScheme getColorScheme(String tag)
           
 XMLElement getXMLElement(String tag)
           
 
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, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IDHash

public IDHash()
Method Detail

getColorScheme

public ColorScheme getColorScheme(String tag)

getXMLElement

public XMLElement getXMLElement(String tag)

S-PLUS Connect/Java v1.0

Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.