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 int
getBaselinePosition()
int
getHeight()
int
getWidth()
void
setBaselinePosition(int baselinePosition)
void
setHeight(int height)
void
setWidth(int width)
-