Class GlyphMetrics
java.lang.Object
org.pentaho.reporting.libraries.fonts.text.font.GlyphMetrics
A return value for glyph metrics. It is used as return value by the font size producer.
- Author:
- Thomas Morgner
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
getWidth()
void
setBaselinePosition
(int baselinePosition) void
setHeight
(int height) void
setWidth
(int width)
-
Constructor Details
-
GlyphMetrics
public GlyphMetrics()
-
-
Method Details
-
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)
-