Uses of Class
org.apache.batik.util.SoftDoublyIndexedTable

Packages that use SoftDoublyIndexedTable
org.apache.batik.css Provides the classes for accessing CSS2 through DOM level 2 interfaces. 
org.apache.batik.dom.svg   
org.apache.batik.util Provides some useful classes. 
 

Uses of SoftDoublyIndexedTable in org.apache.batik.css
 

Fields in org.apache.batik.css declared as SoftDoublyIndexedTable
protected  SoftDoublyIndexedTable AbstractViewCSS.styles
          The cached computed styles.
 

Uses of SoftDoublyIndexedTable in org.apache.batik.dom.svg
 

Fields in org.apache.batik.dom.svg declared as SoftDoublyIndexedTable
protected  SoftDoublyIndexedTable AbstractElement.liveAttributeValues
          The live attribute values.
 

Uses of SoftDoublyIndexedTable in org.apache.batik.util
 

Constructors in org.apache.batik.util with parameters of type SoftDoublyIndexedTable
SoftDoublyIndexedTable.Entry(int hash, java.lang.Object key1, java.lang.Object key2, java.lang.Object value, SoftDoublyIndexedTable.Entry next)
          Creates a new entry
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.