Uses of Class
org.apache.batik.gvt.font.GVTGlyphMetrics
-
Packages that use GVTGlyphMetrics Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.gvt.font -
-
Uses of GVTGlyphMetrics in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return GVTGlyphMetrics Modifier and Type Method Description GVTGlyphMetrics
GlyphLayout. getGlyphMetrics(int glyphIndex)
GVTGlyphMetrics
TextSpanLayout. getGlyphMetrics(int glyphIndex)
Returns the Metrics for a particular glyph. -
Uses of GVTGlyphMetrics in org.apache.batik.gvt.font
Fields in org.apache.batik.gvt.font declared as GVTGlyphMetrics Modifier and Type Field Description private GVTGlyphMetrics[]
AWTGVTGlyphVector. glyphMetrics
private GVTGlyphMetrics
Glyph. metrics
Methods in org.apache.batik.gvt.font that return GVTGlyphMetrics Modifier and Type Method Description GVTGlyphMetrics
AWTGVTGlyphVector. getGlyphMetrics(int glyphIndex)
Returns the metrics of the glyph at the specified index into this GVTGlyphVector.GVTGlyphMetrics
Glyph. getGlyphMetrics()
Returns the metrics of this Glyph if it is used in a horizontal layout.GVTGlyphMetrics
Glyph. getGlyphMetrics(float hkern, float vkern)
Returns the metrics of this Glyph with the specified kerning value applied.GVTGlyphMetrics
GVTGlyphVector. getGlyphMetrics(int glyphIndex)
Returns the metrics of the glyph at the specified index into this GlyphVector.GVTGlyphMetrics
MultiGlyphVector. getGlyphMetrics(int glyphIndex)
Returns the metrics of the glyph at the specified index into this GlyphVector.GVTGlyphMetrics
SVGGVTGlyphVector. getGlyphMetrics(int idx)
Returns the metrics of the glyph at the specified index into this GlyphVector.
-