org.pentaho.reporting.libraries.fonts.text.font
Class GlyphMetrics

java.lang.Object
  extended by org.pentaho.reporting.libraries.fonts.text.font.GlyphMetrics

public class GlyphMetrics
extends java.lang.Object

A return value for glyph metrics. It is used as return value by the font size producer.

Author:
Thomas Morgner

Constructor Summary
GlyphMetrics()
           
 
Method Summary
 int getBaselinePosition()
           
 int getHeight()
           
 int getWidth()
           
 void setBaselinePosition(int baselinePosition)
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlyphMetrics

public GlyphMetrics()
Method Detail

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)