Uses of Class
org.apache.batik.gvt.font.AWTGlyphGeometryCache.Value
Packages that use AWTGlyphGeometryCache.Value
-
Uses of AWTGlyphGeometryCache.Value in org.apache.batik.gvt.font
Methods in org.apache.batik.gvt.font that return AWTGlyphGeometryCache.ValueModifier and TypeMethodDescriptionAWTGlyphGeometryCache.get
(char c) Gets the value of a variablestatic AWTGlyphGeometryCache.Value
AWTGVTFont.getGlyphGeometry
(AWTGVTFont font, char c, GlyphVector gv, int glyphIndex, Point2D glyphPos) Returns the geometry of the specified character.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.ValueModifier and TypeMethodDescriptionAWTGlyphGeometryCache.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.ValueModifierConstructorDescriptionEntry
(int hash, char c, AWTGlyphGeometryCache.Value value, AWTGlyphGeometryCache.Entry next) Creates a new entry