Uses of Class
org.apache.batik.gvt.font.AWTGlyphGeometryCache.Value
-
Packages that use AWTGlyphGeometryCache.Value Package Description 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 Modifier and Type Method Description AWTGlyphGeometryCache.Value
AWTGlyphGeometryCache. get(char c)
Gets the value of a variablestatic 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. put(char c, AWTGlyphGeometryCache.Value value)
Sets a new value for the given variableMethods in org.apache.batik.gvt.font with parameters of type AWTGlyphGeometryCache.Value Modifier and Type Method Description AWTGlyphGeometryCache.Value
AWTGlyphGeometryCache. put(char c, AWTGlyphGeometryCache.Value value)
Sets a new value for the given variableConstructors in org.apache.batik.gvt.font with parameters of type AWTGlyphGeometryCache.Value Constructor Description Entry(int hash, char c, AWTGlyphGeometryCache.Value value, AWTGlyphGeometryCache.Entry next)
Creates a new entry
-