Uses of Class
org.apache.batik.gvt.font.AWTGlyphGeometryCache.Entry

Packages that use AWTGlyphGeometryCache.Entry
org.apache.batik.gvt.font   
 

Uses of AWTGlyphGeometryCache.Entry in org.apache.batik.gvt.font
 

Fields in org.apache.batik.gvt.font declared as AWTGlyphGeometryCache.Entry
protected  AWTGlyphGeometryCache.Entry[] AWTGlyphGeometryCache.table
          The underlying array
 AWTGlyphGeometryCache.Entry AWTGlyphGeometryCache.Entry.next
          The next entry
 

Constructors in org.apache.batik.gvt.font with parameters of type AWTGlyphGeometryCache.Entry
AWTGlyphGeometryCache.Entry(int hash, char c, AWTGlyphGeometryCache.Value value, AWTGlyphGeometryCache.Entry next)
          Creates a new entry
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.