Uses of Class
org.apache.batik.gvt.font.AWTGlyphGeometryCache.Entry
-
Packages that use AWTGlyphGeometryCache.Entry Package Description 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 Modifier and Type Field Description AWTGlyphGeometryCache.Entry
AWTGlyphGeometryCache.Entry. next
The next entryprotected AWTGlyphGeometryCache.Entry[]
AWTGlyphGeometryCache. table
The underlying arrayConstructors in org.apache.batik.gvt.font with parameters of type AWTGlyphGeometryCache.Entry Constructor Description Entry(int hash, char c, AWTGlyphGeometryCache.Value value, AWTGlyphGeometryCache.Entry next)
Creates a new entry
-