Package | Description |
---|---|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
net.sf.jasperreports.engine.base |
Contains base implementations for the library's main interfaces.
|
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).
|
Modifier and Type | Interface and Description |
---|---|
interface |
JRPrintText |
Modifier and Type | Method and Description |
---|---|
void |
JRPrintText.setTextFormat(TextFormat textFormat) |
Modifier and Type | Class and Description |
---|---|
class |
JRBasePrintText |
Modifier and Type | Field and Description |
---|---|
protected TextFormat |
JRBasePrintText.textFormat |
Modifier and Type | Method and Description |
---|---|
void |
JRBasePrintText.setTextFormat(TextFormat textFormat) |
Modifier and Type | Class and Description |
---|---|
class |
JRRecordedValuesPrintText
Print text implementation that supports recorded values.
|
class |
JRTemplatePrintText
Implementation of
JRPrintText that uses
a JRTemplateText instance to
store common attributes. |
class |
JRTemplateText
Text element information shared by multiple print text objects.
|
class |
SimpleTextFormat |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<Pair<JRStyle,TextFormat>,JRTemplateElement> |
JRFillTextField.textTemplates |
Modifier and Type | Method and Description |
---|---|
protected TextFormat |
JRFillTextField.getTextFormat() |
Modifier and Type | Method and Description |
---|---|
void |
JRTemplatePrintText.setTextFormat(TextFormat textFormat) |
void |
JRTemplateText.setTextFormat(TextFormat textFormat) |
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com