org.pentaho.reporting.libraries.fonts.text.font
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
GlyphMetrics
public GlyphMetrics()
getWidth
public int getWidth()
setWidth
public void setWidth(int width)
getHeight
public int getHeight()
setHeight
public void setHeight(int height)
getBaselinePosition
public int getBaselinePosition()
setBaselinePosition
public void setBaselinePosition(int baselinePosition)