Uses of Class
org.apache.batik.gvt.font.GVTGlyphMetrics
Packages that use GVTGlyphMetrics
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of GVTGlyphMetrics in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return GVTGlyphMetricsModifier and TypeMethodDescriptionGlyphLayout.getGlyphMetrics
(int glyphIndex) 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 GVTGlyphMetricsModifier and TypeFieldDescriptionprivate GVTGlyphMetrics[]
AWTGVTGlyphVector.glyphMetrics
private GVTGlyphMetrics
Glyph.metrics
Methods in org.apache.batik.gvt.font that return GVTGlyphMetricsModifier and TypeMethodDescriptionAWTGVTGlyphVector.getGlyphMetrics
(int glyphIndex) Returns the metrics of the glyph at the specified index into this GVTGlyphVector.Glyph.getGlyphMetrics()
Returns the metrics of this Glyph if it is used in a horizontal layout.Glyph.getGlyphMetrics
(float hkern, float vkern) Returns the metrics of this Glyph with the specified kerning value applied.GVTGlyphVector.getGlyphMetrics
(int glyphIndex) Returns the metrics of the glyph at the specified index into this GlyphVector.MultiGlyphVector.getGlyphMetrics
(int glyphIndex) Returns the metrics of the glyph at the specified index into this GlyphVector.SVGGVTGlyphVector.getGlyphMetrics
(int idx) Returns the metrics of the glyph at the specified index into this GlyphVector.