|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.reporting.libraries.fonts.registry.DefaultFontContext
public class DefaultFontContext
Creation-Date: 01.02.2006, 22:10:01
| Constructor Summary | |
|---|---|
DefaultFontContext(double fontSize,
boolean antiAliased,
boolean fractionalMetrics,
boolean embedded,
java.lang.String encoding)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getEncoding()
|
double |
getFontSize()
The requested font size. |
boolean |
isAntiAliased()
This is controlled by the output target and the stylesheet. |
boolean |
isEmbedded()
|
boolean |
isFractionalMetrics()
This is defined by the output target. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultFontContext(double fontSize,
boolean antiAliased,
boolean fractionalMetrics,
boolean embedded,
java.lang.String encoding)
| Method Detail |
|---|
public boolean isAntiAliased()
isAntiAliased in interface FontContextpublic boolean isFractionalMetrics()
isFractionalMetrics in interface FontContextpublic double getFontSize()
getFontSize in interface FontContextpublic boolean isEmbedded()
isEmbedded in interface FontContextpublic java.lang.String getEncoding()
getEncoding in interface FontContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||