Package | Description |
---|---|
net.sf.jasperreports.engine.export |
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
|
net.sf.jasperreports.engine.fill |
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
|
net.sf.jasperreports.engine.fonts |
Provides support for font extensions.
|
Constructor and Description |
---|
FontKey(AwtFontAttribute fontAttribute,
boolean italic,
boolean bold,
Locale locale) |
Constructor and Description |
---|
FontKey(AwtFontAttribute fontAttribute,
float size,
int style,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
static AwtFontAttribute |
AwtFontAttribute.fromAttributes(Map<AttributedCharacterIterator.Attribute,Object> attributes) |
Modifier and Type | Method and Description |
---|---|
Font |
FontUtil.getAwtFontFromBundles(AwtFontAttribute fontAttribute,
int style,
float size,
Locale locale,
boolean ignoreMissingFont) |
Copyright © 2016. All rights reserved.