|
|||||||||
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 |
---|
clone, equals, finalize, 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 FontContext
public boolean isFractionalMetrics()
isFractionalMetrics
in interface FontContext
public double getFontSize()
getFontSize
in interface FontContext
public boolean isEmbedded()
isEmbedded
in interface FontContext
public java.lang.String getEncoding()
getEncoding
in interface FontContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |