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 GVTGlyphMetricsGlyphLayout. getGlyphMetrics(int glyphIndex)GVTGlyphMetricsTextSpanLayout. 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. glyphMetricsprivate GVTGlyphMetricsGlyph. metricsMethods in org.apache.batik.gvt.font that return GVTGlyphMetrics Modifier and Type Method Description GVTGlyphMetricsAWTGVTGlyphVector. getGlyphMetrics(int glyphIndex)Returns the metrics of the glyph at the specified index into this GVTGlyphVector.GVTGlyphMetricsGlyph. getGlyphMetrics()Returns the metrics of this Glyph if it is used in a horizontal layout.GVTGlyphMetricsGlyph. getGlyphMetrics(float hkern, float vkern)Returns the metrics of this Glyph with the specified kerning value applied.GVTGlyphMetricsGVTGlyphVector. getGlyphMetrics(int glyphIndex)Returns the metrics of the glyph at the specified index into this GlyphVector.GVTGlyphMetricsMultiGlyphVector. getGlyphMetrics(int glyphIndex)Returns the metrics of the glyph at the specified index into this GlyphVector.GVTGlyphMetricsSVGGVTGlyphVector. getGlyphMetrics(int idx)Returns the metrics of the glyph at the specified index into this GlyphVector.
-