Class DefaultFontNativeContext
- java.lang.Object
-
- org.pentaho.reporting.libraries.fonts.registry.DefaultFontNativeContext
-
- All Implemented Interfaces:
Serializable,FontNativeContext
public class DefaultFontNativeContext extends Object implements Serializable, FontNativeContext
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultFontNativeContext(boolean nativeBold, boolean nativeItalics)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisNativeBold()booleanisNativeItalics()
-
-
-
Method Detail
-
isNativeBold
public boolean isNativeBold()
- Specified by:
isNativeBoldin interfaceFontNativeContext
-
isNativeItalics
public boolean isNativeItalics()
- Specified by:
isNativeItalicsin interfaceFontNativeContext
-
-