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
static AWTGlyphGeometryCache.Value AWTGVTFont.getGlyphGeometry(AWTGVTFont font, char c, java.awt.font.GlyphVector gv, int glyphIndex, java.awt.geom.Point2D glyphPos)
          Returns the geometry of the specified character.
 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
 

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 © 2002 Apache Software Foundation. All Rights Reserved.