Class GlyphMetrics
- java.lang.Object
-
- org.pentaho.reporting.libraries.fonts.text.font.GlyphMetrics
-
public class GlyphMetrics extends Object
A return value for glyph metrics. It is used as return value by the font size producer.- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description GlyphMetrics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBaselinePosition()intgetHeight()intgetWidth()voidsetBaselinePosition(int baselinePosition)voidsetHeight(int height)voidsetWidth(int width)
-