| java.lang.Object org.jfree.report.layout.text.LegacyFontMetrics
LegacyFontMetrics | public class LegacyFontMetrics implements FontMetrics(Code) | | Creation-Date: 15.04.2007, 14:40:35
author: Thomas Morgner |
LegacyFontMetrics | public LegacyFontMetrics(FontMetrics parent, double fontHeight)(Code) | | |
getAscent | public long getAscent()(Code) | | |
getBaselines | public BaselineInfo getBaselines(int codePoint, BaselineInfo info)(Code) | | |
getCharWidth | public long getCharWidth(int codePoint)(Code) | | |
getDescent | public long getDescent()(Code) | | |
getItalicAngle | public long getItalicAngle()(Code) | | |
getKerning | public long getKerning(int previous, int codePoint)(Code) | | |
getLeading | public long getLeading()(Code) | | |
getMaxAscent | public long getMaxAscent()(Code) | | |
getMaxCharAdvance | public long getMaxCharAdvance()(Code) | | |
getMaxDescent | public long getMaxDescent()(Code) | | |
getMaxHeight | public long getMaxHeight()(Code) | | |
getOverlinePosition | public long getOverlinePosition()(Code) | | |
getStrikeThroughPosition | public long getStrikeThroughPosition()(Code) | | |
getUnderlinePosition | public long getUnderlinePosition()(Code) | | |
getXHeight | public long getXHeight()(Code) | | |
|
|