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

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

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

Methods in org.apache.batik.gvt.font that return AWTGlyphGeometryCache.Value
 AWTGlyphGeometryCache.Value AWTGlyphGeometryCache.get(char c)
          Gets the value of a variable
 AWTGlyphGeometryCache.Value AWTGlyphGeometryCache.put(char c, AWTGlyphGeometryCache.Value value)
          Sets a new value for the given variable
static AWTGlyphGeometryCache.Value AWTGVTFont.getGlyphGeometry(AWTGVTFont font, char c, GlyphVector gv, int glyphIndex, Point2D glyphPos)
          Returns the geometry of the specified character.
 

Methods in org.apache.batik.gvt.font with parameters of type AWTGlyphGeometryCache.Value
 AWTGlyphGeometryCache.Value AWTGlyphGeometryCache.put(char c, AWTGlyphGeometryCache.Value value)
          Sets a new value for the given variable
 

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



Copyright ? 2005 Apache Software Foundation. All Rights Reserved.