|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.libraries.fonts.text.font.GlyphMetrics
public class GlyphMetrics
A return value for glyph metrics. It is used as return value by the font size producer.
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 |
---|
public GlyphMetrics()
Method Detail |
---|
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public int getBaselinePosition()
public void setBaselinePosition(int baselinePosition)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |